public class ContextKey extends Object
| Modifier and Type | Field and Description |
|---|---|
org.osgi.framework.Bundle |
bundle |
String |
contextId |
org.osgi.service.http.HttpContext |
httpContext |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
static ContextKey |
of(OsgiContextModel context) |
static ContextKey |
of(org.ops4j.pax.web.service.WebContainerContext context) |
String |
toString() |
static ContextKey |
with(String contextId,
org.osgi.framework.Bundle bundle) |
public String contextId
public org.osgi.framework.Bundle bundle
public org.osgi.service.http.HttpContext httpContext
public static ContextKey with(String contextId, org.osgi.framework.Bundle bundle)
public static ContextKey of(OsgiContextModel context)
public static ContextKey of(org.ops4j.pax.web.service.WebContainerContext context)
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.