|
|||||||||
| Home >> All >> de >> laures >> [ cewolf overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
de.laures.cewolf
Interface WebConstants

- 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
|
|||||||||
| Home >> All >> de >> laures >> [ cewolf overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC