public interface CommentManagerExtensionPoint
| Modifier and Type | Method and Description | 
|---|---|
List<I18nizableText> | 
getErrors(CommentableContent content,
         Map objectModel)
Call the validityCheck method on all listeners and add the results 
 | 
boolean | 
isCaptchaRequired(Content content,
                 Map objectModel)
Checks if a captcha have to be checked. 
 | 
boolean | 
isValidatedByDefault(Content content)
Get the validation flag default value for a content asking all listeners 
 | 
boolean isValidatedByDefault(Content content)
content - The content having a new commentboolean isCaptchaRequired(Content content, Map objectModel)
content - The content to commentobjectModel - The cocoon object modelList<I18nizableText> getErrors(CommentableContent content, Map objectModel)
content - The content to commentobjectModel - The cocoon object model