Skip navigation links

Package 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.

See: Description

Package org.ops4j.pax.web.service.spi.model.elements Description

Model subpackage representing actual web elements, while infrastructure elements (like contexts) are kept in the package above.

Web elements may be divided into two groups:

This division is simple - only registration of active elements will ensure that the physical context is actually started. This is important when user wants to register configurations and e.g., context listeners.

Welcome files may be confusing, but these (themselves) do NOT serve any content - these are used by resources (resource servlets) to adjust their behavior.

And finally, some passive web elements are used to configure OsgiContextModel and they don't extend ElementModel - which means they are not called to register themselves. Instead they just configure certain fields of the OSGi context model. These include session and login configuration.

Skip navigation links

Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.