public abstract class WebElementEventData extends Object
servlets or filters.| Constructor and Description |
|---|
WebElementEventData() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getContextNames() |
org.osgi.framework.ServiceReference<?> |
getElementReference() |
org.ops4j.pax.web.service.WebContainerContext |
getHttpContext() |
org.osgi.framework.Bundle |
getOriginBundle() |
long |
getServiceId() |
int |
getServiceRank() |
void |
setElementReference(org.osgi.framework.ServiceReference<?> elementReference) |
void |
setHttpContext(org.ops4j.pax.web.service.WebContainerContext httpContext) |
void |
setOriginBundle(org.osgi.framework.Bundle originBundle) |
void |
setServiceId(long serviceId) |
void |
setServiceRank(int serviceRank) |
public int getServiceRank()
public void setServiceRank(int serviceRank)
public long getServiceId()
public void setServiceId(long serviceId)
public org.osgi.framework.ServiceReference<?> getElementReference()
public void setElementReference(org.osgi.framework.ServiceReference<?> elementReference)
public org.osgi.framework.Bundle getOriginBundle()
public void setOriginBundle(org.osgi.framework.Bundle originBundle)
public void setHttpContext(org.ops4j.pax.web.service.WebContainerContext httpContext)
public org.ops4j.pax.web.service.WebContainerContext getHttpContext()
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.