public class DefaultSharedWebContainerContext extends Object implements org.ops4j.pax.web.service.SharedWebContainerContext
| Constructor and Description |
|---|
DefaultSharedWebContainerContext() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
deregisterBundle(org.osgi.framework.Bundle bundle) |
String |
getMimeType(String arg0) |
URL |
getResource(String path) |
Set<String> |
getResourcePaths(String path) |
boolean |
handleSecurity(javax.servlet.http.HttpServletRequest arg0,
javax.servlet.http.HttpServletResponse arg1) |
boolean |
registerBundle(org.osgi.framework.Bundle bundle) |
public boolean registerBundle(org.osgi.framework.Bundle bundle)
registerBundle in interface org.ops4j.pax.web.service.SharedWebContainerContextpublic boolean deregisterBundle(org.osgi.framework.Bundle bundle)
deregisterBundle in interface org.ops4j.pax.web.service.SharedWebContainerContextpublic Set<String> getResourcePaths(String path)
getResourcePaths in interface org.ops4j.pax.web.service.WebContainerContextpublic String getMimeType(String arg0)
getMimeType in interface org.osgi.service.http.HttpContextpublic URL getResource(String path)
getResource in interface org.osgi.service.http.HttpContextpublic boolean handleSecurity(javax.servlet.http.HttpServletRequest arg0,
javax.servlet.http.HttpServletResponse arg1)
throws IOException
handleSecurity in interface org.osgi.service.http.HttpContextIOExceptionCopyright © 2006–2015 OPS4J - Open Participation Software for Java. All rights reserved.