public interface SpacesManagerFactory
SpacesManagerFactory is a factory object that creates
(if needed) and returns SpacesManager instances. Implementations of
SpacesManagerFactory must provide at least a default implementation of
SpacesManager.
SpacesManagerFactory factory = (SpacesManagerFactory)
FactoryFinder.getFactory(SpacesManagerFactory.class.getCanonicalName());
SpacesManager,
Space,
FactoryFinder| Modifier and Type | Method and Description |
|---|---|
SpacesManager |
getSpacesManager()
Create (if needed) and return an
SpacesManager instance
for this web application. |
SpacesManager getSpacesManager()
Create (if needed) and return an SpacesManager instance
for this web application.