public class

Delete

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

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
Delete()
Public Methods
void setAlbum(String title)
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 Delete ()

Public Methods

public void setAlbum (String title)

Protected Methods

protected String doExecute ()

Throws
Exception