public class PortletServlet
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PORTLET_APP |
static java.lang.String |
PORTLET_CLASS_LOADER
Deprecated.
As of 6.2.0, replaced by
PluginContextListener.PLUGIN_CLASS_LOADER |
static java.lang.String |
PORTLET_SERVLET_CONFIG |
static java.lang.String |
PORTLET_SERVLET_FILTER_CHAIN |
static java.lang.String |
PORTLET_SERVLET_REQUEST |
static java.lang.String |
PORTLET_SERVLET_RESPONSE |
| Constructor and Description |
|---|
PortletServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, servicepublic static final java.lang.String PORTLET_APP
@Deprecated public static final java.lang.String PORTLET_CLASS_LOADER
PluginContextListener.PLUGIN_CLASS_LOADERpublic static final java.lang.String PORTLET_SERVLET_CONFIG
public static final java.lang.String PORTLET_SERVLET_FILTER_CHAIN
public static final java.lang.String PORTLET_SERVLET_REQUEST
public static final java.lang.String PORTLET_SERVLET_RESPONSE
public void service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException,
javax.servlet.ServletException
service in class javax.servlet.http.HttpServletjava.io.IOExceptionjavax.servlet.ServletException