org.strutsit.chain.configuration
Class ChainXMLConfiguration

java.lang.Object
  extended byorg.strutsit.chain.configuration.ChainConfigurationBase
      extended byorg.strutsit.chain.configuration.ChainXMLConfiguration
All Implemented Interfaces:
ChainConfiguration

public class ChainXMLConfiguration
extends ChainConfigurationBase

Interface for a chain configuration.

Since:
JDK 1.4
Version:
$Revision: 1.5 $
Author:
Manfred Wolff

Constructor Summary
ChainXMLConfiguration()
           
 
Method Summary
 org.apache.commons.chain.Catalog getCatalog()
           
 void init()
          Inits the configuration.
 void reread()
          Rereads the configuration.
 
Methods inherited from class org.strutsit.chain.configuration.ChainConfigurationBase
checkConfiguration, getConfigFile, setConfigFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChainXMLConfiguration

public ChainXMLConfiguration()
Method Detail

getCatalog

public final org.apache.commons.chain.Catalog getCatalog()
Specified by:
getCatalog in interface ChainConfiguration
Specified by:
getCatalog in class ChainConfigurationBase
Returns:
Returns the {link Catalog} - object of this configuration.

init

public final void init()
                throws ChainException
Inits the configuration.

Specified by:
init in interface ChainConfiguration
Overrides:
init in class ChainConfigurationBase
Throws:
ChainException - if something goes wrong.

reread

public final void reread()
Rereads the configuration.

Specified by:
reread in interface ChainConfiguration
Overrides:
reread in class ChainConfigurationBase


Copyright © 2004-2005 Struts-it community. All Rights Reserved.