|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=METHOD) @DigesterRule(reflectsRule=CallMethodRule.class, handledBy=CallMethodHandler.class) public @interface CallMethod
Methods annotated with CallMethod
will be bound with CallMethodRule
digester rule.
Digester.addCallMethod(String,String,int,Class[])
Required Element Summary | |
---|---|
String |
pattern
The element matching pattern. |
Optional Element Summary | |
---|---|
String |
namespaceURI
The namespace URI for which this Rule is relevant, if any. |
boolean |
usingElementBodyAsArgument
Marks the CallMethodRule to be invoked using the matching element body as argument. |
Element Detail |
---|
public abstract String pattern
public abstract String namespaceURI
public abstract boolean usingElementBodyAsArgument
CallMethodRule
to be invoked using the matching element body as argument.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |