Class 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 Detail

      • getCommentService

        public static CommentService getCommentService()
        Gets a CommentService instance.
        Returns:
        a CommentService instance.