Interface IActionClassResolver
-
public interface IActionClassResolverThis interface is used register and resolve action class name
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidregister(String className, String beanId)This method provides a component way to register a bean id matching a action class nameStringresolve(String className)This method is used to resolve a action class name and returns a bean id that is registered with this class name
-