Uses of Class
org.apache.wicket.protocol.http.WicketFilter
-
Packages that use WicketFilter Package Description 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 Modifier and Type Class Description classReloadingWicketFilterCustomWicketFilterthat reloads the web applications when classes are modified.Fields in org.apache.wicket.protocol.http declared as WicketFilter Modifier and Type Field Description protected WicketFilterWicketServlet. wicketFilterThe WicketFilter where all the handling is doneMethods in org.apache.wicket.protocol.http that return WicketFilter Modifier and Type Method Description WicketFilterWebApplication. getWicketFilter()protected WicketFilterReloadingWicketServlet. newWicketFilter()protected WicketFilterWicketServlet. newWicketFilter()Methods in org.apache.wicket.protocol.http with parameters of type WicketFilter Modifier and Type Method Description WebApplicationContextParamWebApplicationFactory. createApplication(WicketFilter filter)WebApplicationIWebApplicationFactory. createApplication(WicketFilter filter)Create application objectvoidContextParamWebApplicationFactory. destroy(WicketFilter filter)Called when the filter instance that used this factory is destroyedvoidIWebApplicationFactory. destroy(WicketFilter filter)Called when the filter instance that used this factory is destroyedvoidWebApplication. setWicketFilter(WicketFilter wicketFilter)THIS METHOD IS NOT PART OF THE WICKET PUBLIC API.
-