org.apache.cocoon.acting
Class AbstractAction

java.lang.Object
  extended by org.apache.avalon.framework.logger.AbstractLogEnabled
      extended by org.apache.cocoon.acting.AbstractAction
All Implemented Interfaces:
Component, LogEnabled, Action
Direct Known Subclasses:
AbstractConfigurableAction, ComposerAction, ObjectModelAction, ServiceableAction, SessionInvalidatorAction, SessionIsValidAction, SetterAction

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.html 1304258 2012-03-23 10:09:27Z ilgrosso $
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()
           
 
Method Summary
 
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-2010 The Apache Software Foundation. All Rights Reserved.