org.seasar.tuigwaa.view
クラス HtmlServiceImpl
java.lang.Object
org.seasar.tuigwaa.view.HtmlServiceImpl
- すべての実装インタフェース:
- HtmlService
- public class HtmlServiceImpl
- extends Object
- implements HtmlService
- 作成者:
- nishioka
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlServiceImpl
public HtmlServiceImpl()
toHtml
public String toHtml(ResultDto dto)
toHtml
public String toHtml(FormComponent form)
- 定義:
- インタフェース
HtmlService
内の toHtml
createFormComponent
public EntityFormComponent createFormComponent(TgwEntity entity,
Object valueObject)
- 定義:
- インタフェース
HtmlService
内の createFormComponent
createCustomFormComponent
public CustomFormComponent createCustomFormComponent(TgwEntity entity,
Object valueObject,
UpdateExeFunction updateExe)
- 定義:
- インタフェース
HtmlService
内の createCustomFormComponent
createSearchFormComponent
public SearchFormComponent createSearchFormComponent(TgwEntity entity,
SearchExeFunction exeFunction)
- 定義:
- インタフェース
HtmlService
内の createSearchFormComponent
createTableFormComponent
public TableFormComponent createTableFormComponent(TgwEntity entity,
UpdateExeFunction optionFunction)
- 定義:
- インタフェース
HtmlService
内の createTableFormComponent
includeJsp
public String includeJsp(String path)
- 定義:
- インタフェース
HtmlService
内の includeJsp
Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.