com.stratelia.silverpeas.contentManager
Class ContentManagerFactory

java.lang.Object
  extended by 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.


Constructor Summary
ContentManagerFactory()
           
 
Method Summary
 ContentManager getContentManager()
          Gets a content manager instance.
static ContentManagerFactory getFactory()
          Gets an instance of this factory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentManagerFactory

public ContentManagerFactory()
Method Detail

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.