public interface Templatized
| Modifier and Type | Method and Description |
|---|---|
Scope |
getScope()
Returns the scope of the related template.
|
Page |
getTemplate()
Returns the page template or null if no page template exists.
|
void |
setScope(Scope scope)
Set the scope of the related template.
|
void |
setTemplate(Page template)
Updates the page template.
|
Page getTemplate()
void setTemplate(Page template)
template - the page templateScope getScope()
void setScope(Scope scope)
scope - the scopeCopyright © 2025 JBoss by Red Hat. All Rights Reserved.