Class ViewTemplateMappingController
java.lang.Object
com.gsitm.ustra.java.mvc.view.web.ViewTemplateMappingController
SinglePage application이나 템플릿 매핑을 사용하는 경우
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ViewTemplateMappingController
public ViewTemplateMappingController()
-
-
Method Details
-
index
@RequestMapping(value={"","/"}, method={GET,POST}) public org.springframework.web.servlet.ModelAndView index() -
forward
@RequestMapping(value={"/{path:[^\\.]*}","/{path1:^(?!${ustra.mvc.view.api-prefix}).*}/{path2:[^\\.]*}","/{path1:^(?!${ustra.mvc.view.api-prefix}).*}/{path2:[^\\.]*}/{path3:[^\\.]*}","/{path1:^(?!${ustra.mvc.view.api-prefix}).*}/{path2:[^\\.]*}/{path3:[^\\.]*}/{path4:[^\\.]*}","/{path1:^(?!${ustra.mvc.view.api-prefix}).*}/{path2:[^\\.]*}/{path3:[^\\.]*}/{path4:[^\\.]*}/{path5:[^\\.]*}","/{path1:^(?!${ustra.mvc.view.api-prefix}).*}/{path2:[^\\.]*}/{path3:[^\\.]*}/{path4:[^\\.]*}/{path5:[^\\.]*}/{path6:[^\\.]*}"}, method={GET,POST}) public org.springframework.web.servlet.ModelAndView forward()
-