|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WarDeploymentContext
Context associated with a war deployment. Provides access to various war properties such as the owning bundle, context path or associated servlet context.
WarDeployment
,
ServletContext
Field Summary | |
---|---|
static String |
OSGI_BUNDLE_CONTEXT_ATTRIBUTE
Convenience context attribute under which the OSGi BundleContext is bound. |
Method Summary | |
---|---|
Bundle |
getBundle()
Returns the bundle associated with this war deployment. |
String |
getContextPath()
Returns the context path under which this war deployment resides. |
ServletContext |
getServletContext()
Returns the ServletContext used by the war backing this deployment. |
Field Detail |
---|
static final String OSGI_BUNDLE_CONTEXT_ATTRIBUTE
Method Detail |
---|
Bundle getBundle()
String getContextPath()
ServletContext getServletContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |