|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object egovframework.rfc3.iam.web.ResourceRolesController
@Controller @SessionAttributes(types=SessionVO.class) public class ResourceRolesController
자원 권한 설정에 대한 controller 클래스를 정의한다.
<< 개정이력(Modification Information) >> 수정일 수정자 수정내용 ------- -------- --------------------------- 2011.01.31 허성철 최초 생성 Copyright (C) 2011 by skoinfo All right reserved.
Constructor Summary | |
---|---|
ResourceRolesController()
|
Method Summary | |
---|---|
java.lang.String |
authorList(javax.servlet.http.HttpServletRequest request,
ResourceRolesVO resourceRolesVO,
org.springframework.ui.ModelMap model)
자원 권한 매핑 목록 |
java.lang.String |
writeNewAct(javax.servlet.http.HttpServletRequest request,
org.springframework.web.bind.support.SessionStatus status,
ResourceRolesVO resourceRolesVO,
java.lang.String[] roleId,
org.springframework.ui.ModelMap model)
자원 권한 등록 |
java.lang.String |
writeResourceRolesAct(javax.servlet.http.HttpServletRequest request,
org.springframework.web.bind.support.SessionStatus status,
ResourceRolesVO resourceRolesVO,
org.springframework.ui.ModelMap model)
자원 권한에 대한 매핑 및 삭제 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceRolesController()
Method Detail |
---|
@RequestMapping(value="/iam/resource/writeResourceRolesAct.sko") public java.lang.String writeResourceRolesAct(javax.servlet.http.HttpServletRequest request, org.springframework.web.bind.support.SessionStatus status, @ModelAttribute(value="resourceRolesVO") ResourceRolesVO resourceRolesVO, org.springframework.ui.ModelMap model) throws java.lang.Exception
request
- status
- resourceRolesVO
- model
-
java.lang.Exception
@RequestMapping(value="/iam/resource/author.sko") public java.lang.String authorList(javax.servlet.http.HttpServletRequest request, @ModelAttribute(value="resourceRolesVO") ResourceRolesVO resourceRolesVO, org.springframework.ui.ModelMap model) throws java.lang.Exception
request
- resourceRolesVO
- model
-
java.lang.Exception
@RequestMapping(value="/iam/resource/writeRoleAct.sko") public java.lang.String writeNewAct(javax.servlet.http.HttpServletRequest request, org.springframework.web.bind.support.SessionStatus status, @ModelAttribute(value="resourceRolesVO") ResourceRolesVO resourceRolesVO, @RequestParam(value="roleId",required=false) java.lang.String[] roleId, org.springframework.ui.ModelMap model) throws java.lang.Exception
request
- status
- resourceRolesVO
- roleId
- model
-
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |