Uses of Class
net.sourceforge.pebble.event.response.BlogEntryResponseListenerSupport

Packages that use BlogEntryResponseListenerSupport
net.sourceforge.pebble.event.response   
 

Uses of BlogEntryResponseListenerSupport in net.sourceforge.pebble.event.response
 

Subclasses of BlogEntryResponseListenerSupport in net.sourceforge.pebble.event.response
 class ContentSpamListener
          Checks comment and TrackBack content for specified regexs and sets the state of such responses to pending.
 class DeleteRejectedListener
          Deletes comments and TrackBacks that have been marked as rejected.
 class DisableResponseListener
          Deletes comments and TrackBacks that are left, effectively disabling the ability for readers for leave responses.
 class IpAddressListener
          Checks comment and TrackBack IP address against a whitelist and a blacklist.
 class LinkSpamListener
          Checks comment and TrackBack content for a large number of links and sets the state of such responses to pending.
 class MarkApprovedListener
          Sets the status of new comments and TrackBacks to approved.
 class MarkApprovedWhenAuthenticatedListener
          Sets the status of new comments and TrackBacks to approved, if the user leaving the response is authenticated and authorised for the blog.
 class MarkPendingListener
          Sets the status of new comments and TrackBacks to pending.
 class SpamScoreListener
          Checks the spam score of comments and TrackBacks and if greater than the threshold, marks them as rejected.
 



Copyright © 2003-2006, Simon Brown. All Rights Reserved.