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

Packages that use DocumentBean
org.liquidsite.app.template   
 

Uses of DocumentBean in org.liquidsite.app.template
 

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