org.apache.cocoon.acting
Class AbstractAction

java.lang.Object
  extended byorg.apache.avalon.framework.logger.AbstractLogEnabled
      extended byorg.apache.cocoon.acting.AbstractAction
All Implemented Interfaces:
Action, LogEnabled
Direct Known Subclasses:
AbstractConfigurableAction, CommandAction, ServiceableAction, SessionInvalidatorAction, SessionIsValidAction, SetterAction, TestBeanAction

public abstract class AbstractAction
extends AbstractLogEnabled
implements Action

AbstractAction gives you the infrastructure for easily deploying more Actions. In order to get at the Logger, use getLogger().

Version:
CVS $Id: AbstractAction.java 291111 2005-09-23 12:32:55Z cziegeler $
Author:
Giacomo Pati, Christian Haul

Field Summary
protected static Map EMPTY_MAP
          Empty unmodifiable map.
 
Fields inherited from interface org.apache.cocoon.acting.Action
ROLE
 
Constructor Summary
AbstractAction()
           
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cocoon.acting.Action
act
 

Field Detail

EMPTY_MAP

protected static final Map EMPTY_MAP
Empty unmodifiable map.

Constructor Detail

AbstractAction

public AbstractAction()


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.