Annotation Interface ActionViewData


@Retention(RUNTIME) @Target(METHOD) @Deprecated public @interface ActionViewData
Deprecated.
since 9.3, use ActionViewData instead.
Annotation to mark a method whose return value should be passed to the view.

The value will be packaged as a name-value pair.

Only methods that adhere to JavaBean naming conventions (get* and is*) are supported.

For example, getFoo() { return "bar" } will be sent as ("foo", "bar").

  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Deprecated.
     
  • Element Details

    • injected

      boolean injected
      Deprecated.
      Returns:
      true if this piece of data should be injected.
      Default:
      false