|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.struts.action.ActionServlet
org.apache.portals.bridges.struts.PortletServlet
PortletServlet
Field Summary | |
private static org.apache.commons.logging.Log |
log
|
Fields inherited from class org.apache.struts.action.ActionServlet |
config, configDigester, convertNull, dataSources, internal, internalName, processor, registrations, servletMapping, servletName |
Fields inherited from class javax.servlet.http.HttpServlet |
|
Constructor Summary | |
PortletServlet()
|
Method Summary | |
javax.servlet.ServletContext |
getServletContext()
|
void |
init(javax.servlet.ServletConfig config)
|
protected void |
initModulePlugIns(org.apache.struts.config.ModuleConfig config)
|
static boolean |
isPortletRequest(javax.servlet.ServletRequest request)
|
boolean |
performActionRenderRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.apache.struts.action.ActionMapping mapping)
|
Methods inherited from class org.apache.struts.action.ActionServlet |
addServletMapping, destroy, destroyConfigDigester, destroyInternal, destroyModules, doGet, doPost, getInternal, getModuleConfig, getRequestProcessor, init, initConfigDigester, initInternal, initModuleConfig, initModuleConfigFactory, initModuleDataSources, initModuleMessageResources, initModulePrefixes, initOther, initServlet, parseModuleConfigFile, process |
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
getInitParameter, getInitParameterNames, getServletConfig, getServletInfo, getServletName, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final org.apache.commons.logging.Log log
Constructor Detail |
public PortletServlet()
Method Detail |
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
javax.servlet.ServletException
public javax.servlet.ServletContext getServletContext()
protected void initModulePlugIns(org.apache.struts.config.ModuleConfig config) throws javax.servlet.ServletException
javax.servlet.ServletException
public boolean performActionRenderRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.apache.struts.action.ActionMapping mapping) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public static boolean isPortletRequest(javax.servlet.ServletRequest request)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |