org.apache.cocoon.acting
Class AbstractAction

java.lang.Object
  extended byorg.apache.cocoon.util.AbstractLogEnabled
      extended byorg.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
 
Constructor Summary
AbstractAction()
           
 
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
 

Field Detail

EMPTY_MAP

protected static final Map EMPTY_MAP
Empty unmodifiable map.

Constructor Detail

AbstractAction

public AbstractAction()


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.