Package org.javlo.module.comments
Class CommentsService
- java.lang.Object
-
- org.javlo.module.comments.CommentsService
-
public class CommentsService extends Object
-
-
Constructor Summary
Constructors Constructor Description CommentsService()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ReactionComponent>
getComments(ContentContext ctx)
static CommentsService
getCommentsService(GlobalContext globalContext)
-
-
-
Method Detail
-
getCommentsService
public static CommentsService getCommentsService(GlobalContext globalContext)
-
getComments
public List<ReactionComponent> getComments(ContentContext ctx) throws Exception
- Throws:
Exception
-
-