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