| |
|
| java.lang.Object org.apache.roller.ui.rendering.util.WeblogEntryCommentForm
WeblogEntryCommentForm | public class WeblogEntryCommentForm (Code) | | A simple class to represent the comment form displayed on a weblog entry
permalink page. We use this class to manage the interaction with that form.
|
WeblogEntryCommentForm | public WeblogEntryCommentForm()(Code) | | |
getPreviewComment | public CommentDataWrapper getPreviewComment()(Code) | | |
isError | public boolean isError()(Code) | | |
isNotify | public boolean isNotify()(Code) | | |
isPreview | public boolean isPreview()(Code) | | |
setError | public void setError(boolean error)(Code) | | |
setNotify | public void setNotify(boolean notify)(Code) | | |
|
|
|