|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.portlet.GenericPortlet
org.apache.struts2.portlet.dispatcher.Jsr168Dispatcher
org.apache.struts2.portlet.dispatcher.Jsr286Dispatcher
public class Jsr286Dispatcher
| Field Summary |
|---|
| Fields inherited from class org.apache.struts2.portlet.dispatcher.Jsr168Dispatcher |
|---|
portletNamespace |
| Fields inherited from interface org.apache.struts2.StrutsStatics |
|---|
HTTP_REQUEST, HTTP_RESPONSE, PAGE_CONTEXT, SERVLET_CONTEXT, SERVLET_DISPATCHER, STRUTS_ACTION_TAG_INVOCATION, STRUTS_PORTLET_CONTEXT |
| Constructor Summary | |
|---|---|
Jsr286Dispatcher()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class org.apache.struts2.portlet.dispatcher.Jsr168Dispatcher |
|---|
createContextMap, destroy, getActionMapping, getApplicationMap, getParameterMap, getRequestMap, getSessionMap, init, processAction, render, serviceAction, setActionMapper, setActionProxyFactory |
| Methods inherited from class javax.portlet.GenericPortlet |
|---|
doDispatch, doEdit, doHeaders, doHelp, doView, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getTitle, init |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Jsr286Dispatcher()
| Method Detail |
|---|
public 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.PortletException
IOException
public 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.PortletException
IOExceptionprotected String getDefaultActionPath(javax.portlet.PortletRequest portletRequest)
getDefaultActionPath in class Jsr168Dispatcherprotected PortletServletResponse createPortletServletResponse(javax.portlet.PortletResponse response)
Jsr168Dispatcher
createPortletServletResponse in class Jsr168Dispatcherresponse - The Response used for building the wrapper.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||