org.apache.cocoon.woody.acting
Class AbstractWoodyAction
java.lang.Object
org.apache.cocoon.woody.acting.AbstractWoodyAction
- All Implemented Interfaces:
- Disposable, Component, Serviceable, ThreadSafe, Action
- Direct Known Subclasses:
- HandleFormSubmitAction, InitForm1Action
public abstract class AbstractWoodyAction
- extends Object
- implements Action, ThreadSafe, Serviceable, Disposable
Abstract base class for Woody actions.
- Version:
- $Id: AbstractWoodyAction.html 1304258 2012-03-23 10:09:27Z ilgrosso $
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 |
manager
protected ServiceManager manager
formManager
protected FormManager formManager
AbstractWoodyAction
public AbstractWoodyAction()
service
public void service(ServiceManager serviceManager)
throws ServiceException
- Specified by:
service
in interface Serviceable
- Throws:
ServiceException
dispose
public void dispose()
- Specified by:
dispose
in interface Disposable
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.