public class

ComputePrice

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

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
ComputePrice()
Public Methods
double computePrice(double price)
double getRealPrice()
void setPrice(double price)
[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 ComputePrice ()

Public Methods

public double computePrice (double price)

public double getRealPrice ()

public void setPrice (double price)