org.mmbase.applications.vprowizards.spring
Class ClassBasedNameResolver
java.lang.Object
org.mmbase.applications.vprowizards.spring.ClassBasedNameResolver
- All Implemented Interfaces:
- ActionMappingResolver
public class ClassBasedNameResolver
- extends Object
- implements ActionMappingResolver
This action mapping name resolver takes the class name, turns the first character into lower case,
and removes 'Action' if it is part of the class name
- Author:
- ebunders
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassBasedNameResolver
public ClassBasedNameResolver()
getName
public String getName(Class clazz)
- Specified by:
getName in interface ActionMappingResolver
MMBase 2.0-SNAPSHOT - null