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 FilterFactoryManager
WebApplication. 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 FilterFactoryManager
FilterFactoryManager. add(AbstractRequestWrapperFactory wrapperFactory)
Add a filter factoryFilterFactoryManager
FilterFactoryManager. addSecuredRemoteAddressRequestWrapperFactory(javax.servlet.FilterConfig config)
Add a Secure remote address web filter factoryFilterFactoryManager
FilterFactoryManager. addXForwardedRequestWrapperFactory(javax.servlet.FilterConfig config)
Add a X-Forwarded web filter factory
-