org.apache.commons.digester3.annotations.handlers
Class PathCallParamHandler
java.lang.Object
  
org.apache.commons.digester3.annotations.handlers.PathCallParamHandler
- All Implemented Interfaces: 
 - AnnotationHandler<PathCallParam,MethodArgument>
 
public final class PathCallParamHandler
- extends Object
- implements AnnotationHandler<PathCallParam,MethodArgument>
  
PathCallParam handler.
- Since:
 
  - 3.0
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PathCallParamHandler
public PathCallParamHandler()
handle
public void handle(PathCallParam annotation,
                   MethodArgument element,
                   RulesBinder rulesBinder)
- Handles the current visited element with the related current annotation.
- Specified by:
 handle in interface AnnotationHandler<PathCallParam,MethodArgument>
 
- Parameters:
 annotation - the current visited annotation.element - the current visited annotated element.rulesBinder - the annotations RulesBinder where rules have to be bound.
 
 
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.