Interface PrefabInstaller
-
- All Known Implementing Classes:
PrefabInstallerImpl
public interface PrefabInstallerIntegratesPrefabs with theWebApplicationContextby registering or unregistring its component classes. Once installed, they can start serving requests.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinstallPrefab(Prefab prefab)Installs the givenPrefabby adding to the context of the prefab servlet.voidinstallPrefabs()voiduninstallPrefabs()
-