de.laures.cewolf
Interface WebConstants

All Known Implementing Classes:
Renderer

public interface WebConstants

Contains some base constants to avoid explicit dependancy to concrete chart implementation's constant values. The constants of this class also serve as the base contract for data exchange between sub packages.

Author:
Guido Laures

Field Summary
static java.lang.String AMPERSAND
          Escape of an Ampersand in HTML
static java.lang.String HEIGHT_PARAM
          The key for the height of the image.
static java.lang.String IMG_PARAM
          The image parameter key.
static java.lang.String MIME_JPEG
          MIME name of a JPEG image.
static java.lang.String MIME_PNG
          MIME name of a PNG image.
static java.lang.String MIME_SVG
          MIME name of a SVG image
static java.lang.String REMOVE_AFTER_RENDERING
          Remove image from Storage after rendering
static java.lang.String SESSIONID_KEY
          The key for the session ID.
static java.lang.String WIDTH_PARAM
          The key for the width of the image.
 

Field Detail

SESSIONID_KEY

static final java.lang.String SESSIONID_KEY
The key for the session ID.

See Also:
Constant Field Values

AMPERSAND

static final java.lang.String AMPERSAND
Escape of an Ampersand in HTML

See Also:
Constant Field Values

IMG_PARAM

static final java.lang.String IMG_PARAM
The image parameter key.

See Also:
Constant Field Values

WIDTH_PARAM

static final java.lang.String WIDTH_PARAM
The key for the width of the image.

See Also:
Constant Field Values

HEIGHT_PARAM

static final java.lang.String HEIGHT_PARAM
The key for the height of the image.

See Also:
Constant Field Values

REMOVE_AFTER_RENDERING

static final java.lang.String REMOVE_AFTER_RENDERING
Remove image from Storage after rendering

See Also:
Constant Field Values

MIME_PNG

static final java.lang.String MIME_PNG
MIME name of a PNG image.

See Also:
Constant Field Values

MIME_JPEG

static final java.lang.String MIME_JPEG
MIME name of a JPEG image.

See Also:
Constant Field Values

MIME_SVG

static final java.lang.String MIME_SVG
MIME name of a SVG image

See Also:
Constant Field Values


cewolf tag library - web charts with JFreeChart