public class

CascadingSelectTest

extends ActionSupport
implements PrepareAction
java.lang.Object
   ↳ webwork.action.ActionSupport
     ↳ webwork.examples.CascadingSelectTest

Class Overview

See Also

Summary

[Expand]
Inherited Constants
From interface webwork.action.Action
[Expand]
Inherited Fields
From class webwork.action.ActionSupport
Public Constructors
CascadingSelectTest()
Public Methods
Map getCompanies()
List getEmptyList()
Map getVendors()
void prepare()
This method is called to allow the action to prepare itself before receiving parameters through its set-methods.
[Expand]
Inherited Methods
From class webwork.action.ActionSupport
From class java.lang.Object
From interface webwork.action.Action
From interface webwork.action.IllegalArgumentAware
From interface webwork.action.PrepareAction

Public Constructors

public CascadingSelectTest ()

Public Methods

public Map getCompanies ()

public List getEmptyList ()

public Map getVendors ()

public void prepare ()

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)