Interface TemplatesAssignmentHandler

All Known Implementing Classes:
StaticTemplatesAssignmentHandler

A TemplatesHandler is responsible for giving the available templates list for a given Page. This list can be computed according any application needs, such as Rights of the logged in user, path of the Page, ...
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Constant for Avalon ROLE
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the list of available templates for a skin
    Returns the list of available templates for a given Page.
  • Field Details

    • ROLE

      static final String ROLE
      Constant for Avalon ROLE
  • Method Details

    • getAvailablesTemplates

      Returns the list of available templates for a given Page.
      Parameters:
      page - the Page to consider
      Returns:
      the list of available templates for a given Page
    • getAvailablesTemplates

      Returns the list of available templates for a skin
      Parameters:
      skinName - the name of the skin to consider
      Returns:
      the list of available templates for this skin