| 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.task |
Package containing tools for batch/transactional operations on Pax Web model and
ServerController. |
| org.ops4j.pax.web.service.spi.whiteboard |
| Modifier and Type | Method and Description |
|---|---|
Set<WelcomeFileModel> |
ServiceModel.getWelcomeFileModels() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerModel.addWelcomeFileModel(WelcomeFileModel model,
Batch batch) |
void |
ServerModel.removeWelcomeFileModel(WelcomeFileModel model,
Batch batch) |
| Modifier and Type | Method and Description |
|---|---|
WelcomeFileModel |
WelcomeFileModelChange.getWelcomeFileModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
Batch.addWelcomeFileModel(WelcomeFileModel model,
OsgiContextModel... newModels)
Add new
WelcomeFileModel |
void |
Batch.removeWelcomeFileModel(WelcomeFileModel model)
Remove
WelcomeFileModel |
| Constructor and Description |
|---|
WelcomeFileModelChange(OpCode op,
WelcomeFileModel model,
OsgiContextModel... newModels) |
| Modifier and Type | Method and Description |
|---|---|
void |
WhiteboardWebContainerView.registerWelcomeFiles(WelcomeFileModel model)
Registers welcome files into
associated contexts |
void |
WhiteboardWebContainerView.unregisterWelcomeFiles(WelcomeFileModel model)
Unregisters welcome files
|
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.