Class TemplatesAdministrationSectionPage


  • public class TemplatesAdministrationSectionPage
    extends AdministrationSectionPage
    Represents the actions possible on the Templates Administration Page.
    Since:
    4.2M1
    Version:
    $Id: 8983f04b6a9183362169adb917dd5b42dd828531 $
    • Constructor Detail

      • TemplatesAdministrationSectionPage

        public TemplatesAdministrationSectionPage()
    • Method Detail

      • getDocumentPicker

        public DocumentPicker getDocumentPicker()
        Returns:
        the document picker used to select the target document
      • createTemplateProvider

        public TemplateProviderInlinePage createTemplateProvider​(org.xwiki.model.reference.LocalDocumentReference templateProviderReference)
        Takes the user to the form used to create the template provider.
        Parameters:
        templateProviderReference - the reference of the template provider page to create
        Returns:
        the page to edit the template provider
        Since:
        12.9RC1
      • getExistingTemplatesLinks

        public List<org.openqa.selenium.WebElement> getExistingTemplatesLinks()