Package play.filters.csrf
Interface CSRFErrorHandler
- All Known Implementing Classes:
CSRFErrorHandler.DefaultCSRFErrorHandler
public interface CSRFErrorHandler
This interface handles the CSRF error.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionhandle(Http.RequestHeader req, String msg) Handle the CSRF error.
-
Method Details
-
handle
Handle the CSRF error.- Parameters:
req- The requestmsg- message is passed by framework.- Returns:
- Client gets this result.
-