Class DefaultRegistryHttpContext
java.lang.Object
org.eclipse.equinox.http.registry.internal.DefaultRegistryHttpContext
- All Implemented Interfaces:
HttpContext
-
Nested Class Summary
-
Field Summary
Fields inherited from interface org.osgi.service.http.HttpContext
AUTHENTICATION_TYPE, AUTHORIZATION, REMOTE_USER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addMimeMapping
(String mimeExtension, String mimeType) void
addResourceMapping
(Bundle contributingBundle, String path) getMimeType
(String name) getResource
(String name) getResourcePaths
(String path) boolean
handleSecurity
(javax.servlet.http.HttpServletRequest arg0, javax.servlet.http.HttpServletResponse arg1)
-
Constructor Details
-
DefaultRegistryHttpContext
-
-
Method Details
-
addResourceMapping
-
addMimeMapping
-
getMimeType
- Specified by:
getMimeType
in interfaceHttpContext
-
handleSecurity
public boolean handleSecurity(javax.servlet.http.HttpServletRequest arg0, javax.servlet.http.HttpServletResponse arg1) throws IOException - Specified by:
handleSecurity
in interfaceHttpContext
- Throws:
IOException
-
getResource
- Specified by:
getResource
in interfaceHttpContext
-
getResourcePaths
-