public class

CDList

extends Shop
java.lang.Object
   ↳ webwork.action.ActionSupport
     ↳ webwork.examples.i18n.Shop
       ↳ webwork.examples.i18n.CDList

Class Overview

This code is an adaptation of the I18N example from the JavaWorld article by Govind Seshadri. http://www.javaworld.com/javaworld/jw-03-2000/jw-03-ssj-jsp_p.html

Summary

[Expand]
Inherited Constants
From interface webwork.action.Action
[Expand]
Inherited Fields
From class webwork.examples.i18n.Shop
From class webwork.action.ActionSupport
Public Constructors
CDList()
Public Methods
CD getCD(String title)
List getCDList()
[Expand]
Inherited Methods
From class webwork.examples.i18n.Shop
From class webwork.action.ActionSupport
From class java.lang.Object
From interface webwork.action.Action
From interface webwork.action.IllegalArgumentAware
From interface webwork.action.SessionAware

Public Constructors

public CDList ()

Public Methods

public CD getCD (String title)

public List getCDList ()