com.digitalsanctuary.atg.constants
Class ImageConstants

java.lang.Object
  extended bycom.digitalsanctuary.atg.constants.ImageConstants

public class ImageConstants
extends java.lang.Object

This class holds Constants for the DS.ImageDB module, including the Repository item descriptor and property names.

Author:
Devon Hillard

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

IMAGE_ITEM_DESCRIPTOR

public static final java.lang.String IMAGE_ITEM_DESCRIPTOR
Item Descriptor name for the Image item.

See Also:
Constant Field Values

IMAGE_NAME_PROPERTY

public static final java.lang.String IMAGE_NAME_PROPERTY
The property name of the Image item's Name.

See Also:
Constant Field Values

IMAGE_CONTENT_PROPERTY

public static final java.lang.String IMAGE_CONTENT_PROPERTY
The property name of the Image item's Content.

See Also:
Constant Field Values

IMAGE_CREATE_DATE_PROPERTY

public static final java.lang.String IMAGE_CREATE_DATE_PROPERTY
The property name of the Image item's Creation Date.

See Also:
Constant Field Values

IMAGE_MIME_TYPE_PROPERTY

public static final java.lang.String IMAGE_MIME_TYPE_PROPERTY
The property name of the Image item's Mime Type.

See Also:
Constant Field Values

EXTENSION_DELIMITER

public static final java.lang.String EXTENSION_DELIMITER
The character to separate the extension of uploaded files.

See Also:
Constant Field Values

FILE_SEPARATOR_WIN

public static final java.lang.String FILE_SEPARATOR_WIN
The file separator character from a Windows based uploaded file.

See Also:
Constant Field Values

FILE_SEPARATOR_UNIX

public static final java.lang.String FILE_SEPARATOR_UNIX
The file separator character from a Unix based uploaded file.

See Also:
Constant Field Values
Constructor Detail

ImageConstants

public ImageConstants()