Interface CommentAware
-
- All Known Implementing Classes:
PageInfoAction,ViewPageAction
public interface CommentAwareIndicates an action may have aCommentset on it by the CommentAwareInterceptor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommentgetComment()voidsetComment(Comment comment)
-