Constructor and Description |
---|
CommentAndUserResult(Commenter commenter,
CommentResult comment) |
Modifier and Type | Class and Description |
---|---|
class |
CommentResultWithActions
A comment plus the actions appropriate for that comment.
|
Modifier and Type | Method and Description |
---|---|
CommentResult |
CommentRenderService.render(Comment comment,
boolean actions,
javax.servlet.http.HttpServletRequest req) |
CommentResult |
CommentRenderService.render(Comment comment,
boolean actions,
javax.servlet.http.HttpServletRequest req,
int maxLength,
boolean plainTextOnly)
Create the JSON representation of a Comment
|
Modifier and Type | Method and Description |
---|---|
CommentResult |
CommentRenderServiceImpl.render(Comment comment,
boolean hasActions,
javax.servlet.http.HttpServletRequest httpRequest) |
CommentResult |
CommentRenderServiceImpl.render(Comment comment,
boolean hasActions,
javax.servlet.http.HttpServletRequest httpRequest,
int maxLength,
boolean plainTextOnly) |
Copyright © 2003–2021 Atlassian. All rights reserved.