org.seasar.uruma.core.impl
クラス TemplateManagerImpl

java.lang.Object
  上位を拡張 org.seasar.uruma.core.impl.TemplateManagerImpl
すべての実装されたインタフェース:
TemplateManager

public class TemplateManagerImpl
extends Object
implements TemplateManager

TemplateManager の実装クラスです。

作成者:
y-komori

コンストラクタの概要
TemplateManagerImpl()
           
 
メソッドの概要
 Template getTemplate(String path)
          指定されたパスの画面定義 XML を読み込み、Template オブジェクトを返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

TemplateManagerImpl

public TemplateManagerImpl()
メソッドの詳細

getTemplate

public Template getTemplate(String path)
インタフェース TemplateManager の記述:
指定されたパスの画面定義 XML を読み込み、Template オブジェクトを返します。

定義:
インタフェース TemplateManager 内の getTemplate
パラメータ:
path - 画面定義 XML のパス
戻り値:
Template オブジェクト


Copyright © 2006-2007 The Seasar Foundation. All Rights Reserved.