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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMimeType(String name) getResource(String name) booleanhandleSecurity(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:
handleSecurityin interfaceorg.osgi.service.http.HttpContext- Throws:
IOException
-
getResource
- Specified by:
getResourcein interfaceorg.osgi.service.http.HttpContext
-
getMimeType
- Specified by:
getMimeTypein interfaceorg.osgi.service.http.HttpContext
-