Annotation Type CallParam


Methods arguments annotated with CallParam will be bound with CallParamRule digester rule.
Since:
2.1
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static @interface 
    Defines several @CallParam annotations on the same element.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The element matching pattern.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The attribute from which to save the parameter value.
    boolean
    Flags the parameter to be set from the stack.
    The namespace URI for which this Rule is relevant, if any.
    int
    Sets the position of the object from the top of the stack.
  • Element Details

    • pattern

      String pattern
      The element matching pattern.
    • namespaceURI

      String namespaceURI
      The namespace URI for which this Rule is relevant, if any.
      Since:
      3.0
      Default:
      ""
    • attributeName

      String attributeName
      The attribute from which to save the parameter value.
      Since:
      3.0
      Default:
      ""
    • fromStack

      boolean fromStack
      Flags the parameter to be set from the stack.
      Since:
      3.0
      Default:
      false
    • stackIndex

      int stackIndex
      Sets the position of the object from the top of the stack.
      Since:
      3.0
      Default:
      0