org.apache.cocoon.webapps.session
Interface FormManager

All Known Implementing Classes:
DefaultFormManager

public interface FormManager

Form manager

Version:
CVS $Id: FormManager.java 30941 2004-07-29 19:56:58Z vgritsenko $
Author:
Carsten Ziegeler

Field Summary
static String ROLE
          Avalon role
 
Method Summary
 void processInputFields()
          Process the request.
 DocumentFragment registerInputField(String contextName, String path, String name, String formName)
          Register input field and return the current value of the field.
 

Field Detail

ROLE

public static final String ROLE
Avalon role

Method Detail

registerInputField

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

Throws:
ProcessingException

processInputFields

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



Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.