com.jcorporate.expresso.core.misc
Class ConfigClassHandler
java.lang.Object
com.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigClassHandler
public ConfigClassHandler()
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
Please see www.jcorporate.com for information about new Expresso releases.