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

Packages that use ConfirmationStrategy
net.sourceforge.pebble.api.confirmation   
net.sourceforge.pebble.confirmation   
 

Uses of ConfirmationStrategy in net.sourceforge.pebble.api.confirmation
 

Subinterfaces of ConfirmationStrategy in net.sourceforge.pebble.api.confirmation
 interface CommentConfirmationStrategy
          Represents an abstraction of the various ways in which comments can be confirmed.
 interface TrackBackConfirmationStrategy
          Represents an abstraction of the various ways in which TrackBack links can be confirmed.
 

Uses of ConfirmationStrategy in net.sourceforge.pebble.confirmation
 

Classes in net.sourceforge.pebble.confirmation that implement ConfirmationStrategy
 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.
 



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