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

Packages that use Link
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 Link in com.nurelm.nucontent.model
 

Methods in com.nurelm.nucontent.model with parameters of type Link
 Node Page.addChildLink(Link link)
           
 Node Page.addChildLink(Link link, int orderIndex)