This project has retired. For details please refer to its
Attic page.
AbstractAction (Cocoon Sitemap Implementation 1.0.0 API)
org.apache.cocoon.acting
Class AbstractAction
java.lang.Object
org.apache.cocoon.util.AbstractLogEnabled
org.apache.cocoon.acting.AbstractAction
- All Implemented Interfaces:
- org.apache.cocoon.acting.Action
- Direct Known Subclasses:
- AbstractConfigurableAction, ServiceableAction
- public abstract class AbstractAction
- extends org.apache.cocoon.util.AbstractLogEnabled
- implements org.apache.cocoon.acting.Action
AbstractAction gives you the infrastructure for easily deploying more
Actions. In order to get at the Logger, use getLogger().
- Version:
- $Id: AbstractAction.html 1304280 2012-03-23 11:18:01Z ilgrosso $
Field Summary |
protected static Map |
EMPTY_MAP
Empty unmodifiable map. |
Fields inherited from interface org.apache.cocoon.acting.Action |
ROLE |
Methods inherited from class org.apache.cocoon.util.AbstractLogEnabled |
getLogger, setLogger |
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-2008 The Apache Software Foundation. All Rights Reserved.