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

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

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 IWebApplicationFactory.destroy(WicketFilter filter)
          Called when the filter instance that used this factory is destroyed
 void ContextParamWebApplicationFactory.destroy(WicketFilter filter)
          Called when the filter instance that used this factory is destroyed
 void WebApplication.setWicketFilter(WicketFilter wicketFilter)
          THIS METHOD IS NOT PART OF THE WICKET PUBLIC API.
 



Copyright © 2006–2013 Apache Software Foundation. All rights reserved.