Interface PrefabInstaller

  • All Known Implementing Classes:
    PrefabInstallerImpl

    public interface PrefabInstaller
    Integrates Prefabs with the WebApplicationContext by registering or unregistring its component classes. Once installed, they can start serving requests.
    • Method Detail

      • installPrefabs

        void installPrefabs()
      • uninstallPrefabs

        void uninstallPrefabs()
      • installPrefab

        void installPrefab​(Prefab prefab)
        Installs the given Prefab by adding to the context of the prefab servlet.
        Parameters:
        prefab - Prefab to be installed