|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pluto.core.DefaultPortletInvokerService
Used internally to invoke/dispatch requests from the container to the portlet application.
Constructor Summary | |
DefaultPortletInvokerService()
Default Constructor. |
Method Summary | |
void |
action(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
InternalPortletWindow window)
Invoke the portlet with an action request. |
void |
admin(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response,
InternalPortletWindow window)
|
protected void |
invoke(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response,
InternalPortletWindow portletWindow,
java.lang.Integer methodID)
Perform the invocation. |
void |
load(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response,
InternalPortletWindow window)
Invoke the portlet with a load request. |
void |
render(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response,
InternalPortletWindow window)
Invoke the portlet with a render request. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultPortletInvokerService()
InternalPortletWindow
.
Method Detail |
public void action(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response, InternalPortletWindow window) throws java.io.IOException, javax.portlet.PortletException
action
in interface PortletInvokerService
request
- action request used for the invocation.response
- action response used for the invocation.
java.io.IOException
javax.portlet.PortletException
PortletServlet
,
Portlet.processAction(javax.portlet.ActionRequest,javax.portlet.ActionResponse)
public void render(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response, InternalPortletWindow window) throws java.io.IOException, javax.portlet.PortletException
render
in interface PortletInvokerService
request
- action request used for the invocation.response
- action response used for the invocation.
java.io.IOException
javax.portlet.PortletException
PortletServlet
,
Portlet.render(javax.portlet.RenderRequest,javax.portlet.RenderResponse)
public void load(javax.portlet.PortletRequest request, javax.portlet.PortletResponse response, InternalPortletWindow window) throws java.io.IOException, javax.portlet.PortletException
load
in interface PortletInvokerService
request
- action request used for the invocation.response
- action response used for the invocation.
java.io.IOException
javax.portlet.PortletException
PortletServlet
public void admin(javax.portlet.PortletRequest request, javax.portlet.PortletResponse response, InternalPortletWindow window) throws java.io.IOException, javax.portlet.PortletException
admin
in interface PortletInvokerService
java.io.IOException
javax.portlet.PortletException
protected final void invoke(javax.portlet.PortletRequest request, javax.portlet.PortletResponse response, InternalPortletWindow portletWindow, java.lang.Integer methodID) throws javax.portlet.PortletException, java.io.IOException
request
- portlet requestresponse
- portlet responseportletWindow
- internal portlet windowmethodID
- method identifier
javax.portlet.PortletException
- if a portlet exception occurs.
java.io.IOException
- if an error occurs writing to the response.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |