public class Jsr286Dispatcher extends Jsr168Dispatcher
portletNamespace
HTTP_REQUEST, HTTP_RESPONSE, PAGE_CONTEXT, SERVLET_CONTEXT, SERVLET_DISPATCHER, STRUTS_ACTION_TAG_INVOCATION, STRUTS_PORTLET_CONTEXT
Constructor and Description |
---|
Jsr286Dispatcher() |
Modifier and Type | Method and Description |
---|---|
protected PortletServletResponse |
createPortletServletResponse(javax.portlet.PortletResponse response)
Method to create a PortletServletResponse matching the used Portlet API, to be overridden for JSR286 Dispatcher.
|
protected String |
getDefaultActionPath(javax.portlet.PortletRequest portletRequest) |
void |
processEvent(javax.portlet.EventRequest request,
javax.portlet.EventResponse response) |
void |
serveResource(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response) |
createContextMap, destroy, getActionMapping, getApplicationMap, getLocale, getParameterMap, getRequestMap, getSessionMap, init, processAction, render, serviceAction, setActionMapper, setActionProxyFactory
doDispatch, doEdit, doHeaders, doHelp, doView, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getTitle, init
public void processEvent(javax.portlet.EventRequest request, javax.portlet.EventResponse response) throws javax.portlet.PortletException, IOException
processEvent
in interface javax.portlet.EventPortlet
processEvent
in class javax.portlet.GenericPortlet
javax.portlet.PortletException
IOException
public void serveResource(javax.portlet.ResourceRequest request, javax.portlet.ResourceResponse response) throws javax.portlet.PortletException, IOException
serveResource
in interface javax.portlet.ResourceServingPortlet
serveResource
in class javax.portlet.GenericPortlet
javax.portlet.PortletException
IOException
protected String getDefaultActionPath(javax.portlet.PortletRequest portletRequest)
getDefaultActionPath
in class Jsr168Dispatcher
protected PortletServletResponse createPortletServletResponse(javax.portlet.PortletResponse response)
Jsr168Dispatcher
createPortletServletResponse
in class Jsr168Dispatcher
response
- The Response used for building the wrapper.Copyright © 2000–2020 Apache Software Foundation. All rights reserved.