org.apache.cocoon.forms.acting
Class AbstractFormsAction
java.lang.Object
org.apache.cocoon.forms.acting.AbstractFormsAction
- All Implemented Interfaces:
- Disposable, Component, Serviceable, ThreadSafe, Action
- Direct Known Subclasses:
- HandleFormSubmitAction, InitForm1Action
public abstract class AbstractFormsAction
- extends Object
- implements Action, ThreadSafe, Serviceable, Disposable
Abstract base class for Cocoon Forms actions.
- Version:
- $Id: AbstractFormsAction.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
AbstractFormsAction
public AbstractFormsAction()
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.