Uses of Class
org.apache.wicket.protocol.http.ResourceIsolationRequestCycleListener
Package
Description
HTTP implementation.
-
Uses of ResourceIsolationRequestCycleListener in org.apache.wicket.protocol.http
Modifier and TypeMethodDescriptionResourceIsolationRequestCycleListener.setDisallowedOutcomeAction
(ResourceIsolationRequestCycleListener.CsrfAction action) Sets the action when a request is disallowed by a resource isolation policy.ResourceIsolationRequestCycleListener.setErrorCode
(int errorCode) Modifies the HTTP error code in the exception when a disallowed request is detected.ResourceIsolationRequestCycleListener.setErrorMessage
(String errorMessage) Modifies the HTTP message in the exception when a disallowed request is detected.ResourceIsolationRequestCycleListener.setUnknownOutcomeAction
(ResourceIsolationRequestCycleListener.CsrfAction action) Sets the action when none of the resource isolation policies can come to an outcome. -
Uses of ResourceIsolationRequestCycleListener in org.apache.wicket.protocol.ws
Modifier and TypeClassDescriptionclass
A specialization ofResourceIsolationRequestCycleListener
that should be used when the application uses Web Sockets.