public interface WebContainerContext
extends org.osgi.service.http.HttpContext
HttpContext extensions.| Modifier and Type | Interface and Description |
|---|---|
static class |
WebContainerContext.DefaultContextIds |
| Modifier and Type | Method and Description |
|---|---|
String |
getContextId()
Returns the name of this Context.
|
Set<String> |
getResourcePaths(String name)
Returns a set of all the paths (String objects) to entries within the web
application whose longest sub-path matches the supplied path argument.
|
default boolean |
isDefaultOrSharedContext() |
Set<String> getResourcePaths(String name)
name - the path name for which to return resource pathsString getContextId()
default boolean isDefaultOrSharedContext()
Copyright © 2006–2021 OPS4J - Open Participation Software for Java. All rights reserved.