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

Packages that use DocumentProperty
org.liquidsite.core.content   
 

Uses of DocumentProperty in org.liquidsite.core.content
 

Methods in org.liquidsite.core.content that return DocumentProperty
 DocumentProperty[] ContentSection.getAllDocumentProperties()
          Returns all document properties for this section.
 DocumentProperty ContentSection.getDocumentProperty(java.lang.String id)
          Returns an identified document property.
 

Methods in org.liquidsite.core.content with parameters of type DocumentProperty
 void ContentSection.setDocumentProperty(java.lang.String id, DocumentProperty property)
          Sets a document property.