com.calitha.resource
Interface ResourceStatics


public interface ResourceStatics

Collection of constants for the resource package.

Author:
Robert van Loenhout

Field Summary
static String BASE64
           
static String BUILDER
           
static String CACHE
           
static String ID
           
static String JAVA
           
static String MIMETYPE
           
static String NAME
           
static String NAMESPACE
           
static String RESOURCE
           
static String RESOURCES
           
static String TEXT
           
static String TEXT_PLAIN
           
static String URL
           
static String WWW
           
 

Field Detail

RESOURCES

static final String RESOURCES
See Also:
Constant Field Values

RESOURCE

static final String RESOURCE
See Also:
Constant Field Values

TEXT

static final String TEXT
See Also:
Constant Field Values

WWW

static final String WWW
See Also:
Constant Field Values

BASE64

static final String BASE64
See Also:
Constant Field Values

JAVA

static final String JAVA
See Also:
Constant Field Values

NAMESPACE

static final String NAMESPACE
See Also:
Constant Field Values

ID

static final String ID
See Also:
Constant Field Values

MIMETYPE

static final String MIMETYPE
See Also:
Constant Field Values

URL

static final String URL
See Also:
Constant Field Values

CACHE

static final String CACHE
See Also:
Constant Field Values

NAME

static final String NAME
See Also:
Constant Field Values

TEXT_PLAIN

static final String TEXT_PLAIN
See Also:
Constant Field Values

BUILDER

static final String BUILDER
See Also:
Constant Field Values