Package org.eclipse.jetty.http
Class MimeTypes.Wrapper
java.lang.Object
org.eclipse.jetty.http.MimeTypes
org.eclipse.jetty.http.MimeTypes.Mutable
org.eclipse.jetty.http.MimeTypes.Wrapper
- Enclosing class:
- MimeTypes
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jetty.http.MimeTypes
MimeTypes.Mutable, MimeTypes.Type, MimeTypes.Wrapper -
Field Summary
Fields inherited from class org.eclipse.jetty.http.MimeTypes
_assumedEncodings, _inferredEncodings, _mimeMap, CACHE, DEFAULTS, ISO_8859_1, UTF16, UTF8 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCharsetAssumedFromContentType(String contentType) getCharsetInferredFromContentType(String contentType) getMimeForExtension(String extension) voidsetWrapped(MimeTypes wrapped) Methods inherited from class org.eclipse.jetty.http.MimeTypes.Mutable
addAssumed, addInferred, addMimeMappingMethods inherited from class org.eclipse.jetty.http.MimeTypes
getAssumedCharset, getBaseType, getCharset, getCharsetFromContentType, getContentTypeWithoutCharset, getInferredCharset, getKnownCharset, getMimeByExtension, isKnownLocale, normalizeCharset, normalizeCharset
-
Constructor Details
-
Wrapper
public Wrapper()
-
-
Method Details
-
getWrapped
-
setWrapped
-
getMimeForExtension
- Overrides:
getMimeForExtensionin classMimeTypes
-
getCharsetInferredFromContentType
- Overrides:
getCharsetInferredFromContentTypein classMimeTypes
-
getCharsetAssumedFromContentType
- Overrides:
getCharsetAssumedFromContentTypein classMimeTypes
-
getMimeMap
- Overrides:
getMimeMapin classMimeTypes
-
getInferredMap
- Overrides:
getInferredMapin classMimeTypes
-
getAssumedMap
- Overrides:
getAssumedMapin classMimeTypes
-