| Package | Description |
|---|---|
| org.everit.osgi.webresource | |
| org.everit.osgi.webresource.internal | |
| org.everit.osgi.webresource.util |
| Modifier and Type | Method and Description |
|---|---|
Optional<WebResource> |
WebResourceContainer.findWebResource(String lib,
String resourceName,
Optional<String> versionRange)
Finding a
WebResource. |
| Modifier and Type | Class and Description |
|---|---|
class |
WebResourceImpl
Implementation of
WebResource interface. |
| Modifier and Type | Method and Description |
|---|---|
Optional<WebResource> |
WebResourceContainerImpl.findWebResource(String lib,
String resourceName,
Optional<String> version) |
Optional<WebResource> |
LibContainer.findWebResource(String resourceName,
org.apache.felix.utils.version.VersionRange versionRange)
Finds a WebResource within the Library.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LibContainer.removeWebResource(WebResource resource)
Removes a
WebResource from the library container. |
| Modifier and Type | Method and Description |
|---|---|
static void |
WebResourceUtil.writeWebResourceToResponse(WebResource webResource,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Writes a
WebResource to the response stream, asynchronously if it is supported. |
Copyright © 2011–2020 Everit Kft.. All rights reserved.