|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.digitalsanctuary.atg.constants.ImageConstants
This class holds Constants for the DS.ImageDB module, including the Repository item descriptor and property names.
Field Summary | |
static java.lang.String |
EXTENSION_DELIMITER
The character to separate the extension of uploaded files. |
static java.lang.String |
FILE_SEPARATOR_UNIX
The file separator character from a Unix based uploaded file. |
static java.lang.String |
FILE_SEPARATOR_WIN
The file separator character from a Windows based uploaded file. |
static java.lang.String |
IMAGE_CONTENT_PROPERTY
The property name of the Image item's Content. |
static java.lang.String |
IMAGE_CREATE_DATE_PROPERTY
The property name of the Image item's Creation Date. |
static java.lang.String |
IMAGE_ITEM_DESCRIPTOR
Item Descriptor name for the Image item. |
static java.lang.String |
IMAGE_MIME_TYPE_PROPERTY
The property name of the Image item's Mime Type. |
static java.lang.String |
IMAGE_NAME_PROPERTY
The property name of the Image item's Name. |
Constructor Summary | |
ImageConstants()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String IMAGE_ITEM_DESCRIPTOR
public static final java.lang.String IMAGE_NAME_PROPERTY
public static final java.lang.String IMAGE_CONTENT_PROPERTY
public static final java.lang.String IMAGE_CREATE_DATE_PROPERTY
public static final java.lang.String IMAGE_MIME_TYPE_PROPERTY
public static final java.lang.String EXTENSION_DELIMITER
public static final java.lang.String FILE_SEPARATOR_WIN
public static final java.lang.String FILE_SEPARATOR_UNIX
Constructor Detail |
public ImageConstants()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |