org.apache.cocoon.acting
Class AbstractAction

java.lang.Object
  |
  +--org.apache.avalon.framework.logger.AbstractLoggable
        |
        +--org.apache.cocoon.acting.AbstractAction
All Implemented Interfaces:
Action, org.apache.avalon.framework.component.Component, org.apache.avalon.framework.logger.Loggable
Direct Known Subclasses:
AbstractConfigurableAction, ComposerAction, SessionInvalidatorAction, SessionIsValidAction

public abstract class AbstractAction
extends org.apache.avalon.framework.logger.AbstractLoggable
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,v 1.5 2002/02/22 06:59:26 cziegeler Exp $
Author:
Giacomo Pati, Christian Haul

Field Summary
protected static java.util.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.AbstractLoggable
getLogger, setLogger, 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 java.util.Map EMPTY_MAP
Empty unmodifiable map. Replace with Collections.EMPTY_MAP when pre-jdk1.3 support is dropped.
Constructor Detail

AbstractAction

public AbstractAction()


Copyright � 1999-2002 Apache Software Foundation. All Rights Reserved.