|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object egovframework.rfc3.iam.web.ResourceController
@Controller @SessionAttributes(types=SessionVO.class) public class ResourceController
자원 관리에 controller 클래스를 정의한다.
<< 개정이력(Modification Information) >> 수정일 수정자 수정내용 ------- -------- --------------------------- 2011.01.31 허성철 최초 생성 Copyright (C) 2011 by skoinfo All right reserved.
Constructor Summary | |
---|---|
ResourceController()
|
Method Summary | |
---|---|
java.lang.String |
deleteResourceAct(ResourceVO resourceVO,
org.springframework.web.bind.support.SessionStatus status,
org.springframework.ui.ModelMap model)
자원 삭제 처리 하기 |
java.lang.String |
resourceList(javax.servlet.http.HttpServletRequest request,
ResourceVO resourceVO,
org.springframework.ui.ModelMap model)
자원목록 |
java.lang.String |
resultPage(ResourceVO resourceVO,
org.springframework.ui.ModelMap model)
결과 처리 페이지 |
java.lang.String |
updateResourceAct(ResourceVO resourceVO,
org.springframework.validation.BindingResult bindingResult,
org.springframework.web.bind.support.SessionStatus status,
org.springframework.ui.ModelMap model)
자원 수정 처리 페이지 |
java.lang.String |
writeResoruceAct(ResourceVO resourceVO,
org.springframework.validation.BindingResult bindingResult,
org.springframework.web.bind.support.SessionStatus status,
org.springframework.ui.ModelMap model)
자원 등록 처리 |
java.lang.String |
writeResource(ResourceVO resourceVO,
ResourceVO searchVO,
org.springframework.ui.ModelMap model)
자원 등록 및 수정 화면 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceController()
Method Detail |
---|
@RequestMapping(value="/iam/resource/list.sko") public java.lang.String resourceList(javax.servlet.http.HttpServletRequest request, @ModelAttribute(value="resourceVO") ResourceVO resourceVO, org.springframework.ui.ModelMap model) throws java.lang.Exception
request
- userManageVO
- model
-
java.lang.Exception
@RequestMapping(value="/iam/resource/write.sko") public java.lang.String writeResource(@ModelAttribute(value="resourceVO") ResourceVO resourceVO, @ModelAttribute(value="searchVO") ResourceVO searchVO, org.springframework.ui.ModelMap model) throws java.lang.Exception
userManageVO
- searchVO
- model
-
java.lang.Exception
@RequestMapping(value="/iam/resource/writeAct.sko") public java.lang.String writeResoruceAct(@ModelAttribute(value="resourceVO") ResourceVO resourceVO, org.springframework.validation.BindingResult bindingResult, org.springframework.web.bind.support.SessionStatus status, org.springframework.ui.ModelMap model) throws java.lang.Exception
resourceVO
- bindingResult
- status
- model
-
java.lang.Exception
@RequestMapping(value="/iam/resource/updateAct.sko") public java.lang.String updateResourceAct(@ModelAttribute(value="resourceVO") ResourceVO resourceVO, org.springframework.validation.BindingResult bindingResult, org.springframework.web.bind.support.SessionStatus status, org.springframework.ui.ModelMap model) throws java.lang.Exception
resourceVO
- bindingResult
- status
- model
-
java.lang.Exception
@RequestMapping(value="/iam/resource/deleteAct.sko") public java.lang.String deleteResourceAct(@ModelAttribute(value="resourceVO") ResourceVO resourceVO, org.springframework.web.bind.support.SessionStatus status, org.springframework.ui.ModelMap model) throws java.lang.Exception
resourceVO
- status
- model
-
java.lang.Exception
@RequestMapping(value="/iam/resource/result.sko") public java.lang.String resultPage(@ModelAttribute(value="resourceVO") ResourceVO resourceVO, org.springframework.ui.ModelMap model) throws java.lang.Exception
resourceVO
- model
-
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |