|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.strutsit.chain.configuration.ChainConfigurationBase
Base implementation of a ChainConfiguration-interface.
| Constructor Summary | |
ChainConfigurationBase()
|
|
| Method Summary | |
boolean |
checkConfiguration()
Checks the configuration of all chains |
abstract org.apache.commons.chain.Catalog |
getCatalog()
|
java.lang.String |
getConfigFile()
|
void |
init()
Inits the configuration. |
void |
reread()
Rereads the configuration. |
void |
setConfigFile(java.lang.String aConfigFile)
Sets the configfile. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ChainConfigurationBase()
| Method Detail |
public final java.lang.String getConfigFile()
public final void setConfigFile(java.lang.String aConfigFile)
aConfigFile - The configFile to set.
public boolean checkConfiguration()
throws ChainException
checkConfiguration in interface ChainConfigurationChainException
public void init()
throws ChainException
init in interface ChainConfigurationChainException - if something goes wrongpublic void reread()
reread in interface ChainConfigurationpublic abstract org.apache.commons.chain.Catalog getCatalog()
getCatalog in interface ChainConfiguration
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||