Interface SpacesManagerFactory


@Exported 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.

. This instance can be acquired, in a portable manner, by calling:

   SpacesManagerFactory factory = (SpacesManagerFactory)
    FactoryFinder.getFactory(SpacesManagerFactory.class.getCanonicalName());
 
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Create (if needed) and return an SpacesManager instance for this web application.
  • Method Details

    • getSpacesManager

      SpacesManager getSpacesManager()

      Create (if needed) and return an SpacesManager instance for this web application.