com.poscoict.glueframework.web.control.spring
Class GlueSimpleController
java.lang.Object
com.poscoict.glueframework.web.control.spring.GlueAbstractController
com.poscoict.glueframework.web.control.spring.GlueSimpleController
- All Implemented Interfaces:
- org.springframework.web.servlet.mvc.Controller
public class GlueSimpleController
- extends GlueAbstractController
Simple Controller for SpringMVC.
ModelAndView 우선순위
1. GlueService 실행중 GlueContext에 "forwardname" 이름으로 담기는 값.
2. controller bean에 정의된 property 값
3. urlMapping bean의 mappings 의 url 에서 추출한 값
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlueSimpleController
public GlueSimpleController()
preDoAction
public void preDoAction(GlueWebContext ctx)
- Specified by:
preDoAction
in class GlueAbstractController
afterDoAction
public void afterDoAction(GlueWebContext ctx)
- Specified by:
afterDoAction
in class GlueAbstractController
setModelAndView
public org.springframework.web.servlet.ModelAndView setModelAndView(GlueWebContext ctx)
- Specified by:
setModelAndView
in class GlueAbstractController
Copyright © 2013–2014 POSCO ICT SW제품기술팀. All rights reserved.