This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.cocoon.webapps.session.components
Class DefaultFormManager
java.lang.Object
   org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.avalon.framework.logger.AbstractLogEnabled
       org.apache.cocoon.webapps.session.components.DefaultFormManager
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
 
| Fields inherited from interface org.apache.cocoon.webapps.session.FormManager | 
| ROLE | 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DefaultFormManager
public DefaultFormManager()
- Deprecated. 
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:
- registerInputFieldin 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:
- processInputFieldsin interface- FormManager
 
- 
 
contextualize
public void contextualize(Context context)
                   throws ContextException
- Deprecated. - 
- Specified by:
- contextualizein interface- Contextualizable
 
- 
- Throws:
- ContextException
 
service
public void service(ServiceManager manager)
             throws ServiceException
- Deprecated. - 
- Specified by:
- servicein interface- Serviceable
 
- 
- Throws:
- ServiceException
 
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.