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)
           
protected  org.springframework.web.context.ConfigurableWebApplicationContext SpringWebApplicationFactory.createWebApplicationContext(org.springframework.web.context.WebApplicationContext parent, WicketFilter filter)
          Creates and initializes a new WebApplicationContext, with the given context as the parent.
protected  String SpringWebApplicationFactory.getContextConfigLocation(WicketFilter filter)
          Returns location of context config that will be used to create an additional application context for this application
protected  void SpringWebApplicationFactory.postProcessWebApplicationContext(org.springframework.web.context.ConfigurableWebApplicationContext wac, WicketFilter filter)
          This is a hook for potential subclasses to perform additional processing on the context.
 



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