| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@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.
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 | 
|---|
public abstract String pattern
public abstract String namespaceURI
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||