Interface CommentAware

All Known Implementing Classes:
PageInfoAction, ViewPageAction

public interface CommentAware
Indicates an action may have a Comment set on it by the CommentAwareInterceptor.
  • Method Details

    • getComment

      Comment getComment()
    • setComment

      void setComment(Comment comment)