org.apache.aries.samples.ariestrader.web
Class TradeServletAction
java.lang.Object
org.apache.aries.samples.ariestrader.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
TradeServices
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 |
TradeServletAction
public TradeServletAction(TradeServices tradeServices)
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.