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
-
Method Summary
Modifier and TypeMethodDescriptiongetCharsetAssumedFromContentType
(String contentType) getCharsetInferredFromContentType
(String contentType) getMimeForExtension
(String extension) void
setWrapped
(MimeTypes wrapped) Methods inherited from class org.eclipse.jetty.http.MimeTypes.Mutable
addAssumed, addInferred, addMimeMapping
Methods 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:
getMimeForExtension
in classMimeTypes
-
getCharsetInferredFromContentType
- Overrides:
getCharsetInferredFromContentType
in classMimeTypes
-
getCharsetAssumedFromContentType
- Overrides:
getCharsetAssumedFromContentType
in classMimeTypes
-
getMimeMap
- Overrides:
getMimeMap
in classMimeTypes
-
getInferredMap
- Overrides:
getInferredMap
in classMimeTypes
-
getAssumedMap
- Overrides:
getAssumedMap
in classMimeTypes
-