Uses of Class
org.apache.wicket.protocol.http.servlet.AbstractRequestWrapperFactory
-
Packages that use AbstractRequestWrapperFactory Package Description org.apache.wicket.protocol.http.servlet Java Servlet specific implementation of Wicket http classes. -
-
Uses of AbstractRequestWrapperFactory in org.apache.wicket.protocol.http.servlet
Subclasses of AbstractRequestWrapperFactory in org.apache.wicket.protocol.http.servlet Modifier and Type Class Description class
SecuredRemoteAddressRequestWrapperFactory
SetsServletRequest.isSecure()
totrue
ifServletRequest.getRemoteAddr()
matches one of thesecuredRemoteAddresses
of this filter.class
XForwardedRequestWrapperFactory
Request wrapper factory to integrate "X-Forwarded-For" and "X-Forwarded-Proto" HTTP headers.Methods in org.apache.wicket.protocol.http.servlet that return types with arguments of type AbstractRequestWrapperFactory Modifier and Type Method Description Iterator<AbstractRequestWrapperFactory>
FilterFactoryManager. iterator()
Methods in org.apache.wicket.protocol.http.servlet with parameters of type AbstractRequestWrapperFactory Modifier and Type Method Description FilterFactoryManager
FilterFactoryManager. add(AbstractRequestWrapperFactory wrapperFactory)
Add a filter factory
-