|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
java.util.List |
commentActions(BlogRunData data,
Comment c)
A List of ILinkTo objects that can provide some comment actions. |
boolean |
commentCreated(BlogRunData data,
Comment comment)
Invoked for each comment creation. |
void |
commentRemoved(BlogRunData data,
Comment comment)
Called before a comment will be removed by the user. |
java.lang.String |
getNewCommentMessage(BlogRunData data)
Get a string that should be shown to the user on the new comment form. |
Methods inherited from interface net.sourceforge.blogentis.plugins.IBlogExtension |
getPreferences, setPreferences |
Methods inherited from interface net.sourceforge.blogentis.plugins.IExtension |
getName, getPlugin |
Method Detail |
public boolean commentCreated(BlogRunData data, Comment comment)
data
- the BlogRunData of the current request.comment
- the Comment that has been created, just before saving.
public void commentRemoved(BlogRunData data, Comment comment)
data
- comment
- the coment that will be removed.public java.util.List commentActions(BlogRunData data, Comment c)
data
- c
-
public java.lang.String getNewCommentMessage(BlogRunData data)
data
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |