org.apache.cocoon.woody.acting
Class AbstractWoodyAction

java.lang.Object
  extended by 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 $

Field Summary
protected  FormManager formManager
           
protected  ServiceManager manager
           
 
Fields inherited from interface org.apache.cocoon.acting.Action
ROLE
 
Constructor Summary
AbstractWoodyAction()
           
 
Method Summary
 void dispose()
           
 void service(ServiceManager serviceManager)
           
 
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

manager

protected ServiceManager manager

formManager

protected FormManager formManager
Constructor Detail

AbstractWoodyAction

public AbstractWoodyAction()
Method Detail

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.