Uses of Class
org.strutsit.chain.ChainException

Packages that use ChainException
org.strutsit.chain Offers the access to the framework.  
org.strutsit.chain.configuration Offers several configurations for the commons-chain framework.  
org.strutsit.chain.interfaces Interfaces of the conf-chain framework.  
 

Uses of ChainException in org.strutsit.chain
 

Methods in org.strutsit.chain that throw ChainException
 void ChainFacadeImpl.initFacade()
          Inits the framework.
 boolean ChainFacadeImpl.execute(java.lang.String commandString, org.apache.commons.chain.Context context)
          Executes a chain or a single command by name.
 

Uses of ChainException in org.strutsit.chain.configuration
 

Methods in org.strutsit.chain.configuration that throw ChainException
 void ChainXMLConfiguration.init()
          Inits the configuration.
 boolean ChainConfigurationBase.checkConfiguration()
          Checks the configuration of all chains
 void ChainConfigurationBase.init()
          Inits the configuration.
 

Uses of ChainException in org.strutsit.chain.interfaces
 

Methods in org.strutsit.chain.interfaces that throw ChainException
 void ChainFacade.initFacade()
          Inits the framework.
 boolean ChainFacade.execute(java.lang.String commandString, org.apache.commons.chain.Context context)
          Executes a chain or a single command by name.
 void ChainConfiguration.init()
          Inits the configuration.
 boolean ChainConfiguration.checkConfiguration()
          Checks the configuration of all chains
 



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