Class GlueSimpleController

java.lang.Object
com.poscoict.glueframework.web.control.spring.GlueAbstractController
com.poscoict.glueframework.web.control.spring.GlueSimpleController
All Implemented Interfaces:
Controller

public class GlueSimpleController extends GlueAbstractController
Simple Controller for SpringMVC.
 ModelAndView 우선순위
    1. GlueService 실행중 GlueContext에 "forwardname" 이름으로 담기는 값.
    2. controller bean에 정의된 property 값
    3. urlMapping bean의 mappings 의 url 에서 추출한 값