Uses of Interface
net.sourceforge.pebble.api.event.trackback.TrackBackListener

Packages that use TrackBackListener
net.sourceforge.pebble.domain   
net.sourceforge.pebble.event   
net.sourceforge.pebble.event.response   
net.sourceforge.pebble.event.trackback   
net.sourceforge.pebble.index   
 

Uses of TrackBackListener in net.sourceforge.pebble.domain
 

Classes in net.sourceforge.pebble.domain that implement TrackBackListener
 class ResponseManager
          Internal comment and TrackBack listener used to manage the list of responses for the associated blog.
 

Uses of TrackBackListener in net.sourceforge.pebble.event
 

Classes in net.sourceforge.pebble.event that implement TrackBackListener
 class AuditListener
           
 

Methods in net.sourceforge.pebble.event with parameters of type TrackBackListener
 void EventListenerList.addTrackBackListener(TrackBackListener listener)
          Registers a TrackBack listener.
 

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

Classes in net.sourceforge.pebble.event.response that implement TrackBackListener
 class BlogEntryResponseListenerSupport
          Starting point for implementation of classes that are both comment and TrackBack listeners.
 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.
 

Uses of TrackBackListener in net.sourceforge.pebble.event.trackback
 

Classes in net.sourceforge.pebble.event.trackback that implement TrackBackListener
 class AbstractEmailNotificationListener
          Base class for listeners that send an e-mail notification when new TrackBacks are added.
 class EmailAuthorNotificationListener
          Sends an e-mail notification to the blog entry author when new TrackBacks are added.
 class EmailNotificationListener
          Sends an e-mail notification to the blog owners when new TrackBacks are added.
 class TrackBackListenerSupport
          Starting point for implementation of TrackBackListener that provides no-op methods.
 

Uses of TrackBackListener in net.sourceforge.pebble.index
 

Classes in net.sourceforge.pebble.index that implement TrackBackListener
 class ResponseIndexListener
          Listens to comment/TrackBack events and keeps the response index up to date.
 



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