Uses of Interface
net.sourceforge.pebble.api.confirmation.CommentConfirmationStrategy

Packages that use CommentConfirmationStrategy
net.sourceforge.pebble.confirmation   
net.sourceforge.pebble.domain   
 

Uses of CommentConfirmationStrategy in net.sourceforge.pebble.confirmation
 

Classes in net.sourceforge.pebble.confirmation that implement CommentConfirmationStrategy
 class AbstractConfirmationStrategy
          Starting point for ConfirmationStrategy implementations.
 class DefaultConfirmationStrategy
          Default implementation that just asks the user to click a button to confirm.
 class ImageCaptchaConfirmationStrategy
          Image captcha comment confirmation strategy.
 class NoOpConfirmationStrategy
          No-op implementation that doesn't require confirmation to be performed.
 class SimpleMathsConfirmationStrategy
          Simple maths confirmation strategy that asks the user to add/subtract/multiply two random numbers together.
 

Uses of CommentConfirmationStrategy in net.sourceforge.pebble.domain
 

Methods in net.sourceforge.pebble.domain that return CommentConfirmationStrategy
 CommentConfirmationStrategy Blog.getCommentConfirmationStrategy()
           
 



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