egovframework.rfc3.common.web
Class CommonController

java.lang.Object
  extended by egovframework.rfc3.common.web.CommonController

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


Constructor Summary
CommonController()
           
 
Method Summary
 java.lang.String countDataList(CommonCountVO commonCountVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonController

public CommonController()
Method Detail

countDataList

@RequestMapping(value="/common/list.*")
public java.lang.String countDataList(@ModelAttribute(value="commonCountVO")
                                                     CommonCountVO commonCountVO,
                                                     javax.servlet.http.HttpServletRequest request,
                                                     javax.servlet.http.HttpServletResponse response,
                                                     org.springframework.ui.ModelMap model)
                               throws java.lang.Exception
Throws:
java.lang.Exception