Expresso 5-5-0

com.jcorporate.expresso.core.misc
Class ConfigClassHandler

java.lang.Object
  extended bycom.jcorporate.expresso.core.misc.ConfigClassHandler
All Implemented Interfaces:
Serializable

public class ConfigClassHandler
extends Object
implements Serializable

Deals with the various expresso class handlers. Used by the XML Digester for configuration startup.

See Also:
Serialized Form

Constructor Summary
ConfigClassHandler()
           
 
Method Summary
 void addParameter(ConfigClassHandlerParameter param)
          Adds a specific parameter to this class handler.
 String getClassHandler()
           
 String getName()
           
 String getParameter(String parameterName)
          Returns a specific parameter value
 void setClassHandler(String newClassHandler)
           
 void setName(String newName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigClassHandler

public ConfigClassHandler()
Method Detail

setName

public void setName(String newName)

getName

public String getName()

setClassHandler

public void setClassHandler(String newClassHandler)

getClassHandler

public String getClassHandler()

addParameter

public void addParameter(ConfigClassHandlerParameter param)
Adds a specific parameter to this class handler.


getParameter

public String getParameter(String parameterName)
Returns a specific parameter value


Expresso 5-5-0

Please see www.jcorporate.com for information about new Expresso releases.