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


@Documented
@Retention(value=RUNTIME)
@Target(value=PARAMETER)
@DigesterRule(reflectsRule=PathCallParamRule.class,
              providedBy=PathCallParamRuleProvider.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.
 

Element Detail

pattern

public abstract String pattern
The element matching pattern.

Returns:
the element matching pattern.


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