org.loom.servlet.names
Class ContentTypeNames

java.lang.Object
  extended by org.loom.servlet.names.ContentTypeNames

public class ContentTypeNames
extends java.lang.Object

Standards-compliant names for the typical MIME Content-Type headers. For other MIME-types, see the internet media types at wikipedia


Field Summary
static java.lang.String CSS
          CSS
static java.lang.String JAVASCRIPT
          Javascript files Other commonly used MIME-types are: application/ecmascript application/javascript application/x-ecmascript application/x-javascript text/ecmascript text/javascript text/x-ecmascript text/x-javascript
static java.lang.String JSON
          JSON files Other common-use type is text/json
static java.lang.String TEXT
          Plain text
 
Constructor Summary
ContentTypeNames()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JAVASCRIPT

public static final java.lang.String JAVASCRIPT
Javascript files Other commonly used MIME-types are:

See Also:
Constant Field Values

JSON

public static final java.lang.String JSON
JSON files Other common-use type is text/json

See Also:
Constant Field Values

TEXT

public static final java.lang.String TEXT
Plain text

See Also:
Constant Field Values

CSS

public static final java.lang.String CSS
CSS

See Also:
Constant Field Values
Constructor Detail

ContentTypeNames

public ContentTypeNames()