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 classSecuredRemoteAddressRequestWrapperFactorySetsServletRequest.isSecure()totrueifServletRequest.getRemoteAddr()matches one of thesecuredRemoteAddressesof this filter.classXForwardedRequestWrapperFactoryRequest 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 java.util.Iterator<AbstractRequestWrapperFactory>FilterFactoryManager. iterator()Methods in org.apache.wicket.protocol.http.servlet with parameters of type AbstractRequestWrapperFactory Modifier and Type Method Description FilterFactoryManagerFilterFactoryManager. add(AbstractRequestWrapperFactory wrapperFactory)Add a filter factory
-