|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.loom.servlet.names.ContentTypeNames
public class ContentTypeNames
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 |
---|
public static final java.lang.String JAVASCRIPT
application/ecmascript
application/javascript
application/x-ecmascript
application/x-javascript
text/ecmascript
text/javascript
text/x-ecmascript
text/x-javascript
public static final java.lang.String JSON
public static final java.lang.String TEXT
public static final java.lang.String CSS
Constructor Detail |
---|
public ContentTypeNames()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |