|
|||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||
public interface ParentSpecificationResolver
Specificationの親を取得する。
| フィールドの概要 |
|---|
| インタフェース org.seasar.mayaa.ParameterAware から継承されたフィールド |
|---|
IS_SECURE_WEB |
| メソッドの概要 | |
|---|---|
Specification |
getParentSpecification(Specification spec)
指定した Specificationの親を取得する。 |
| インタフェース org.seasar.mayaa.ParameterAware から継承されたメソッド |
|---|
getParameter, iterateParameterNames, setParameter |
| インタフェース org.seasar.mayaa.PositionAware から継承されたメソッド |
|---|
getLineNumber, getSystemID, isOnTemplate, setLineNumber, setOnTemplate, setSystemID |
| メソッドの詳細 |
|---|
Specification getParentSpecification(Specification spec)
Specificationの親を取得する。
標準の実装では、テンプレートファイルの場合は対応するMayaaファイル、
Mayaaファイルの場合はdefault.mayaaファイルのSpecificationを返す。
default.mayaaの親はないのでnullを返す。
spec - 親を探す起点となるSpecification。見つからない場合はnull。
|
|||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||