Annotation Type RequireCSRFCheck

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      Class<? extends CSRFErrorHandler> error
      Calls a implementation class for handling the CSRF error.
    • Element Detail

      • error

        Class<? extends CSRFErrorHandler> error
        Calls a implementation class for handling the CSRF error.
        Returns:
        the subtype of CSRFErrorHandler
        See Also:
        CSRFErrorHandler
        Default:
        play.filters.csrf.CSRFErrorHandler.DefaultCSRFErrorHandler.class