Class DefaultHttpContext
java.lang.Object
org.adempiere.eclipse.equinox.http.servlet.DefaultHttpContext
- All Implemented Interfaces:
org.osgi.service.http.HttpContext
-
Field Summary
Fields inherited from interface org.osgi.service.http.HttpContext
AUTHENTICATION_TYPE, AUTHORIZATION, REMOTE_USER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetMimeType
(String name) getResource
(String name) boolean
handleSecurity
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
Constructor Details
-
DefaultHttpContext
public DefaultHttpContext(org.osgi.framework.Bundle bundle)
-
-
Method Details
-
handleSecurity
public boolean handleSecurity(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException - Specified by:
handleSecurity
in interfaceorg.osgi.service.http.HttpContext
- Throws:
IOException
-
getResource
- Specified by:
getResource
in interfaceorg.osgi.service.http.HttpContext
-
getMimeType
- Specified by:
getMimeType
in interfaceorg.osgi.service.http.HttpContext
-