Class AbstractCommentAction
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.acting.AbstractAction
org.apache.cocoon.acting.ServiceableAction
org.ametys.cms.repository.comment.actions.AbstractCommentAction
- All Implemented Interfaces:
Component,LogEnabled,Serviceable,Action
- Direct Known Subclasses:
AddCommentAction,DeleteCommentAction,GetRightDeleteCommentAction,LikeCommentAction,ReportCommentAction
Abstract action on comments
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CommentsDAOComments DAOstatic final StringThe request parameter name for content idstatic final StringThe request parameter name for content idFields inherited from class org.apache.cocoon.acting.ServiceableAction
managerFields inherited from class org.apache.cocoon.acting.AbstractAction
EMPTY_MAP -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Field Details
-
PARAMETER_CONTENTID
The request parameter name for content id- See Also:
-
PARAMETER_COMMENTID
The request parameter name for content id- See Also:
-
_commentsDAO
Comments DAO
-
-
Constructor Details
-
AbstractCommentAction
public AbstractCommentAction()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Overrides:
servicein classServiceableAction- Throws:
ServiceException
-