|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MimeType | |
---|---|
railo.commons.lang.mimetype | |
railo.commons.net | |
railo.runtime.net.http | |
railo.runtime.rest |
Uses of MimeType in railo.commons.lang.mimetype |
---|
Fields in railo.commons.lang.mimetype declared as MimeType | |
---|---|
static MimeType |
MimeType.ALL
|
static MimeType |
MimeType.APPLICATION_CFML
|
static MimeType |
MimeType.APPLICATION_JAVA
|
static MimeType |
MimeType.APPLICATION_JSON
|
static MimeType |
MimeType.APPLICATION_PLAIN
|
static MimeType |
MimeType.APPLICATION_WDDX
|
static MimeType |
MimeType.APPLICATION_XML
|
static MimeType |
MimeType.IMAGE_ASTERIX
|
static MimeType |
MimeType.IMAGE_BMP
|
static MimeType |
MimeType.IMAGE_FBX
|
static MimeType |
MimeType.IMAGE_GIF
|
static MimeType |
MimeType.IMAGE_ICO
|
static MimeType |
MimeType.IMAGE_JPG
|
static MimeType |
MimeType.IMAGE_PBM
|
static MimeType |
MimeType.IMAGE_PGM
|
static MimeType |
MimeType.IMAGE_PNG
|
static MimeType |
MimeType.IMAGE_PNM
|
static MimeType |
MimeType.IMAGE_PSD
|
static MimeType |
MimeType.IMAGE_TIFF
|
static MimeType |
MimeType.IMAGE_WBMP
|
Methods in railo.commons.lang.mimetype that return MimeType | |
---|---|
MimeType |
MimeType.bestMatch(MimeType[] others)
|
static MimeType |
MimeType.getInstance(String strMimeType)
returns a mimetype that match given string |
static MimeType[] |
MimeType.getInstances(String strMimeTypes,
char delimiter)
|
static MimeType |
MimeType.toMimetype(int format,
MimeType defaultValue)
|
Methods in railo.commons.lang.mimetype with parameters of type MimeType | |
---|---|
MimeType |
MimeType.bestMatch(MimeType[] others)
|
boolean |
MimeType.match(MimeType other)
checks if given mimetype is covered by current mimetype |
boolean |
MimeType.same(MimeType other)
checks if other is from the same type, just type and subtype are checked, properties (q,mxb,mxt) are ignored. |
static int |
MimeType.toFormat(MimeType mt,
int defaultValue)
|
static MimeType |
MimeType.toMimetype(int format,
MimeType defaultValue)
|
Uses of MimeType in railo.commons.net |
---|
Methods in railo.commons.net with parameters of type MimeType | |
---|---|
static boolean |
HTTPUtil.isTextMimeType(MimeType mimetype)
|
Uses of MimeType in railo.runtime.net.http |
---|
Methods in railo.runtime.net.http that return MimeType | |
---|---|
static MimeType |
ReqRspUtil.getContentType(PageContext pc)
|
Methods in railo.runtime.net.http that return types with arguments of type MimeType | |
---|---|
static LinkedList<MimeType> |
ReqRspUtil.getAccept(PageContext pc)
|
Uses of MimeType in railo.runtime.rest |
---|
Methods in railo.runtime.rest that return MimeType | |
---|---|
MimeType[] |
Result.getAccept()
|
MimeType |
Result.getContentType()
|
Methods in railo.runtime.rest with parameters of type MimeType | |
---|---|
Result |
Mapping.getResult(PageContext pc,
String path,
Struct matrix,
int format,
boolean hasFormatExtension,
List<MimeType> accept,
MimeType contentType,
Result defaultValue)
|
Method parameters in railo.runtime.rest with type arguments of type MimeType | |
---|---|
Result |
Mapping.getResult(PageContext pc,
String path,
Struct matrix,
int format,
boolean hasFormatExtension,
List<MimeType> accept,
MimeType contentType,
Result defaultValue)
|
Constructors in railo.runtime.rest with parameters of type MimeType | |
---|---|
RestRequestListener(Mapping mapping,
String path,
Struct matrix,
int format,
boolean hasFormatExtension,
List<MimeType> accept,
MimeType contentType,
Result defaultValue)
|
|
Result(Source source,
Struct variables,
String[] path,
Struct matrix,
int format,
boolean hasFormatExtension,
List<MimeType> accept,
MimeType contentType)
|
Constructor parameters in railo.runtime.rest with type arguments of type MimeType | |
---|---|
RestRequestListener(Mapping mapping,
String path,
Struct matrix,
int format,
boolean hasFormatExtension,
List<MimeType> accept,
MimeType contentType,
Result defaultValue)
|
|
Result(Source source,
Struct variables,
String[] path,
Struct matrix,
int format,
boolean hasFormatExtension,
List<MimeType> accept,
MimeType contentType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |