webwork.examples
Class MultiForm

java.lang.Object
  extended bywebwork.action.ActionSupport
      extended bywebwork.examples.MultiForm
All Implemented Interfaces:
Action, IllegalArgumentAware, ParameterAware, java.io.Serializable

public class MultiForm
extends ActionSupport
implements ParameterAware

A form which has two data objects.

Version:
$Revision: 1.4 $
Author:
Rickard Öberg ()
See Also:
, Serialized Form

Nested Class Summary
 class MultiForm.Bar
           
 class MultiForm.Foo
           
 
Field Summary
 
Fields inherited from class webwork.action.ActionSupport
command, errorMap, errorMessages, log
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
MultiForm()
           
 
Method Summary
protected  java.lang.String doExecute()
           
 MultiForm.Bar getBar()
           
 MultiForm.Foo getFoo()
           
 void setParameters(java.util.Map params)
           
 
Methods inherited from class webwork.action.ActionSupport
addError, addErrorMessage, addIllegalArgumentException, doDefault, doValidation, execute, getActionName, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getLocale, getPropertyEditorMessage, getText, getTexts, getTexts, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiForm

public MultiForm()
Method Detail

getFoo

public MultiForm.Foo getFoo()

getBar

public MultiForm.Bar getBar()

setParameters

public void setParameters(java.util.Map params)
Specified by:
setParameters in interface ParameterAware

doExecute

protected java.lang.String doExecute()
                              throws java.lang.Exception
Overrides:
doExecute in class ActionSupport
Throws:
java.lang.Exception


Copyright © 2001-2003 WebWork All Rights Reserved.