| Package | Description |
|---|---|
| org.ops4j.pax.web.service.spi.model |
SPI model hierarchy contains classes to internally represent all the information
required during registration (adding to running server) of web components (servlets, filters,
welcome files, error pages, security constraints, ...).
|
| org.ops4j.pax.web.service.spi.model.info |
This package contains DTO-like classes used when presenting information about Pax Web models.
|
| org.ops4j.pax.web.service.spi.model.views |
| Modifier and Type | Method and Description |
|---|---|
WebApplicationInfo |
ServerModel.getWebApplication(long bundleId) |
WebApplicationInfo |
ServerModel.getWebApplication(String contextPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerModel.collectWebApplications(Set<WebApplicationInfo> webapps) |
| Modifier and Type | Method and Description |
|---|---|
int |
WebApplicationInfo.compareTo(WebApplicationInfo other) |
| Modifier and Type | Method and Description |
|---|---|
WebApplicationInfo |
ReportWebContainerView.getWebApplication(long bundleId)
Returns
WebApplicationInfo by bundle Id - only real WABs are considered. |
WebApplicationInfo |
ReportViewPlugin.getWebApplication(long bundleId)
Returns information about single WAB (by its bundle id).
|
WebApplicationInfo |
ReportWebContainerView.getWebApplication(String contextPath)
Returns
WebApplicationInfo by context path - only real, deployed WABs are considered. |
WebApplicationInfo |
ReportViewPlugin.getWebApplication(String contextPath)
Returns information about single WAB (by its context path) - only successully deployed WABs should be returned,
because there may be more failed contexts too.
|
| Modifier and Type | Method and Description |
|---|---|
Set<WebApplicationInfo> |
ReportWebContainerView.listWebApplications()
List all
web applications installed (or failed) into pax-web-runtime. |
| Modifier and Type | Method and Description |
|---|---|
void |
ReportViewPlugin.collectWebApplications(Set<WebApplicationInfo> webapps)
This method is called to fill a list of
web application models for reporting
purpose. |
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.