org.mmbase.applications.vprowizards.spring
Class ClassBasedNameResolver

java.lang.Object
  extended by 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

Constructor Summary
ClassBasedNameResolver()
           
 
Method Summary
 String getName(Class clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassBasedNameResolver

public ClassBasedNameResolver()
Method Detail

getName

public String getName(Class clazz)
Specified by:
getName in interface ActionMappingResolver


MMBase 2.0-SNAPSHOT - null