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

Packages that use File
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. 
com.nurelm.util   
 

Uses of File in com.nurelm.nucontent.model
 

Subclasses of File in com.nurelm.nucontent.model
 class Image
          Object representing a NuContent image.
 class StandAloneFile
          Object representing a NuContent file.
 

Methods in com.nurelm.nucontent.model that return File
 File Page.addChildFile(File file)
          Adds a new child file to the end of the subpage list and returns the new File object.
 File Page.addChildFile(File file, int orderIndex)
          Adds a new child file at the orderIndex location in the subpage list and returns the new File object.
 

Methods in com.nurelm.nucontent.model with parameters of type File
 File Page.addChildFile(File file)
          Adds a new child file to the end of the subpage list and returns the new File object.
 File Page.addChildFile(File file, int orderIndex)
          Adds a new child file at the orderIndex location in the subpage list and returns the new File object.
 

Uses of File in com.nurelm.util
 

Methods in com.nurelm.util with parameters of type File
static void NuPlatformUtil.removeFile(javax.servlet.ServletContext sc, File file)