Uses of Class
org.apache.wicket.protocol.http.WicketFilter

Packages that use WicketFilter
org.apache.wicket.guice   
org.apache.wicket.protocol.http HTTP implementation. 
org.apache.wicket.spring   
 

Uses of WicketFilter in org.apache.wicket.guice
 

Methods in org.apache.wicket.guice with parameters of type WicketFilter
 WebApplication GuiceWebApplicationFactory.createApplication(WicketFilter filter)
           
 

Uses of WicketFilter in org.apache.wicket.protocol.http
 

Subclasses of WicketFilter in org.apache.wicket.protocol.http
 class ReloadingWicketFilter
          Custom WicketFilter that reloads the web applications when classes are modified.
 

Fields in org.apache.wicket.protocol.http declared as WicketFilter
protected  WicketFilter WicketServlet.wicketFilter
          The WicketFilter where all the handling is done
 

Methods in org.apache.wicket.protocol.http that return WicketFilter
 WicketFilter WebApplication.getWicketFilter()
           
protected  WicketFilter WicketServlet.newWicketFilter()
           
protected  WicketFilter ReloadingWicketServlet.newWicketFilter()
           
 

Methods in org.apache.wicket.protocol.http with parameters of type WicketFilter
 WebApplication IWebApplicationFactory.createApplication(WicketFilter filter)
          Create application object
 WebApplication ContextParamWebApplicationFactory.createApplication(WicketFilter filter)
           
 void WebApplication.setWicketFilter(WicketFilter wicketFilter)
          THIS METHOD IS NOT PART OF THE WICKET PUBLIC API.
 

Uses of WicketFilter in org.apache.wicket.spring
 

Methods in org.apache.wicket.spring with parameters of type WicketFilter
 WebApplication SpringWebApplicationFactory.createApplication(WicketFilter filter)
           
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.