Class CommentServiceProvider
- java.lang.Object
-
- org.silverpeas.core.comment.service.CommentServiceProvider
-
public class CommentServiceProvider extends Object
A factory of CommentService objects. Its aim is to manage the life-cycle of such objects and so to encapsulates from the CommentService client the adopted policy about that life-cycle.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CommentService
getCommentService()
Gets a CommentService instance.
-
-
-
Method Detail
-
getCommentService
public static CommentService getCommentService()
Gets a CommentService instance.- Returns:
- a CommentService instance.
-
-