|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Response | |
|---|---|
| net.sourceforge.pebble.domain | |
| net.sourceforge.pebble.event.response | |
| net.sourceforge.pebble.index | |
| Uses of Response in net.sourceforge.pebble.domain |
|---|
| Subclasses of Response in net.sourceforge.pebble.domain | |
|---|---|
class |
Comment
Represents a blog comment. |
class |
TrackBack
Represents a MovableType TrackBack - see http://www.movabletype.org/docs/mttrackback.html for more information. |
| Methods in net.sourceforge.pebble.domain that return Response | |
|---|---|
Response |
BlogService.getResponse(Blog blog,
java.lang.String responseId)
Gets the blog entry with the specified id. |
Response |
BlogEntry.getResponse(java.lang.String guid)
Gets the response specified by the guid. |
| Methods in net.sourceforge.pebble.domain that return types with arguments of type Response | |
|---|---|
java.util.List<Response> |
Blog.getRecentApprovedResponses()
Gets the most recent responses. |
java.util.List<Response> |
BlogEntry.getResponses()
Gets a list of all comments and TrackBacks. |
| Methods in net.sourceforge.pebble.domain with parameters of type Response | |
|---|---|
void |
BlogEntry.removeResponse(Response response)
Removes the specified comment or TrackBack. |
| Uses of Response in net.sourceforge.pebble.event.response |
|---|
| Methods in net.sourceforge.pebble.event.response with parameters of type Response | |
|---|---|
protected void |
ContentSpamListener.blogEntryResponseAdded(Response response)
Called when a comment or TrackBack has been added. |
protected void |
MarkPendingListener.blogEntryResponseAdded(Response response)
Called when a comment or TrackBack has been added. |
protected void |
DeleteRejectedListener.blogEntryResponseAdded(Response response)
Called when a comment or TrackBack has been added. |
protected void |
MarkApprovedListener.blogEntryResponseAdded(Response response)
Called when a comment or TrackBack has been added. |
protected void |
MarkApprovedWhenAuthenticatedListener.blogEntryResponseAdded(Response response)
Called when a comment or TrackBack has been added. |
protected void |
DisableResponseListener.blogEntryResponseAdded(Response response)
Called when a comment or TrackBack has been added. |
protected void |
IpAddressListener.blogEntryResponseAdded(Response response)
Called when a comment or TrackBack has been added. |
protected void |
SpamScoreListener.blogEntryResponseAdded(Response response)
Called when a comment or TrackBack has been added. |
protected void |
LinkSpamListener.blogEntryResponseAdded(Response response)
Called when a comment or TrackBack has been added. |
protected void |
BlogEntryResponseListenerSupport.blogEntryResponseAdded(Response response)
Called when a comment or TrackBack has been added. |
protected void |
IpAddressListener.blogEntryResponseApproved(Response response)
Called when a comment or TrackBack has been approved. |
protected void |
BlogEntryResponseListenerSupport.blogEntryResponseApproved(Response response)
Called when a comment or TrackBack has been approved. |
protected void |
DeleteRejectedListener.blogEntryResponseRejected(Response response)
Called when a comment or TrackBack has been rejected. |
protected void |
IpAddressListener.blogEntryResponseRejected(Response response)
Called when a comment or TrackBack has been rejected. |
protected void |
BlogEntryResponseListenerSupport.blogEntryResponseRejected(Response response)
Called when a comment or TrackBack has been rejected. |
protected void |
BlogEntryResponseListenerSupport.blogEntryResponseRemoved(Response response)
Called when a comment or TrackBack has been removed. |
| Uses of Response in net.sourceforge.pebble.index |
|---|
| Methods in net.sourceforge.pebble.index with parameters of type Response | |
|---|---|
void |
ResponseIndex.index(Response response)
Indexes a single response. |
void |
ResponseIndex.unindex(Response response)
Unindexes a single response. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||