au.com.whitesquare.waf.servlet.resolver
Class PropertyCommandResolver
java.lang.Object
au.com.whitesquare.waf.servlet.resolver.PropertyCommandResolver
- All Implemented Interfaces:
- CommandResolver
- public class PropertyCommandResolver
- extends Object
- implements CommandResolver
Last Modified $Date: 2006/04/26 11:04:16 $
- Version:
- $Revision: 1.7 $
- Author:
- Steve Mactaggart
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyCommandResolver
public PropertyCommandResolver()
PropertyCommandResolver
public PropertyCommandResolver(String fileName)
getCommand
public BaseCommand getCommand(String alias)
- Gets the fully qualified class name of the specified alias.
- Specified by:
getCommand in interface CommandResolver
- Parameters:
alias - The alias of the command class.
- Returns:
- The fully qualified class name.
init
public void init(ServletConfig config)
- Specified by:
init in interface CommandResolver
- Parameters:
config - - See Also:
ParameterParser.init(javax.servlet.ServletConfig)
Copyright © 2004 Whitesquare Software. All Rights Reserved.