|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TemplateData
A container of templates. Each TemplateData aggregates templates identified by a distinct templateId.
| Method Summary | ||
|---|---|---|
AbstractTemplate |
findTemplateById(java.lang.String id)Search for template in this TemplateData store, and all its parents. |
|
java.util.List<AbstractTemplate> |
getAllTemplates() |
|
TemplateData |
getParent()The parent which should be used to resolve templateId queries, if they are not found in this TemplateData. |
|
|
getTemplateByClass(java.lang.Class<T> clazz)Get a list of templates matching the type specified. |
|
AbstractTemplate |
getTemplateById(java.lang.String id)Get a template from this TemplateData store. |
|
java.net.URL |
getURL()A URL location indicating from where this TemplateData was loaded. |
|
| Method Detail |
|---|
TemplateData getParent()
templateId queries, if they are not found in this TemplateData.java.net.URL getURL()
java.util.List<AbstractTemplate> getAllTemplates()
AbstractTemplate getTemplateById(java.lang.String id)
findTemplateById().id -AbstractTemplate findTemplateById(java.lang.String id)
id -<T> java.util.List<T> getTemplateByClass(java.lang.Class<T> clazz)
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||