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

Packages that use ContentSection
org.liquidsite.app.admin.view   
org.liquidsite.core.content   
org.liquidsite.core.web   
 

Uses of ContentSection in org.liquidsite.app.admin.view
 

Methods in org.liquidsite.app.admin.view with parameters of type ContentSection
 void ContentView.viewEditSection(Request request, PersistentObject parent, ContentSection section)
          Shows the add or edit section page.
 void ContentView.viewSectionPreview(Request request, ContentSection section)
          Shows the section preview page.
protected  java.util.ArrayList AdminView.findSections(User user, Domain domain, ContentSection exclude)
          Finds all content sections in a domain.
 

Uses of ContentSection in org.liquidsite.core.content
 

Methods in org.liquidsite.core.content that return ContentSection
 ContentSection ContentTranslator.getSection(User user)
          Returns the translator section.
 

Methods in org.liquidsite.core.content with parameters of type ContentSection
 void ContentTranslator.setSection(ContentSection section)
          Sets the translator section.
 

Constructors in org.liquidsite.core.content with parameters of type ContentSection
ContentForum(ContentManager manager, ContentSection parent)
          Creates a new forum with default values.
ContentDocument(ContentManager manager, ContentSection parent)
          Creates a new document with default values.
ContentSection(ContentManager manager, ContentSection parent)
          Creates a new section with default values.
 

Uses of ContentSection in org.liquidsite.core.web
 

Methods in org.liquidsite.core.web that return ContentSection
 ContentSection RequestEnvironment.getSection()
          Returns the content section.
 

Methods in org.liquidsite.core.web with parameters of type ContentSection
 void RequestEnvironment.setSection(ContentSection section)
          Sets the content section.