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

Packages that use ContentSelector
org.liquidsite.app.template   
org.liquidsite.core.content   
 

Uses of ContentSelector in org.liquidsite.app.template
 

Methods in org.liquidsite.app.template with parameters of type ContentSelector
 int BeanContext.countContent(ContentSelector selector)
          Counts the number of content objects matching a content selector.
 Content[] BeanContext.findContent(ContentSelector selector)
          Finds a set of content objects with a content selector.
 

Uses of ContentSelector in org.liquidsite.core.content
 

Methods in org.liquidsite.core.content with parameters of type ContentSelector
 int ContentManager.getContentCount(ContentSelector selector)
          Returns the number of content objects matching the selector.
 Content[] ContentManager.getContentObjects(User user, ContentSelector selector)
          Returns the user readable content objects matching the selector.