public class DefaultSharedWebContainerContext extends Object implements 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 SharedWebContainerContextpublic boolean deregisterBundle(org.osgi.framework.Bundle bundle)
deregisterBundle in interface SharedWebContainerContextpublic Set<String> getResourcePaths(String path)
getResourcePaths in interface 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-2013 OPS4J - Open Participation Software for Java. All Rights Reserved.