Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
All Classes
C
D
E
G
I
O
P
R
S
X
C
CLASS_MODE
- Static variable in class org.strutsit.chain.configuration.
PropertyReader
Class mode
ChainConfBase
- class org.strutsit.chain.configuration.
ChainConfBase
.
Extension of a ChainBase-Implementation.
ChainConfBase()
- Constructor for class org.strutsit.chain.configuration.
ChainConfBase
ChainConfiguration
- interface org.strutsit.chain.interfaces.
ChainConfiguration
.
Interface for a chain configuration.
ChainConfigurationBase
- class org.strutsit.chain.configuration.
ChainConfigurationBase
.
Base implementation of a
ChainConfiguration
-interface.
ChainConfigurationBase()
- Constructor for class org.strutsit.chain.configuration.
ChainConfigurationBase
ChainConfigurationFactory
- class org.strutsit.chain.configuration.
ChainConfigurationFactory
.
Factory for instanciating the properbly configuration class.
ChainConfigurationFactory()
- Constructor for class org.strutsit.chain.configuration.
ChainConfigurationFactory
ChainException
- exception org.strutsit.chain.
ChainException
.
An exception type for the chain-conf framework.
ChainException()
- Constructor for class org.strutsit.chain.
ChainException
Constructs a new exception with null as its detail message.
ChainException(String)
- Constructor for class org.strutsit.chain.
ChainException
Constructs a new exception with the specified detail message.
ChainException(String, Throwable)
- Constructor for class org.strutsit.chain.
ChainException
Constructs a new exception with the specified detail message and cause.
ChainException(Throwable)
- Constructor for class org.strutsit.chain.
ChainException
Constructs a new exception with the specified cause and a detail message of (cause==null ?
ChainFacade
- interface org.strutsit.chain.interfaces.
ChainFacade
.
Interface for a chain-facade.
ChainFacadeImpl
- class org.strutsit.chain.
ChainFacadeImpl
.
Implementation of the
ChainFacade
-Interface.
ChainXMLConfiguration
- class org.strutsit.chain.configuration.
ChainXMLConfiguration
.
Interface for a chain configuration.
ChainXMLConfiguration()
- Constructor for class org.strutsit.chain.configuration.
ChainXMLConfiguration
ConfCommand
- class org.strutsit.chain.
ConfCommand
.
Base implementation of a
Command
that is used in the conf-chain framework.
ConfCommand()
- Constructor for class org.strutsit.chain.
ConfCommand
checkConfiguration()
- Method in class org.strutsit.chain.configuration.
ChainConfigurationBase
Checks the configuration of all chains
checkConfiguration()
- Method in interface org.strutsit.chain.interfaces.
ChainConfiguration
Checks the configuration of all chains
createConfiguration()
- Method in class org.strutsit.chain.configuration.
ChainConfigurationFactory
Returns the right configuration configured in the chain.properties.
D
DependCommand
- class org.strutsit.chain.
DependCommand
.
Abstract Command for checking dependencies
DependCommand()
- Constructor for class org.strutsit.chain.
DependCommand
dependencies
- Variable in class org.strutsit.chain.
ConfCommand
destroy()
- Method in class org.strutsit.chain.
ChainFacadeImpl
Frees all Resources.
destroy()
- Method in interface org.strutsit.chain.interfaces.
ChainFacade
Frees all Resources.
doRegister()
- Method in class org.strutsit.chain.
DependCommand
A DependCommand has to registers his dependencies.
E
execute(String, Context)
- Method in class org.strutsit.chain.
ChainFacadeImpl
Executes a chain or a single command by name.
execute(Context)
- Method in class org.strutsit.chain.
DependCommand
Execute a unit of processing work to be performed.
execute(String, Context)
- Method in interface org.strutsit.chain.interfaces.
ChainFacade
Executes a chain or a single command by name.
G
getAllCommands()
- Method in class org.strutsit.chain.configuration.
ChainConfBase
getCatalog()
- Method in class org.strutsit.chain.configuration.
ChainConfigurationBase
getCatalog()
- Method in class org.strutsit.chain.configuration.
ChainXMLConfiguration
getCatalog()
- Method in interface org.strutsit.chain.interfaces.
ChainConfiguration
getCheckDependencies()
- Method in class org.strutsit.chain.configuration.
ChainConfBase
Returns the checkDependencies.
getClassNames()
- Method in class org.strutsit.chain.
DependCommand
Returns all classNames as a List object.
getConfName()
- Method in class org.strutsit.chain.configuration.
PropertyReader
getConfigFile()
- Method in class org.strutsit.chain.configuration.
ChainConfigurationBase
getConfigMode()
- Method in class org.strutsit.chain.configuration.
PropertyReader
getDepends()
- Method in class org.strutsit.chain.
ConfCommand
getIdref()
- Method in class org.strutsit.chain.
ConfCommand
getInstance()
- Static method in class org.strutsit.chain.
ChainFacadeImpl
Returns the singleton of the facade.
getInstance()
- Static method in class org.strutsit.chain.configuration.
ChainConfigurationFactory
The Factorymethod of this Factory ;-)
getInstance()
- Static method in class org.strutsit.chain.configuration.
PropertyReader
Factorymethod for the Reader-Object.
getNames()
- Method in class org.strutsit.chain.
DependCommand
Returns all names as a List object.
getXmlClass()
- Method in class org.strutsit.chain.configuration.
PropertyReader
I
init()
- Method in class org.strutsit.chain.configuration.
ChainConfigurationBase
Inits the configuration.
init()
- Method in class org.strutsit.chain.configuration.
ChainXMLConfiguration
Inits the configuration.
init()
- Method in interface org.strutsit.chain.interfaces.
ChainConfiguration
Inits the configuration.
initFacade()
- Method in class org.strutsit.chain.
ChainFacadeImpl
Inits the framework.
initFacade()
- Method in interface org.strutsit.chain.interfaces.
ChainFacade
Inits the framework.
O
org.strutsit.chain
- package org.strutsit.chain
Offers the access to the framework.
org.strutsit.chain.configuration
- package org.strutsit.chain.configuration
Offers several configurations for the commons-chain framework.
org.strutsit.chain.interfaces
- package org.strutsit.chain.interfaces
Interfaces of the conf-chain framework.
P
PROP_MODE
- Static variable in class org.strutsit.chain.configuration.
PropertyReader
Property mode
PropertyReader
- class org.strutsit.chain.configuration.
PropertyReader
.
Reads the configuration of the chain-conf framework.
R
registerClassName(String)
- Method in class org.strutsit.chain.
DependCommand
Register a dependency as a className
registerName(String)
- Method in class org.strutsit.chain.
DependCommand
Register a dependency as a name.
reread()
- Method in class org.strutsit.chain.configuration.
ChainConfigurationBase
Rereads the configuration.
reread()
- Method in class org.strutsit.chain.configuration.
ChainXMLConfiguration
Rereads the configuration.
reread()
- Method in interface org.strutsit.chain.interfaces.
ChainConfiguration
Rereads the configuration.
S
setCheckDependencies(String)
- Method in class org.strutsit.chain.configuration.
ChainConfBase
Sets the checkDependencies Attribute.
setConfName(String)
- Method in class org.strutsit.chain.configuration.
PropertyReader
setConfigFile(String)
- Method in class org.strutsit.chain.configuration.
ChainConfigurationBase
Sets the configfile.
setConfigMode(String)
- Method in class org.strutsit.chain.configuration.
PropertyReader
setDepends(String)
- Method in class org.strutsit.chain.
ConfCommand
setIdref(String)
- Method in class org.strutsit.chain.
ConfCommand
setXmlClass(String)
- Method in class org.strutsit.chain.configuration.
PropertyReader
X
XML_MODE
- Static variable in class org.strutsit.chain.configuration.
PropertyReader
XML mode
C
D
E
G
I
O
P
R
S
X
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
All Classes
Copyright © 2004-2005 Struts-it community. All Rights Reserved.