|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractRequestWrapperFactory | |
---|---|
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 | |
---|---|
class |
SecuredRemoteAddressRequestWrapperFactory
Sets ServletRequest.isSecure() to true if
ServletRequest.getRemoteAddr() matches one of the securedRemoteAddresses 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 | |
---|---|
Iterator<AbstractRequestWrapperFactory> |
FilterFactoryManager.iterator()
|
Methods in org.apache.wicket.protocol.http.servlet with parameters of type AbstractRequestWrapperFactory | |
---|---|
FilterFactoryManager |
FilterFactoryManager.add(AbstractRequestWrapperFactory wrapperFactory)
Add a filter factory |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |