Annotation Interface RequireSecurityToken


@Retention(RUNTIME) @Target(METHOD) public @interface RequireSecurityToken
Method level annotation for XWork actions to mark whether a particular action method invocation needs to be protected by an XSRF token.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    boolean
     
  • Element Details

    • value

      boolean value