|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Asset | |
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.publishToFile | The Publish-To-Filesystem(P2FS) service writes published content to the file system so that another webserver (e.g. |
Uses of Asset in com.arsdigita.cms |
Subclasses of Asset in com.arsdigita.cms | |
class |
BinaryAsset
An abstract class for an asset which represents some binary data, such as an image, an audio clip, etc. |
class |
FileAsset
An asset describing a concrete
file, such as an image. |
class |
ImageAsset
An asset representing an
image. |
class |
ReusableImageAsset
An asset representing a reusable
image. |
class |
Template
This class represents a template. |
class |
TextAsset
A Text object. |
Uses of Asset in com.arsdigita.cms.publishToFile |
Methods in com.arsdigita.cms.publishToFile with parameters of type Asset | |
static String |
Utilities.getAssetPath(Asset asset)
This function returns the globally unique path for the asset. |
static String |
Utilities.getAssetPath(Asset asset,
Folder folder)
Returns asset's path located in folder 'folder'. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |