Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

de.laures.cewolf
Interface WebConstants  view WebConstants download WebConstants.java

All Known Implementing Classes:
CewolfRenderer

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.


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_PNG
          MIME name of a PNG image.
static java.lang.String MIME_SVG
          MIME name of a SVG image
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

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

See Also:
Constant Field Values

AMPERSAND

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

See Also:
Constant Field Values

IMG_PARAM

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

See Also:
Constant Field Values

WIDTH_PARAM

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

See Also:
Constant Field Values

HEIGHT_PARAM

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

See Also:
Constant Field Values

MIME_PNG

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

See Also:
Constant Field Values

MIME_SVG

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

See Also:
Constant Field Values