Interface CommentAware
-
- All Known Implementing Classes:
PageInfoAction
,ViewPageAction
public interface CommentAware
Indicates an action may have aComment
set on it by the CommentAwareInterceptor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Comment
getComment()
void
setComment(Comment comment)
-