org.seasar.tuigwaa.view
クラス HtmlServiceImpl

java.lang.Object
  拡張org.seasar.tuigwaa.view.HtmlServiceImpl
すべての実装インタフェース:
HtmlService

public class HtmlServiceImpl
extends Object
implements HtmlService

作成者:
nishioka

入れ子クラスの概要
static class HtmlServiceImpl.BufferedResponse
           
 
コンストラクタの概要
HtmlServiceImpl()
           
 
メソッドの概要
 CustomFormComponent createCustomFormComponent(TgwEntity entity, Object valueObject, UpdateExeFunction updateExe)
           
 EntityFormComponent createFormComponent(TgwEntity entity, Object valueObject)
           
 SearchFormComponent createSearchFormComponent(TgwEntity entity, SearchExeFunction exeFunction)
           
 TableFormComponent createTableFormComponent(TgwEntity entity, UpdateExeFunction optionFunction)
           
 String includeJsp(String path)
           
 String toHtml(FormComponent form)
           
 String toHtml(ResultDto dto)
           
 
クラス 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.