public class

Add

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

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
Add()
Public Methods
void setAlbum(String title)
void setQuantity(int quantity)
Protected Methods
String doExecute()
[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 Add ()

Public Methods

public void setAlbum (String title)

public void setQuantity (int quantity)

Protected Methods

protected String doExecute ()

Throws
Exception