com.silverpeas.blog.control
Class BlogServiceFactory

java.lang.Object
  extended by com.silverpeas.blog.control.BlogServiceFactory

public class BlogServiceFactory
extends Object

A factory of BlogService objects. It wraps the access the underlying IoC container from which are get the BlogService objects.


Method Summary
 BlogService getBlogService()
           
static BlogServiceFactory getFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFactory

public static BlogServiceFactory getFactory()

getBlogService

public BlogService getBlogService()


Copyright © 2016 Silverpeas. All Rights Reserved.