org.apache.cocoon.acting
Class AbstractAction
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
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 |
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 |
EMPTY_MAP
protected static final Map EMPTY_MAP
- Empty unmodifiable map.
AbstractAction
public AbstractAction()
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.