com.atlassian.confluence.plugins.dailysummary.content.popular
Class PopularContentContext

java.lang.Object
  extended by com.atlassian.confluence.plugins.dailysummary.content.popular.PopularContentContext

public class PopularContentContext
extends java.lang.Object

Typed view of the context passed around between PopularContentProvider and PopularContentPanel.

Since:
5.2

Constructor Summary
PopularContentContext(java.util.Map<java.lang.String,java.lang.Object> context)
           
 
Method Summary
 javax.activation.DataSource getCommentIconDatasource()
           
 javax.activation.DataSource getLikeIconDatasource()
           
 java.util.List<PopularContentExcerptDto> getPopularContentExcerpts()
           
 void setCommentIconDatasource(javax.activation.DataSource commentIconDatasource)
           
 void setLikeIconDatasource(javax.activation.DataSource likeIconDatasource)
           
 void setPopularContentExcerpts(java.util.List<PopularContentExcerptDto> popularContentExcerpts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PopularContentContext

public PopularContentContext(java.util.Map<java.lang.String,java.lang.Object> context)
Method Detail

getPopularContentExcerpts

public java.util.List<PopularContentExcerptDto> getPopularContentExcerpts()

setPopularContentExcerpts

public void setPopularContentExcerpts(java.util.List<PopularContentExcerptDto> popularContentExcerpts)

getLikeIconDatasource

public javax.activation.DataSource getLikeIconDatasource()

setLikeIconDatasource

public void setLikeIconDatasource(javax.activation.DataSource likeIconDatasource)

getCommentIconDatasource

public javax.activation.DataSource getCommentIconDatasource()

setCommentIconDatasource

public void setCommentIconDatasource(javax.activation.DataSource commentIconDatasource)


Copyright © 2003-2014 Atlassian. All Rights Reserved.