|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Comment in net.sourceforge.pebble.api.confirmation |
---|
Methods in net.sourceforge.pebble.api.confirmation with parameters of type Comment | |
---|---|
boolean |
CommentConfirmationStrategy.confirmationRequired(Comment comment)
Called to determine whether confirmation is required. |
Uses of Comment in net.sourceforge.pebble.api.decorator |
---|
Methods in net.sourceforge.pebble.api.decorator with parameters of type Comment | |
---|---|
void |
ContentDecorator.decorate(ContentDecoratorContext context,
Comment comment)
Decorates the specified comment. |
Uses of Comment in net.sourceforge.pebble.api.event.comment |
---|
Methods in net.sourceforge.pebble.api.event.comment that return Comment | |
---|---|
Comment |
CommentEvent.getComment()
Gets the Comment that is the source of this event. |
Constructors in net.sourceforge.pebble.api.event.comment with parameters of type Comment | |
---|---|
CommentEvent(Comment comment,
int type)
Creates a new instance with the specified source and type. |
Uses of Comment in net.sourceforge.pebble.confirmation |
---|
Methods in net.sourceforge.pebble.confirmation with parameters of type Comment | |
---|---|
boolean |
NoOpConfirmationStrategy.confirmationRequired(Comment comment)
Called to determine whether confirmation is required. |
boolean |
AbstractConfirmationStrategy.confirmationRequired(Comment comment)
Called to determine whether confirmation is required. |
Uses of Comment in net.sourceforge.pebble.decorator |
---|
Methods in net.sourceforge.pebble.decorator with parameters of type Comment | |
---|---|
void |
NoFollowDecorator.decorate(ContentDecoratorContext context,
Comment comment)
Decorates the specified comment. |
void |
HtmlDecorator.decorate(ContentDecoratorContext context,
Comment comment)
Decorates the specified comment. |
void |
ContentDecoratorSupport.decorate(ContentDecoratorContext context,
Comment comment)
Decorates the specified comment. |
void |
ContentDecoratorChain.decorate(ContentDecoratorContext context,
Comment comment)
Decorates the specified comment. |
Uses of Comment in net.sourceforge.pebble.domain |
---|
Methods in net.sourceforge.pebble.domain that return Comment | |
---|---|
Comment |
BlogEntry.createComment(java.lang.String title,
java.lang.String body,
java.lang.String author,
java.lang.String email,
java.lang.String website,
java.lang.String ipAddress)
Creates a new comment for this blog entry, with a creation date of now. |
Comment |
BlogEntry.createComment(java.lang.String title,
java.lang.String body,
java.lang.String author,
java.lang.String email,
java.lang.String website,
java.lang.String ipAddress,
java.util.Date date,
State state)
Creates a new comment for this blog entry. |
Comment |
BlogEntry.getComment(long id)
Gets the specified comment. |
Comment |
Comment.getParent()
Gets the owning comment, if this comment is nested. |
Methods in net.sourceforge.pebble.domain that return types with arguments of type Comment | |
---|---|
java.util.List<Comment> |
Comment.getComments()
Gets a list of comments, in the order that they were left. |
java.util.List<Comment> |
BlogEntry.getComments()
Gets a collection of all comments. |
Methods in net.sourceforge.pebble.domain with parameters of type Comment | |
---|---|
void |
BlogEntry.addComment(Comment comment)
Adds the specified comment. |
void |
Comment.setParent(Comment parent)
Sets the owning comment. |
Uses of Comment in net.sourceforge.pebble.event.comment |
---|
Methods in net.sourceforge.pebble.event.comment with parameters of type Comment | |
---|---|
protected java.util.Collection |
EmailNotificationListener.getEmailAddresses(Comment comment)
Returns the collection of recipients. |
protected java.util.Collection |
EmailAuthorNotificationListener.getEmailAddresses(Comment comment)
Returns the collection of recipients. |
protected abstract java.util.Collection |
AbstractEmailNotificationListener.getEmailAddresses(Comment comment)
Returns the collection of recipients. |
Uses of Comment in net.sourceforge.pebble.web.action |
---|
Methods in net.sourceforge.pebble.web.action that return Comment | |
---|---|
protected Comment |
AbstractCommentAction.createBlankComment(Blog blog,
BlogEntry blogEntry,
HttpServletRequest request)
|
protected Comment |
AbstractCommentAction.createComment(HttpServletRequest request,
BlogEntry blogEntry)
|
Methods in net.sourceforge.pebble.web.action with parameters of type Comment | |
---|---|
protected void |
AbstractCommentAction.saveComment(HttpServletRequest request,
HttpServletResponse response,
BlogEntry blogEntry,
Comment comment)
|
protected ValidationContext |
AbstractCommentAction.validateComment(Comment comment)
|
Uses of Comment in net.sourceforge.pebble.web.dwr |
---|
Methods in net.sourceforge.pebble.web.dwr that return Comment | |
---|---|
Comment |
Comments.previewComment(java.lang.String blogId,
Comment comment)
|
Comment |
Comments.saveComment(java.lang.String blogId,
Comment comment)
|
Methods in net.sourceforge.pebble.web.dwr with parameters of type Comment | |
---|---|
Comment |
Comments.previewComment(java.lang.String blogId,
Comment comment)
|
Comment |
Comments.saveComment(java.lang.String blogId,
Comment comment)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |