org.apache.cocoon.webapps.session.components
Class DefaultFormManager

java.lang.Object
  extended by org.apache.avalon.framework.logger.AbstractLogEnabled
      extended by org.apache.cocoon.webapps.session.components.DefaultFormManager
All Implemented Interfaces:
Component, Contextualizable, LogEnabled, Serviceable, ThreadSafe, FormManager

Deprecated. This block is deprecated and will be removed in future versions.

public final class DefaultFormManager
extends AbstractLogEnabled
implements Serviceable, Component, FormManager, ThreadSafe, Contextualizable

Form handling

Version:
CVS $Id: DefaultFormManager.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler

Field Summary
 
Fields inherited from interface org.apache.cocoon.webapps.session.FormManager
ROLE
 
Constructor Summary
DefaultFormManager()
          Deprecated.  
 
Method Summary
 void contextualize(Context context)
          Deprecated.  
 void processInputFields()
          Deprecated. Process the request.
 DocumentFragment registerInputField(String contextName, String path, String name, String formName)
          Deprecated. Register input field and return the current value of the field.
 void service(ServiceManager manager)
          Deprecated.  
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFormManager

public DefaultFormManager()
Deprecated. 
Method Detail

registerInputField

public DocumentFragment registerInputField(String contextName,
                                           String path,
                                           String name,
                                           String formName)
                                    throws ProcessingException
Deprecated. 
Description copied from interface: FormManager
Register input field and return the current value of the field.

Specified by:
registerInputField in interface FormManager
Throws:
ProcessingException
See Also:
FormManager.registerInputField(String, String, String, String)

processInputFields

public void processInputFields()
Deprecated. 
Description copied from interface: FormManager
Process the request. The incoming parameters are evaluated, if they contain information for a previously registered input field.

Specified by:
processInputFields in interface FormManager

contextualize

public void contextualize(Context context)
                   throws ContextException
Deprecated. 
Specified by:
contextualize in interface Contextualizable
Throws:
ContextException

service

public void service(ServiceManager manager)
             throws ServiceException
Deprecated. 
Specified by:
service in interface Serviceable
Throws:
ServiceException


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