Annotation Type CallParam
@Documented
@Retention(RUNTIME)
@Target(PARAMETER)
@DigesterRule(reflectsRule=CallParamRule.class,
handledBy=CallParamHandler.class)
public @interface CallParam
Methods arguments annotated with
CallParam will be bound with CallParamRule digester rule.- Since:
- 2.1
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceDefines several@CallParamannotations on the same element. -
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe attribute from which to save the parameter value.booleanFlags the parameter to be set from the stack.The namespace URI for which this Rule is relevant, if any.intSets the position of the object from the top of the stack.
-
Element Details
-
pattern
The element matching pattern. -
namespaceURI
The namespace URI for which this Rule is relevant, if any.- Since:
- 3.0
- Default:
""
-
attributeName
The attribute from which to save the parameter value.- Since:
- 3.0
- Default:
""
-
fromStack
boolean fromStackFlags the parameter to be set from the stack.- Since:
- 3.0
- Default:
false
-
stackIndex
int stackIndexSets the position of the object from the top of the stack.- Since:
- 3.0
- Default:
0
-