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

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

Uses of TrackBackConfirmationStrategy in net.sourceforge.pebble.confirmation
 

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

Methods in net.sourceforge.pebble.domain that return TrackBackConfirmationStrategy
 TrackBackConfirmationStrategy Blog.getTrackBackConfirmationStrategy()
           
 



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