org.seasar.tuigwaa.controller
クラス PageForm

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

public class PageForm
extends org.apache.struts.validator.ValidatorForm
implements Ajaxlizable

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

フィールドの概要
 
クラス org.apache.struts.validator.ValidatorForm から継承したフィールド
page, validatorResults
 
クラス org.apache.struts.action.ActionForm から継承したフィールド
multipartRequestHandler, servlet
 
コンストラクタの概要
PageForm(String domain, String folder)
           
 
メソッドの概要
 void addEvent(AjaxEvent event)
           
 List getAttachmentList()
           
 String getConflictedText()
           
 String getContent()
           
 String[] getContentLines()
           
 String getContentType()
           
 List getEntityInfoList()
           
 String getFolder()
           
 List getFolderList()
           
 int getHashCode()
           
 String getLastVersion()
           
 String getName()
           
 String getPreviewHTMLByAjax(String content, String pageName)
           
 String getSectionId()
           
 Map getSelectedEntityMap()
           
 Properties getSettings()
           
 String getSharedKey()
           
 boolean isSaved()
           
 boolean isSharable()
           
 void reset(org.apache.struts.action.ActionMapping actionMapping, javax.servlet.http.HttpServletRequest request)
           
 void setAttachmentList(List attachmentList)
           
 void setConflictedText(String conflictedText)
           
 void setContent(String content)
           
 void setContentType(String contentType)
           
 void setEntityInfoList(List entityInfoList)
           
 void setFolder(String folder)
           
 void setFolderList(List folderList)
           
 void setLastVersion(String lastVersion)
           
 void setName(String name)
           
 void setSaved(boolean saved)
           
 void setSectionId(String sectionId)
           
 void setSelectedEntityMap(Map selectedEntityMap)
           
 void setSettings(Properties settings)
           
 void setSharedObject(SharedObjects objs)
           
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 
クラス org.apache.struts.validator.ValidatorForm から継承したメソッド
getPage, getResultValueMap, getValidationKey, getValidatorResults, setPage, setValidatorResults
 
クラス org.apache.struts.action.ActionForm から継承したメソッド
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PageForm

public PageForm(String domain,
                String folder)
メソッドの詳細

getHashCode

public int getHashCode()

getPreviewHTMLByAjax

public String getPreviewHTMLByAjax(String content,
                                   String pageName)

setEntityInfoList

public void setEntityInfoList(List entityInfoList)

getEntityInfoList

public List getEntityInfoList()

setFolderList

public void setFolderList(List folderList)

getFolderList

public List getFolderList()

setAttachmentList

public void setAttachmentList(List attachmentList)

getAttachmentList

public List getAttachmentList()

getSelectedEntityMap

public Map getSelectedEntityMap()

setSelectedEntityMap

public void setSelectedEntityMap(Map selectedEntityMap)

setSaved

public void setSaved(boolean saved)

isSaved

public boolean isSaved()

setLastVersion

public void setLastVersion(String lastVersion)

getLastVersion

public String getLastVersion()

setConflictedText

public void setConflictedText(String conflictedText)

getConflictedText

public String getConflictedText()

reset

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

getName

public String getName()

setName

public void setName(String name)

getContent

public String getContent()

getContentLines

public String[] getContentLines()

setContent

public void setContent(String content)

getFolder

public String getFolder()

setFolder

public void setFolder(String folder)

getContentType

public String getContentType()

setContentType

public void setContentType(String contentType)

getSectionId

public String getSectionId()

setSectionId

public void setSectionId(String sectionId)

getSettings

public Properties getSettings()

setSettings

public void setSettings(Properties settings)

isSharable

public boolean isSharable()
定義:
インタフェース Ajaxlizable 内の isSharable

addEvent

public void addEvent(AjaxEvent event)
定義:
インタフェース Ajaxlizable 内の addEvent

getSharedKey

public String getSharedKey()
定義:
インタフェース Ajaxlizable 内の getSharedKey

setSharedObject

public void setSharedObject(SharedObjects objs)
定義:
インタフェース Ajaxlizable 内の setSharedObject

validate

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


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