Interface TemplateModel

All Known Implementing Classes:
TemplateModelImpl

@Deprecated public interface TemplateModel
Deprecated.
Get the template-model which has been created by the configuration-reading process. All the returned templates are a read-only-implentation. If you want to change a template, just call Component.createCopy() and change the copy!

If you're interested in forms, look em up in the sperate FormModel
  • Method Details

    • getTemplate

      Template getTemplate(String name)
      Deprecated.
    • getTemplates

      Collection<Template> getTemplates()
      Deprecated.
    • onReload

      void onReload()
      Deprecated.