org.apache.cocoon.woody.acting
Class AbstractWoodyAction
java.lang.Object
org.apache.cocoon.woody.acting.AbstractWoodyAction
- All Implemented Interfaces:
- Action, Component, Disposable, Serviceable, ThreadSafe
- 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.java 433543 2006-08-22 06:22:54Z crossley $
| 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-2006 The Apache Software Foundation. All Rights Reserved.