org.apache.commons.digester.annotations.providers
Class PathCallParamRuleProvider

java.lang.Object
  extended by org.apache.commons.digester.annotations.providers.PathCallParamRuleProvider
All Implemented Interfaces:
AnnotationRuleProvider<PathCallParam,MethodArgument,PathCallParamRule>

public final class PathCallParamRuleProvider
extends Object
implements AnnotationRuleProvider<PathCallParam,MethodArgument,PathCallParamRule>

Provides instances of PathCallParamRule.

Since:
2.1

Constructor Summary
PathCallParamRuleProvider()
           
 
Method Summary
 PathCallParamRule get()
          Provides an instance of Rule.
 void init(PathCallParam annotation, MethodArgument element)
          Initializes the provider.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathCallParamRuleProvider

public PathCallParamRuleProvider()
Method Detail

init

public void init(PathCallParam annotation,
                 MethodArgument element)
Initializes the provider.

Specified by:
init in interface AnnotationRuleProvider<PathCallParam,MethodArgument,PathCallParamRule>
Parameters:
annotation - the annotation instance.
element - the annotated element reference.

get

public PathCallParamRule get()
Provides an instance of Rule. Must never return null.

Specified by:
get in interface AnnotationRuleProvider<PathCallParam,MethodArgument,PathCallParamRule>
Returns:
an instance of Rule.


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