Uses of Class
org.apache.wicket.protocol.http.servlet.FilterFactoryManager
-
Packages that use FilterFactoryManager Package Description org.apache.wicket.protocol.http HTTP implementation.org.apache.wicket.protocol.http.servlet Java Servlet specific implementation of Wicket http classes. -
-
Uses of FilterFactoryManager in org.apache.wicket.protocol.http
Methods in org.apache.wicket.protocol.http that return FilterFactoryManager Modifier and Type Method Description FilterFactoryManagerWebApplication. getFilterFactoryManager() -
Uses of FilterFactoryManager in org.apache.wicket.protocol.http.servlet
Methods in org.apache.wicket.protocol.http.servlet that return FilterFactoryManager Modifier and Type Method Description FilterFactoryManagerFilterFactoryManager. add(AbstractRequestWrapperFactory wrapperFactory)Add a filter factoryFilterFactoryManagerFilterFactoryManager. addSecuredRemoteAddressRequestWrapperFactory(javax.servlet.FilterConfig config)Add a Secure remote address web filter factoryFilterFactoryManagerFilterFactoryManager. addXForwardedRequestWrapperFactory(javax.servlet.FilterConfig config)Add a X-Forwarded web filter factory
-