Package play.filters.csrf
Annotation Interface RequireCSRFCheck
This action requires a CSRF check.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionClass<? extends CSRFErrorHandler>Calls a implementation class for handling the CSRF error.
-
Element Details
-
error
Class<? extends CSRFErrorHandler> errorCalls a implementation class for handling the CSRF error.- Returns:
- the subtype of CSRFErrorHandler
- See Also:
- Default:
- play.filters.csrf.CSRFErrorHandler.DefaultCSRFErrorHandler.class
-