au.com.whitesquare.waf.servlet.resolver
Class PropertyCommandResolver

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

Constructor Summary
PropertyCommandResolver()
           
PropertyCommandResolver(String fileName)
           
 
Method Summary
 BaseCommand getCommand(String alias)
          Gets the fully qualified class name of the specified alias.
 void init(ServletConfig config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyCommandResolver

public PropertyCommandResolver()

PropertyCommandResolver

public PropertyCommandResolver(String fileName)
Method Detail

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.