Uses of Class
org.liquidsite.core.content.ContentTopic

Packages that use ContentTopic
org.liquidsite.core.content   
org.liquidsite.core.web   
 

Uses of ContentTopic in org.liquidsite.core.content
 

Constructors in org.liquidsite.core.content with parameters of type ContentTopic
ContentPost(ContentManager manager, ContentTopic parent)
          Creates a new post with default values.
 

Uses of ContentTopic in org.liquidsite.core.web
 

Methods in org.liquidsite.core.web that return ContentTopic
 ContentTopic RequestEnvironment.getTopic()
          Returns the content topic.
 

Methods in org.liquidsite.core.web with parameters of type ContentTopic
 void RequestEnvironment.setTopic(ContentTopic topic)
          Sets the content topic.