webwork.examples
Class CascadingSelectTest
java.lang.Object
webwork.action.ActionSupport
webwork.examples.CascadingSelectTest
- All Implemented Interfaces:
- Action, IllegalArgumentAware, PrepareAction, java.io.Serializable
- public class CascadingSelectTest
- extends ActionSupport
- implements PrepareAction
- Version:
- $Revision: 1.4 $
- Author:
- Onyeje Bose (digi9ten@yahoo.com)
- See Also:
- ,
Serialized Form
Method Summary |
java.util.Map |
getCompanies()
|
java.util.List |
getEmptyList()
|
java.util.Map |
getVendors()
|
void |
prepare()
This method is called to allow the action to prepare itself
before receiving parameters through its set-methods. |
Methods inherited from class webwork.action.ActionSupport |
addError, addErrorMessage, addIllegalArgumentException, doDefault, doExecute, 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 |
CascadingSelectTest
public CascadingSelectTest()
prepare
public void prepare()
- Description copied from interface:
PrepareAction
- This method is called to allow the action to prepare itself
before receiving parameters through its set-methods.
All *Aware interfaces are checked before this, so the action can rely on
addition information to have been sent through the callbacks
(e.g. the application session, or user session)
- Specified by:
prepare
in interface PrepareAction
getCompanies
public java.util.Map getCompanies()
getVendors
public java.util.Map getVendors()
getEmptyList
public java.util.List getEmptyList()
Copyright © 2001-2003 WebWork All Rights Reserved.