com.stratelia.silverpeas.contentManager
Class ContentManagerFactory
java.lang.Object
com.stratelia.silverpeas.contentManager.ContentManagerFactory
public class ContentManagerFactory
- extends Object
A factory of content manager instances. This factory is managed by the underlying IoC container
so that is can get from it the actual instances of the ContentManager class. This factory servs
mainly for beans not managed by the IoC container.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentManagerFactory
public ContentManagerFactory()
getFactory
public static ContentManagerFactory getFactory()
- Gets an instance of this factory.
- Returns:
- a ContentManagerFactory instance.
getContentManager
public ContentManager getContentManager()
- Gets a content manager instance.
- Returns:
- a ContentManager instance (managed by the IoC container).
Copyright © 2016 Silverpeas. All Rights Reserved.