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

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

Methods in com.nurelm.nucontent.model that return Image
 Image RepeatItem.getImage(java.lang.String imageId)
          Returns the Image object associated with the supplied imageId.
 Image Page.getImage(java.lang.String imageId)
          Returns the image associated with the supplied imageId.
 

Methods in com.nurelm.nucontent.model with parameters of type Image
 void RepeatItem.addImage(Image image)
          Adds a new Image object to this RepeatItem.
 void Page.addImage(Image image)
          Adds the supplied image to the db.
 

Uses of Image in com.nurelm.util
 

Methods in com.nurelm.util with parameters of type Image
static void NuPlatformUtil.removeImageFile(javax.servlet.ServletContext sc, Image image)