public class Jsr286Dispatcher extends Jsr168Dispatcher
portletNamespaceACTION_MAPPING, 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, setActionProxyFactorydoDispatch, doEdit, doHeaders, doHelp, doView, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getTitle, initpublic void processEvent(javax.portlet.EventRequest request,
                         javax.portlet.EventResponse response)
                  throws javax.portlet.PortletException,
                         IOException
processEvent in interface javax.portlet.EventPortletprocessEvent in class javax.portlet.GenericPortletjavax.portlet.PortletExceptionIOExceptionpublic void serveResource(javax.portlet.ResourceRequest request,
                          javax.portlet.ResourceResponse response)
                   throws javax.portlet.PortletException,
                          IOException
serveResource in interface javax.portlet.ResourceServingPortletserveResource in class javax.portlet.GenericPortletjavax.portlet.PortletExceptionIOExceptionprotected String getDefaultActionPath(javax.portlet.PortletRequest portletRequest)
getDefaultActionPath in class Jsr168Dispatcherprotected PortletServletResponse createPortletServletResponse(javax.portlet.PortletResponse response)
Jsr168DispatchercreatePortletServletResponse in class Jsr168Dispatcherresponse - The Response used for building the wrapper.Copyright © 2000–2025 Apache Software Foundation. All rights reserved.