com.ontimize.util.pack200
Class ContentType
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.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
|
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 |
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
ContentType
public ContentType()
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