egovframework.rfc3.menu.web
Class MenuUserController

java.lang.Object
  extended by egovframework.rfc3.menu.web.MenuUserController

@Controller
@SessionAttributes(types=SessionVO.class)
public class MenuUserController
extends java.lang.Object

Since:
2011.06.12
Version:
egovframework RFC 3.0
Author:
박형민
See Also:
 << 사용자 메뉴 설정 >>
   
   수정일      수정자           수정내용
  -------    -------------    ----------------------
   2011.06.11 박형민 최초작업

 Copyright (C) 2011 by skoinfo  All right reserved.
   

Constructor Summary
MenuUserController()
           
 
Method Summary
 java.lang.String resultPage(MenuUserVO menuUserVO, org.springframework.ui.ModelMap model)
          결과 페이지
 java.lang.String selectMenuList(MenuUserVO menuUserVO, org.springframework.ui.ModelMap model)
          사용자 메뉴 리스트
 java.lang.String selectMenuWrite(MenuUserVO menuUserVO, org.springframework.ui.ModelMap model)
          사용자 메뉴 리스트
 java.lang.String selectMenuWriteAct(MenuUserVO menuUserVO, org.springframework.ui.ModelMap model)
          메뉴 입력 Action
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuUserController

public MenuUserController()
Method Detail

selectMenuList

@RequestMapping(value="/cms/menuuser/list.sko")
public java.lang.String selectMenuList(@ModelAttribute(value="MenuUserVO")
                                                      MenuUserVO menuUserVO,
                                                      org.springframework.ui.ModelMap model)
                                throws java.lang.Exception
사용자 메뉴 리스트

Parameters:
MenuUserVO -
model -
Returns:
Throws:
java.lang.Exception

selectMenuWrite

@RequestMapping(value="/cms/menuuser/write.sko")
public java.lang.String selectMenuWrite(@ModelAttribute(value="MenuUserVO")
                                                       MenuUserVO menuUserVO,
                                                       org.springframework.ui.ModelMap model)
                                 throws java.lang.Exception
사용자 메뉴 리스트

Parameters:
MenuUserVO -
model -
Returns:
Throws:
java.lang.Exception

selectMenuWriteAct

@RequestMapping(value="/cms/menuuser/writeAct.sko")
public java.lang.String selectMenuWriteAct(@ModelAttribute(value="MenuUserVO")
                                                          MenuUserVO menuUserVO,
                                                          org.springframework.ui.ModelMap model)
                                    throws java.lang.Exception
메뉴 입력 Action

Parameters:
menuVO -
model -
Returns:
Throws:
java.lang.Exception

resultPage

@RequestMapping(value="/cms/menuuser/result.sko")
public java.lang.String resultPage(@ModelAttribute(value="MenuUserVO")
                                                  MenuUserVO menuUserVO,
                                                  org.springframework.ui.ModelMap model)
                            throws java.lang.Exception
결과 페이지

Parameters:
menuVO - (박형민)
model -
Returns:
Throws:
java.lang.Exception