egovframework.rfc3.mall.web
Class MallController

java.lang.Object
  extended by egovframework.rfc3.mall.web.MallController

@Controller
@Service(value="MallController")
@SessionAttributes(types=SessionVO.class)
public class MallController
extends java.lang.Object


Constructor Summary
MallController()
           
 
Method Summary
 java.lang.String addBuyGoodsList(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MallController

public MallController()
Method Detail

addBuyGoodsList

@RequestMapping(value={"/mall/index.*","/mall.*"})
public java.lang.String addBuyGoodsList(javax.servlet.http.HttpServletRequest request,
                                                       javax.servlet.http.HttpServletResponse response)
                                 throws java.lang.Exception
Throws:
java.lang.Exception