Class GlueXMLViewController

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

@Controller public class GlueXMLViewController extends GlueAbstractController
이 Controller는 XML 설정을 통한 View를 컨트롤하는 Controller이다.

 크게 두 가지 기능을 갖는다.
   1. Glue Service 호출 전에 Upload된 Excel 파일에 대한 처리
      - Excel 내용을 파싱하여  GlueContext에 List<Map<String, Object>>로 넣는다.
   2. Glue Service 호출 후 View 처리 
      - [view-name]에 xml 파일에 정의한 View 명을 지정한다