|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pebble.confirmation.AbstractConfirmationStrategy
public abstract class AbstractConfirmationStrategy
Starting point for ConfirmationStrategy implementations.
Field Summary | |
---|---|
static java.lang.String |
REQUIRED_KEY
the name of the required override property |
Constructor Summary | |
---|---|
AbstractConfirmationStrategy()
|
Method Summary | |
---|---|
boolean |
confirmationRequired(Blog blog)
Called to determine whether confirmation is required. |
boolean |
confirmationRequired(Comment comment)
Called to determine whether confirmation is required. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sourceforge.pebble.api.confirmation.ConfirmationStrategy |
---|
getUri, isConfirmed, setupConfirmation |
Methods inherited from interface net.sourceforge.pebble.api.confirmation.ConfirmationStrategy |
---|
getUri, isConfirmed, setupConfirmation |
Field Detail |
---|
public static final java.lang.String REQUIRED_KEY
Constructor Detail |
---|
public AbstractConfirmationStrategy()
Method Detail |
---|
public boolean confirmationRequired(Comment comment)
confirmationRequired
in interface CommentConfirmationStrategy
comment
- the Comment being confirmed
public boolean confirmationRequired(Blog blog)
confirmationRequired
in interface TrackBackConfirmationStrategy
blog
- the owning Blog
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |