com.retek.command
Class PropertiesCommandFactory

java.lang.Object
  extended bycom.retek.command.PropertiesCommandFactory
Direct Known Subclasses:
CommandFactory

public abstract class PropertiesCommandFactory
extends java.lang.Object


Field Summary
static java.lang.String POST_EXCEPTION_TAG
           
static java.lang.String PRE_EXCEPTION_TAG
           
 
Constructor Summary
PropertiesCommandFactory()
           
 
Method Summary
protected  Command createCommand(java.lang.Class commandClass)
           
protected  Command decorateCommand(Command cmd)
           
protected abstract  java.lang.String getPropertiesFileName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRE_EXCEPTION_TAG

public static final java.lang.String PRE_EXCEPTION_TAG
See Also:
Constant Field Values

POST_EXCEPTION_TAG

public static final java.lang.String POST_EXCEPTION_TAG
See Also:
Constant Field Values
Constructor Detail

PropertiesCommandFactory

public PropertiesCommandFactory()
Method Detail

createCommand

protected Command createCommand(java.lang.Class commandClass)

decorateCommand

protected Command decorateCommand(Command cmd)

getPropertiesFileName

protected abstract java.lang.String getPropertiesFileName()