wicket.protocol.http.portlet
Class PortletRenderRequestCycle

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

public class PortletRenderRequestCycle
extends PortletRequestCycle

A portlet RequestCycle implementation for portlet RenderRequest.

Author:
Janne Hietamäki

Field Summary
 
Fields inherited from class wicket.RequestCycle
application, processor, request, response, session
 
Constructor Summary
PortletRenderRequestCycle(WicketPortletSession session, WicketPortletRequest request, Response response)
           
 
Method Summary
 IRequestCycleProcessor getProcessor()
          Returns the PortletApplication default render 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

PortletRenderRequestCycle

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

getProcessor

public final IRequestCycleProcessor getProcessor()
Returns the PortletApplication default render request cycle processor. PortletApplication#getRequestCycleProcessor().

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.