Ontimize 5.2072EN

com.ontimize.util.pack200
Class ContentType

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bycom.ontimize.util.pack200.ContentType
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class ContentType
extends javax.servlet.http.HttpServlet

The servlet class.

See Also:
Serialized Form

Field Summary
static java.lang.String ACCEPT_ENCODING
           
static java.lang.String CONTENT_ENCODING
           
static java.lang.String CONTENT_TYPE
           
static java.lang.String GZIP_ENCODING
           
static java.lang.String PACK200_GZIP_ENCODING
           
 
Constructor Summary
ContentType()
           
 
Method Summary
 void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Called when someone accesses the servlet.
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACCEPT_ENCODING

public static final java.lang.String ACCEPT_ENCODING
See Also:
Constant Field Values

CONTENT_TYPE

public static final java.lang.String CONTENT_TYPE
See Also:
Constant Field Values

CONTENT_ENCODING

public static final java.lang.String CONTENT_ENCODING
See Also:
Constant Field Values

GZIP_ENCODING

public static final java.lang.String GZIP_ENCODING
See Also:
Constant Field Values

PACK200_GZIP_ENCODING

public static final java.lang.String PACK200_GZIP_ENCODING
See Also:
Constant Field Values
Constructor Detail

ContentType

public ContentType()
Method Detail

doGet

public void doGet(javax.servlet.http.HttpServletRequest request,
                  javax.servlet.http.HttpServletResponse response)
           throws java.io.IOException,
                  javax.servlet.ServletException
Called when someone accesses the servlet.

Throws:
java.io.IOException
javax.servlet.ServletException

Ontimize