Uses of Class
com.nurelm.nucontent.model.Content

Packages that use Content
com.nurelm.nucontent.model This package provides an object oriented interface to NuContent's data model from which any piece of content in an entire NuContent-powered site can be accessed or modified. 
 

Uses of Content in com.nurelm.nucontent.model
 

Methods in com.nurelm.nucontent.model that return Content
 Content RepeatItem.getContent(java.lang.String contentId)
          Gets a particular Content object from this RepeatItem.
 Content RepeatItem.getContentCreateIfNeeded(java.lang.String contentId, java.lang.String defaultContent)
          Gets a specified Content object, but creates a new one if it does not exist.
 Content Page.getContent(java.lang.String contentId)
           
 Content Page.getContentCreateIfNeeded(java.lang.String contentId, java.lang.String defaultContent)