com.atlassian.confluence.pages.actions
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 Summary
 Comment getComment()
           
 void setComment(Comment comment)
           
 

Method Detail

getComment

Comment getComment()

setComment

void setComment(Comment comment)


Copyright © 2003-2011 Atlassian. All Rights Reserved.