org.apache.cocoon.webapps.session
Interface FormManager

All Known Implementing Classes:
DefaultFormManager

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

public interface FormManager

Form manager

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

Field Summary
static String ROLE
          Deprecated. Avalon role
 
Method Summary
 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.
 

Field Detail

ROLE

static final String ROLE
Deprecated. 
Avalon role

Method Detail

registerInputField

DocumentFragment registerInputField(String contextName,
                                    String path,
                                    String name,
                                    String formName)
                                    throws ProcessingException
Deprecated. 
Register input field and return the current value of the field.

Throws:
ProcessingException

processInputFields

void processInputFields()
Deprecated. 
Process the request. The incoming parameters are evaluated, if they contain information for a previously registered input field.



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