public interface ContainerInitializerModelAware
ServletContainerInitializer instances which
should be aware of ContainerInitializerModel. There's of course only one (as of 2021-07-27) such SCI,
which is used to register already instantiated WebSocket endpoints, but we still need this interface.| Modifier and Type | Method and Description |
|---|---|
ContainerInitializerModel |
getContainerInitializerModel() |
void |
setContainerInitializerModel(ContainerInitializerModel model) |
void setContainerInitializerModel(ContainerInitializerModel model)
ContainerInitializerModel getContainerInitializerModel()
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.