org.seasar.tuigwaa.controller
クラス SiteSecurityForm

java.lang.Object
  拡張org.apache.struts.action.ActionForm
      拡張org.seasar.tuigwaa.controller.SiteSecurityForm
すべての実装インタフェース:
Serializable

public class SiteSecurityForm
extends org.apache.struts.action.ActionForm

関連項目:
直列化された形式

入れ子クラスの概要
 class SiteSecurityForm.RoleList
           
 
フィールドの概要
 
クラス org.apache.struts.action.ActionForm から継承したフィールド
multipartRequestHandler, servlet
 
コンストラクタの概要
SiteSecurityForm(SecurityService securityService, SiteConfig siteConfig)
           
 
メソッドの概要
 Object getItm(int index)
           
 List getSecurityList()
           
 Map getSecurityMap()
           
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 void setSecurityList(List securityList)
           
 
クラス org.apache.struts.action.ActionForm から継承したメソッド
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SiteSecurityForm

public SiteSecurityForm(SecurityService securityService,
                        SiteConfig siteConfig)
メソッドの詳細

reset

public void reset(org.apache.struts.action.ActionMapping mapping,
                  javax.servlet.http.HttpServletRequest request)

getSecurityList

public List getSecurityList()

setSecurityList

public void setSecurityList(List securityList)

getItm

public Object getItm(int index)

getSecurityMap

public Map getSecurityMap()


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.