| Package | Description |
|---|---|
| org.ops4j.pax.web.service.spi.model.elements |
Model subpackage representing actual web elements, while infrastructure elements
(like contexts) are kept in the package above.
|
| org.ops4j.pax.web.service.spi.model.events |
Package with DTO-like classes that are used to inform about registration/unregistration of web elements
and contexts.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
FilterModel.DynamicMapping |
| Modifier and Type | Method and Description |
|---|---|
List<FilterModel.Mapping> |
FilterModel.getMappingsPerDispatcherTypes() |
| Constructor and Description |
|---|
FilterEventData(String filterName,
List<FilterModel.Mapping> mapping,
javax.servlet.Filter filter,
Class<? extends javax.servlet.Filter> filterClass) |
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.