|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImageAssetCollection | |
com.arsdigita.cms | Contains the core classes for the Red Hat Content Management
System (CMS), classes that persist the fundamental objects for CMS
such as content items , templates , content sections , and content types . |
com.arsdigita.cms.ui | Provides a set of UI components and tools for the Content Management System. |
Uses of ImageAssetCollection in com.arsdigita.cms |
Subclasses of ImageAssetCollection in com.arsdigita.cms | |
class |
ArticleImageAssnCollection
This class contains contains a collection of ArticleImageAssociations, each of which points to an image, and each of which has a caption. |
Methods in com.arsdigita.cms that return ImageAssetCollection | |
static ImageAssetCollection |
ReusableImageAsset.getAllReusableImages()
Retrieve all images in the database. |
static ImageAssetCollection |
ReusableImageAsset.getReusableImagesByKeyword(String keyword,
String context)
Find all images whose name matches the specified keyword |
static ImageAssetCollection |
ReusableImageAsset.getReusableImagesByKeyword(String keyword)
Find all images whose name matches the specified keyword |
static ImageAssetCollection |
ImageAsset.getAllImages()
Retrieve all images in the database. |
static ImageAssetCollection |
ImageAsset.getImagesByKeyword(String keyword,
String context)
Find all images whose name matches the specified keyword |
static ImageAssetCollection |
ImageAsset.getImagesByKeyword(String keyword)
Find all images whose name matches the specified keyword |
ImageAssetCollection |
Article.getImages()
Get the images for this article |
Uses of ImageAssetCollection in com.arsdigita.cms.ui |
Constructors in com.arsdigita.cms.ui with parameters of type ImageAssetCollection | |
DefaultImageBrowserModel(ImageAssetCollection images)
Construct a new DefaultImageBrowserModel |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |