Class ReqStateCategoryController

    • Constructor Detail

      • ReqStateCategoryController

        public ReqStateCategoryController()
    • Method Detail

      • initialize

        @PostConstruct
        public void initialize()
      • 완료상태_카테고리_조회

        @ResponseBody
        @RequestMapping(value="/getClosedCategory.do",
                        method=GET)
        public org.springframework.http.ResponseEntity<?> 완료상태_카테고리_조회()
                                                                throws java.lang.Exception
        Throws:
        java.lang.Exception