org.directwebremoting.util
Class MimeConstants

java.lang.Object
  extended by org.directwebremoting.util.MimeConstants

public class MimeConstants
extends java.lang.Object

Various constants from generating output.

Author:
Joe Walker [joe at getahead dot ltd dot uk]

Field Summary
static java.lang.String MIME_HTML
          MIME constant for HTML
static java.lang.String MIME_JS
          MIME constant for Javascript
static java.lang.String MIME_PLAIN
          MIME constant for plain text.
 
Constructor Summary
MimeConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MIME_PLAIN

public static final java.lang.String MIME_PLAIN
MIME constant for plain text. If we need to do more advanced char processing then we should consider adding "; charset=utf-8" to the end of these 3 strings and altering the marshalling to assume utf-8, which it currently does not.

See Also:
Constant Field Values

MIME_HTML

public static final java.lang.String MIME_HTML
MIME constant for HTML

See Also:
Constant Field Values

MIME_JS

public static final java.lang.String MIME_JS
MIME constant for Javascript

See Also:
Constant Field Values
Constructor Detail

MimeConstants

public MimeConstants()

Copyright ? 2005