|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=PARAMETER) @DigesterRule(reflectsRule=CallParamRule.class, handledBy=CallParamHandler.class) public @interface CallParam
Methods arguments annotated with CallParam
will be bound with CallParamRule
digester rule.
Digester.addCallParam(String,int)
Required Element Summary | |
---|---|
String |
pattern
The element matching pattern. |
Optional Element Summary | |
---|---|
String |
attributeName
The attribute from which to save the parameter value. |
boolean |
fromStack
Flags the parameter to be set from the stack. |
String |
namespaceURI
The namespace URI for which this Rule is relevant, if any. |
int |
stackIndex
Sets the position of the object from the top of the stack. |
Element Detail |
---|
public abstract String pattern
public abstract String namespaceURI
public abstract String attributeName
public abstract boolean fromStack
public abstract int stackIndex
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |