org.seasar.uruma.component
インタフェース Template

すべてのスーパーインタフェース:
UIElement, UIElementVisitorAcceptor
既知の実装クラスの一覧:
TemplateImpl

public interface Template
extends UIElement

画面定義テンプレートを表すインターフェースです。

作成者:
y-komori

メソッドの概要
 String getExtends()
          継承元のパスを取得します。
 UIComponentContainer getRootComponent()
          ルートコンポーネントを取得します。
 void setExtends(String extendsPath)
          継承元パスを設定します。
 void setRootComponent(UIComponentContainer rootComponent)
          ルートコンポーネントを設定します。
 
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 
インタフェース org.seasar.uruma.component.UIElementVisitorAcceptor から継承されたメソッド
accept
 

メソッドの詳細

getRootComponent

UIComponentContainer getRootComponent()
ルートコンポーネントを取得します。

戻り値:
ルートコンポーネント

setRootComponent

void setRootComponent(UIComponentContainer rootComponent)
ルートコンポーネントを設定します。

パラメータ:
rootComponent - ルートコンポーネント

getExtends

String getExtends()
継承元のパスを取得します。

戻り値:
継承元パス

setExtends

void setExtends(String extendsPath)
継承元パスを設定します。

パラメータ:
extendsPath - 継承元パス


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