Interface PageExtensionInstallator

All Superinterfaces:
PageExtension
All Known Implementing Classes:
AbstractPageExtensionInstallator

public interface PageExtensionInstallator extends PageExtension
Author:
Jan Papousek
  • Method Details

    • install

      void install()
      Tries to install the given extension. If the extension isn't detected as installed (via isInstalled() method, the installation fails. If the extension is already installed, the installation is skipped.
      Throws:
      IllegalStateException - if the installation fails
    • isInstalled

      boolean isInstalled()
      Detects if extension is already loaded to the page
      Returns:
      the if extension is loaded in the page; false otherwise