org.strutsit.chain.configuration
Class ChainConfBase

java.lang.Object
  extended byorg.apache.commons.chain.impl.ChainBase
      extended byorg.strutsit.chain.configuration.ChainConfBase
All Implemented Interfaces:
org.apache.commons.chain.Chain, org.apache.commons.chain.Command

public class ChainConfBase
extends org.apache.commons.chain.impl.ChainBase

Extension of a ChainBase-Implementation. Additional are some Attributes.

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

Field Summary
 
Fields inherited from class org.apache.commons.chain.impl.ChainBase
commands, frozen
 
Constructor Summary
ChainConfBase()
           
 
Method Summary
 org.apache.commons.chain.Command[] getAllCommands()
           
 java.lang.String getCheckDependencies()
          Returns the checkDependencies.
 void setCheckDependencies(java.lang.String checkDependencies)
          Sets the checkDependencies Attribute.
 
Methods inherited from class org.apache.commons.chain.impl.ChainBase
addCommand, execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChainConfBase

public ChainConfBase()
Method Detail

getCheckDependencies

public java.lang.String getCheckDependencies()
Returns the checkDependencies.

Returns:
Returns the checkDependencies.

setCheckDependencies

public void setCheckDependencies(java.lang.String checkDependencies)
Sets the checkDependencies Attribute.

Parameters:
checkDependencies - The checkDependencies to set.

getAllCommands

public org.apache.commons.chain.Command[] getAllCommands()
Returns:
All Commands of this chain


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