Class AnnotationMapper
- java.lang.Object
 - 
- org.apache.tapestry5.internal.clojure.AnnotationMapper
 
 
- 
- All Implemented Interfaces:
 MethodToFunctionSymbolMapper
public class AnnotationMapper extends Object implements MethodToFunctionSymbolMapper
 
- 
- 
Constructor Summary
Constructors Constructor Description AnnotationMapper() 
 - 
 
- 
- 
Constructor Detail
- 
AnnotationMapper
public AnnotationMapper()
 
 - 
 
- 
Method Detail
- 
mapMethod
public clojure.lang.Symbol mapMethod(String namespace, Method method)
- Specified by:
 mapMethodin interfaceMethodToFunctionSymbolMapper- Parameters:
 namespace- namespace for the service (fromNamespaceannotation)method- method for which a function name is desired.- Returns:
 - Symbol for this method, or null (to drop down to next mapper)
 
 
 - 
 
 -