egovframework.rfc3.indexaction.web
Class IndexActionController

java.lang.Object
  extended by egovframework.rte.fdl.cmmn.AbstractServiceImpl
      extended by egovframework.rfc3.indexaction.web.IndexActionController

@Controller
@SessionAttributes(types=SessionVO.class)
public class IndexActionController
extends egovframework.rte.fdl.cmmn.AbstractServiceImpl

Since:
2011.06.20
Version:
egovframework RFC 3.0
Author:
박형민
See Also:
 << 레이아웃 >>
   
   수정일      수정자           수정내용
  -------    -------------    ----------------------
   2011.06.20 박형민 최초작업

 Copyright (C) 2011 by skoinfo  All right reserved.
   

Constructor Summary
IndexActionController()
           
 
Method Summary
 java.lang.String index(IndexActionVO indexActionVO, javax.servlet.http.HttpServletRequest request, org.springframework.ui.ModelMap model)
          indexAction
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexActionController

public IndexActionController()
Method Detail

index

@Transactional(value="iamTx",
               propagation=REQUIRED)
@RequestMapping(value="/index.*")
public java.lang.String index(@ModelAttribute(value="IndexActionVO")
                                                           IndexActionVO indexActionVO,
                                                           javax.servlet.http.HttpServletRequest request,
                                                           org.springframework.ui.ModelMap model)
                       throws java.lang.Exception
indexAction

Parameters:
model -
Returns:
Throws:
java.lang.Exception - //jkh