Uses of Interface
wicket.IRequestCycleFactory

Packages that use IRequestCycleFactory
wicket The core Wicket package. 
wicket.protocol.http HTTP implementation. 
wicket.protocol.http.portlet Wicket interface to the JSR-168 portlet API. 
 

Uses of IRequestCycleFactory in wicket
 

Methods in wicket that return IRequestCycleFactory
protected abstract  IRequestCycleFactory Session.getRequestCycleFactory()
           
 

Uses of IRequestCycleFactory in wicket.protocol.http
 

Methods in wicket.protocol.http that return IRequestCycleFactory
protected  IRequestCycleFactory WebApplication.getDefaultRequestCycleFactory()
          Create a request cycle factory which is used by default by WebSession.
protected  IRequestCycleFactory WebSession.getRequestCycleFactory()
           
 

Uses of IRequestCycleFactory in wicket.protocol.http.portlet
 

Methods in wicket.protocol.http.portlet that return IRequestCycleFactory
protected  IRequestCycleFactory PortletApplication.getDefaultRequestCycleFactory()
          Create a request cycle factory which is used by default by WebSession.
protected  IRequestCycleFactory WicketPortletSession.getRequestCycleFactory()
           
 



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