Annotation Interface StrutsTagAttribute


@Target(METHOD) @Retention(RUNTIME) public @interface StrutsTagAttribute
Documents an attribute to a Struts tag
  • Element Details

    • description

      String description
    • name

      String name
      Default:
      ""
    • required

      boolean required
      Default:
      false
    • rtexprvalue

      boolean rtexprvalue
      Default:
      false
    • defaultValue

      String defaultValue
      Default:
      ""
    • type

      String type
      Default:
      "String"