public interface TemplatesAssignmentHandler
Modifier and Type | Field and Description |
---|---|
static String |
ROLE
Constant for Avalon ROLE
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
getAvailablesTemplates(Page page)
Returns the list of available templates for a given Page.
|
Set<String> |
getAvailablesTemplates(String skinName)
Returns the list of available templates for a skin
|
Set<String> getAvailablesTemplates(Page page)
page
- the Page to considerSet<String> getAvailablesTemplates(String skinName)
skinName
- the name of the skin to consider