org.apache.commons.digester3.annotations.rules
Annotation Type PathCallParam


@Documented
@Retention(value=RUNTIME)
@Target(value=PARAMETER)
@DigesterRule(reflectsRule=PathCallParamRule.class,
              handledBy=PathCallParamHandler.class)
public @interface PathCallParam

Methods arguments annotated with PathCallParam will be bound with PathCallParamRule digester rule.

Since:
2.1
See Also:
Digester.addCallParamPath(String,int)

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.
 

Element Detail

pattern

public abstract String pattern
The element matching pattern.

namespaceURI

public abstract String namespaceURI
The namespace URI for which this Rule is relevant, if any.

Since:
3.0
Default:
""


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.