| 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.views |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerModel
Holds web elements in a global context accross all services (all bundles using the Http Service).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerModel.registerReportViewPlugin(ReportViewPlugin plugin) |
void |
ServerModel.unregisterReportViewPlugin(ReportViewPlugin plugin) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebAppWebContainerView.registerReportViewPlugin(ReportViewPlugin plugin)
Register additional
ReportViewPlugin |
void |
WebAppWebContainerView.unregisterReportViewPlugin(ReportViewPlugin plugin)
Unregister previously registered
ReportViewPlugin |
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.