@Documented @Retention(value=RUNTIME) @Target(value=PARAMETER) @DigesterRule(reflectsRule=CallParamRule.class, handledBy=CallParamHandler.class) public @interface CallParam
CallParam
will be bound with CallParamRule
digester rule.Digester.addCallParam(String,int)
Modifier and Type | Required Element and Description |
---|---|
String |
pattern
The element matching pattern.
|
Modifier and Type | Optional Element and Description |
---|---|
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.
|
public abstract String namespaceURI
public abstract String attributeName
public abstract boolean fromStack
public abstract int stackIndex
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.