org.apache.cocoon.forms.acting
Class MakeFormAction

java.lang.Object
  extended by org.apache.cocoon.forms.acting.MakeFormAction
All Implemented Interfaces:
Serviceable, ThreadSafe, org.apache.cocoon.acting.Action

public class MakeFormAction
extends Object
implements org.apache.cocoon.acting.Action, ThreadSafe, Serviceable

An action that creates a new form instance and stores it in a request attribute.

Required parameters:

Version:
$Id: MakeFormAction.java 449149 2006-09-23 03:58:05Z crossley $

Field Summary
 
Fields inherited from interface org.apache.cocoon.acting.Action
ROLE
 
Constructor Summary
MakeFormAction()
           
 
Method Summary
 Map act(org.apache.cocoon.environment.Redirector redirector, org.apache.cocoon.environment.SourceResolver resolver, Map objectModel, String src, Parameters parameters)
           
 void service(ServiceManager serviceManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MakeFormAction

public MakeFormAction()
Method Detail

service

public void service(ServiceManager serviceManager)
             throws ServiceException
Specified by:
service in interface Serviceable
Throws:
ServiceException

act

public Map act(org.apache.cocoon.environment.Redirector redirector,
               org.apache.cocoon.environment.SourceResolver resolver,
               Map objectModel,
               String src,
               Parameters parameters)
        throws Exception
Specified by:
act in interface org.apache.cocoon.acting.Action
Throws:
Exception


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