org.ops4j.pax.web.service
Interface SharedWebContainerContext

All Superinterfaces:
org.osgi.service.http.HttpContext, WebContainerContext
All Known Implementing Classes:
DefaultSharedWebContainerContext

public interface SharedWebContainerContext
extends WebContainerContext


Field Summary
 
Fields inherited from interface org.osgi.service.http.HttpContext
AUTHENTICATION_TYPE, AUTHORIZATION, REMOTE_USER
 
Method Summary
 boolean deregisterBundle(org.osgi.framework.Bundle bundle)
           
 boolean registerBundle(org.osgi.framework.Bundle bundle)
           
 
Methods inherited from interface org.ops4j.pax.web.service.WebContainerContext
getResourcePaths
 
Methods inherited from interface org.osgi.service.http.HttpContext
getMimeType, getResource, handleSecurity
 

Method Detail

registerBundle

boolean registerBundle(org.osgi.framework.Bundle bundle)

deregisterBundle

boolean deregisterBundle(org.osgi.framework.Bundle bundle)


Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.