public interface ProcessingWebContainerView
extends org.ops4j.pax.web.service.views.PaxWebContainerView
A view that allows post-processing of existing contexts. Used by HTTP context
processing to configure security and context param using Config Admin.
| Modifier and Type | Method and Description |
|---|---|
org.ops4j.pax.web.service.spi.model.OsgiContextModel |
getContextModel(org.osgi.framework.Bundle bundle,
String contextId)
Allows to obtain highest ranked bundle-scoped (if
bundle is not null) or shared (if bundle
is null) OsgiContextModel with specific ID. |
void |
sendBatch(org.ops4j.pax.web.service.spi.task.Batch batch)
Configuration specified via Configuration Admin (as of 2022-04-06) contains only login config, security
constraints, security roles and context params.
|
org.ops4j.pax.web.service.spi.model.OsgiContextModel getContextModel(org.osgi.framework.Bundle bundle,
String contextId)
bundle is not null) or shared (if bundle
is null) OsgiContextModel with specific ID.bundle - contextId - void sendBatch(org.ops4j.pax.web.service.spi.task.Batch batch)
batch - Copyright © 2006–2023 OPS4J - Open Participation Software for Java. All rights reserved.