| 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 |
|---|---|
void |
ServerModel.collectServlets(Set<ServletInfo> servlets) |
| Modifier and Type | Method and Description |
|---|---|
int |
ServletInfo.compareTo(ServletInfo other) |
| Modifier and Type | Method and Description |
|---|---|
Set<ServletInfo> |
ReportWebContainerView.listServlets()
Returns all available servlets registered using different means.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
ReportViewPlugin.collectServlets(Set<ServletInfo> servlets)
Fill information about available servlets
|
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.