Uses of Class
org.liquidsite.app.template.SectionBean

Packages that use SectionBean
org.liquidsite.app.template   
 

Uses of SectionBean in org.liquidsite.app.template
 

Methods in org.liquidsite.app.template that return SectionBean
 SectionBean LiquidSiteBean.getSection()
          Returns the section bean.
 SectionBean LiquidSiteBean.findSection(java.lang.String path)
          Returns the section corresponding to the specified path.
 SectionBean BeanContext.findSection(java.lang.String path)
          Finds a section corresponding to the specified absolute path.
 SectionBean BeanContext.findSection(java.lang.Object parent, java.lang.String path)
          Finds a section corresponding to the specified relative path.