org.apache.geronimo.samples.daytrader.web
Class TradeServletAction
java.lang.Object
org.apache.geronimo.samples.daytrader.web.TradeServletAction
public class TradeServletAction
- extends Object
TradeServletAction provides servlet specific client side access to each of
the Trade brokerage user operations. These include login, logout, buy, sell,
getQuote, etc. TradeServletAction manages a web interface to Trade handling
HttpRequests/HttpResponse objects and forwarding results to the appropriate
JSP page for the web interface. TradeServletAction invokes
TradeAction
methods to actually perform each trading operation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.