public class UiProxyHttpContext extends Object implements org.osgi.service.http.HttpContext
| Constructor and Description |
|---|
UiProxyHttpContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(Map<String,String> properties) |
String |
getMimeType(String name) |
URL |
getResource(String name) |
boolean |
handleSecurity(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
modified(Map<String,String> properties) |
public boolean handleSecurity(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
handleSecurity in interface org.osgi.service.http.HttpContextIOExceptionpublic URL getResource(String name)
getResource in interface org.osgi.service.http.HttpContextpublic String getMimeType(String name)
getMimeType in interface org.osgi.service.http.HttpContextCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.