webwork.examples
Class CascadingSelectTest

java.lang.Object
  extended bywebwork.action.ActionSupport
      extended bywebwork.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

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
CascadingSelectTest()
           
 
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
 

Constructor Detail

CascadingSelectTest

public CascadingSelectTest()
Method Detail

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.