Annotation Interface RequestWard


@Documented @Target(METHOD) @Retention(RUNTIME) public @interface RequestWard
Controls request-ward behaviour for a controller method.
Since:
11.0
Author:
Petru Galanton
  • Optional Element Summary Link icon

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Indicates whether the request-ward should be renewed when this controller method is invoked.
    boolean
    Indicates whether request-ward validation should be enabled for this method.
  • Element Details

    • validate Link icon

      boolean validate
      Indicates whether request-ward validation should be enabled for this method.
      Returns:
      returns if the request-ward should be validated (defaults to true)
      Default:
      true
    • renew Link icon

      boolean renew
      Indicates whether the request-ward should be renewed when this controller method is invoked.
      Returns:
      returns if the request-ward should be renewed (defaults to true)
      Default:
      true