webwork.action.factory
Class ChainingActionFactoryProxy

java.lang.Object
  extended bywebwork.action.factory.ActionFactory
      extended bywebwork.action.factory.ActionFactoryProxy
          extended bywebwork.action.factory.ChainingActionFactoryProxy

public class ChainingActionFactoryProxy
extends ActionFactoryProxy

Action Factory proxy to handle action chaining. Adds actions performed to the action chain and copies properties from each action to the next.

Version:
$Revision: 2 $
Author:
Maurice C. Parker (maurice@vineyardenterprise.com)

Field Summary
protected static org.apache.commons.logging.Log log
           
protected  int maxLinks
           
 
Constructor Summary
ChainingActionFactoryProxy(ActionFactory aFactory)
           
 
Method Summary
 Action getActionImpl(java.lang.String aName)
          Returns the action object for the specified action or a matching action on the action factory delegation chain.
 
Methods inherited from class webwork.action.factory.ActionFactoryProxy
flushCaches, getNextFactory
 
Methods inherited from class webwork.action.factory.ActionFactory
getAction, getActionFactory, setActionFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.commons.logging.Log log

maxLinks

protected int maxLinks
Constructor Detail

ChainingActionFactoryProxy

public ChainingActionFactoryProxy(ActionFactory aFactory)
Method Detail

getActionImpl

public Action getActionImpl(java.lang.String aName)
                     throws java.lang.Exception
Description copied from class: ActionFactory
Returns the action object for the specified action or a matching action on the action factory delegation chain.

Specified by:
getActionImpl in class ActionFactory
Parameters:
aName - name of action to check for a match
Throws:
java.lang.Exception


Copyright © 2001-2003 WebWork All Rights Reserved.