wicket.protocol.http.portlet
Class PortletActionRequestCycle

java.lang.Object
  extended by wicket.RequestCycle
      extended by wicket.protocol.http.portlet.PortletRequestCycle
          extended by wicket.protocol.http.portlet.PortletActionRequestCycle

public class PortletActionRequestCycle
extends PortletRequestCycle

A portlet RequestCycle implementation for portlet ActionRequest.

Author:
Janne Hietamäki

Field Summary
 
Fields inherited from class wicket.RequestCycle
application, processor, request, response, session
 
Constructor Summary
PortletActionRequestCycle(WicketPortletSession session, WicketPortletRequest request, Response response)
           
 
Method Summary
 IRequestCycleProcessor getProcessor()
          returns the PortletApplications action request cycle processor.
 
Methods inherited from class wicket.protocol.http.portlet.PortletRequestCycle
getPortletRequest, getPortletResponse, getPortletSession, newClientInfo, redirectTo
 
Methods inherited from class wicket.RequestCycle
get, getApplication, getClientInfo, getOriginalResponse, getRedirect, getRequest, getRequestTarget, getResponse, getResponsePage, getResponsePageClass, getSession, getStartTime, onBeginRequest, onEndRequest, onRuntimeException, request, request, request, setRedirect, setRequest, setRequestTarget, setResponse, setResponsePage, setResponsePage, setResponsePage, setUpdateSession, toString, urlFor, urlFor, urlFor, urlFor, urlFor, urlFor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortletActionRequestCycle

public PortletActionRequestCycle(WicketPortletSession session,
                                 WicketPortletRequest request,
                                 Response response)
Parameters:
session -
request -
response -
Method Detail

getProcessor

public final IRequestCycleProcessor getProcessor()
returns the PortletApplications action request cycle processor. See PortletApplication.getActionRequestCycleProcessor().

Specified by:
getProcessor in class RequestCycle
Returns:
the processor for delegated request cycle handling
See Also:
RequestCycle.getProcessor()


Copyright © 2004-2007 Wicket developers. All Rights Reserved.