public interface ParentSpecificationResolver extends ParameterAware
IS_SECURE_WEB, SECURE_WEB_KEY
修飾子とタイプ | メソッドと説明 |
---|---|
Specification |
getParentSpecification(Specification spec)
指定した
Specification の親を取得する。 |
getParameter, iterateParameterNames, setParameter
getLineNumber, getSystemID, isOnTemplate, setLineNumber, setOnTemplate, setSystemID
Specification getParentSpecification(Specification spec)
Specification
の親を取得する。
標準の実装では、テンプレートファイルの場合は対応するMayaaファイル、
Mayaaファイルの場合はdefault.mayaaファイルのSpecification
を返す。
default.mayaaの親はないのでnull
を返す。
spec
- 親を探す起点となるSpecification
。見つからない場合はnull
。