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
Modifier and TypeFieldDescriptionprotected CommentsDAO
Comments DAOstatic final String
The request parameter name for content idstatic final String
The request parameter name for content idFields inherited from class org.apache.cocoon.acting.ServiceableAction
manager
Fields inherited from class org.apache.cocoon.acting.AbstractAction
EMPTY_MAP
-
Constructor Summary
-
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:
service
in interfaceServiceable
- Overrides:
service
in classServiceableAction
- Throws:
ServiceException
-