|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.uruma.component.impl.AbstractUIElement
org.seasar.uruma.component.impl.TemplateImpl
public class TemplateImpl
Template
の実装クラスです。
コンストラクタの概要 | |
---|---|
TemplateImpl()
|
メソッドの概要 | |
---|---|
String |
getExtends()
継承元のパスを取得します。 |
UICompositeComponent |
getRootComponent()
ルートコンポーネントを取得します。 |
void |
setExtends(String extendsPath)
継承元パスを設定します。 |
void |
setRootComponent(UICompositeComponent rootComponent)
ルートコンポーネントを設定します。 |
クラス org.seasar.uruma.component.impl.AbstractUIElement から継承されたメソッド |
---|
getBasePath, getLocation, setBasePath, setLocation |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド |
---|
getBasePath, getLocation, setBasePath, setLocation |
コンストラクタの詳細 |
---|
public TemplateImpl()
メソッドの詳細 |
---|
public UICompositeComponent getRootComponent()
Template
の記述:
Template
内の getRootComponent
public void setRootComponent(UICompositeComponent rootComponent)
Template
の記述:
Template
内の setRootComponent
public String getExtends()
Template
の記述:
Template
内の getExtends
public void setExtends(String extendsPath)
Template
の記述:
Template
内の setExtends
extendsPath
- 継承元パス
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |