Class DefaultMapper
- java.lang.Object
 - 
- org.apache.tapestry5.internal.clojure.DefaultMapper
 
 
- 
- All Implemented Interfaces:
 MethodToFunctionSymbolMapper
public class DefaultMapper extends Object implements MethodToFunctionSymbolMapper
Default implementation that transforms a camelCased method-name to a clojure-style function name. 
- 
- 
Constructor Summary
Constructors Constructor Description DefaultMapper() 
 - 
 
- 
- 
Constructor Detail
- 
DefaultMapper
public DefaultMapper()
 
 - 
 
- 
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)
 
 
 - 
 
 -