Skip navigation links
A B C D E F G H I J L M N O P R S T U V W 

A

accept(BatchVisitor) - Method in class org.ops4j.pax.web.service.spi.task.Batch
Assuming everything is ok, this method simply invokes all the collected operations which will: alter global ServerModel sequentially. alter actual server runtime ...
accept(BatchVisitor) - Method in class org.ops4j.pax.web.service.spi.task.Change
Perform an operation in acceptor-visitor pattern.
accept(BatchVisitor) - Method in class org.ops4j.pax.web.service.spi.task.ClearDynamicRegistrationsChange
 
accept(BatchVisitor) - Method in class org.ops4j.pax.web.service.spi.task.ContainerInitializerModelChange
 
accept(BatchVisitor) - Method in class org.ops4j.pax.web.service.spi.task.ContextMetadataModelChange
 
accept(BatchVisitor) - Method in class org.ops4j.pax.web.service.spi.task.ContextParamsChange
 
accept(BatchVisitor) - Method in class org.ops4j.pax.web.service.spi.task.ContextStartChange
 
accept(BatchVisitor) - Method in class org.ops4j.pax.web.service.spi.task.ContextStopChange
 
accept(BatchVisitor) - Method in class org.ops4j.pax.web.service.spi.task.ErrorPageModelChange
 
accept(BatchVisitor) - Method in class org.ops4j.pax.web.service.spi.task.ErrorPageStateChange
 
accept(BatchVisitor) - Method in class org.ops4j.pax.web.service.spi.task.EventListenerModelChange
 
accept(BatchVisitor) - Method in class org.ops4j.pax.web.service.spi.task.FilterModelChange
 
accept(BatchVisitor) - Method in class org.ops4j.pax.web.service.spi.task.FilterStateChange
 
accept(BatchVisitor) - Method in class org.ops4j.pax.web.service.spi.task.MimeAndLocaleMappingChange
 
accept(BatchVisitor) - Method in class org.ops4j.pax.web.service.spi.task.OsgiContextModelChange
 
accept(BatchVisitor) - Method in class org.ops4j.pax.web.service.spi.task.SecurityConfigChange
 
accept(BatchVisitor) - Method in class org.ops4j.pax.web.service.spi.task.ServletContextModelChange
 
accept(BatchVisitor) - Method in class org.ops4j.pax.web.service.spi.task.ServletModelChange
 
accept(BatchVisitor) - Method in class org.ops4j.pax.web.service.spi.task.TransactionStateChange
 
accept(BatchVisitor) - Method in class org.ops4j.pax.web.service.spi.task.WebSocketModelChange
 
accept(BatchVisitor) - Method in class org.ops4j.pax.web.service.spi.task.WelcomeFileModelChange
 
acceptRanges() - Method in interface org.ops4j.pax.web.service.spi.config.ResourceConfiguration
Boolean property to specify whether default servlet should reply with Accept-Ranges: bytes header.
acceptsServletContextListeners() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
Can ServletContextListener be registered?
addBundle(Bundle) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContextClassLoader
Adds a Bundle to be reachable from this ClassLoader
addBundles(Bundle...) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContextClassLoader
Adds bundles to be reachable from this ClassLoader
addContainerInitializerModel(ContainerInitializerModel, Batch) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
addContainerInitializerModel(ContainerInitializerModel, OsgiContextModel...) - Method in class org.ops4j.pax.web.service.spi.task.Batch
addContextModel(OsgiContextModel) - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
This method is used to add OsgiContextModel when an ElementModel is created for the first time (whether it's Whiteboard or HttpService scenario).
addDisabledErrorPageModel(ErrorPageModel) - Method in class org.ops4j.pax.web.service.spi.task.Batch
Add ErrorPageModel to ServerModel but as disabled model
addDisabledFilterModel(FilterModel) - Method in class org.ops4j.pax.web.service.spi.task.Batch
Add FilterModel to ServerModel but as disabled model
addDisabledServletModel(ServletModel) - Method in class org.ops4j.pax.web.service.spi.task.Batch
Add ServletModel to ServerModel but as disabled model, which can't be registered because other model is registered for the same URL pattern.
addDisabledWebSocketModel(WebSocketModel) - Method in class org.ops4j.pax.web.service.spi.task.Batch
Add new WebSocketModel marked as disabled
addDynamicServletNameMapping(EnumSet<DispatcherType>, String[], boolean) - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel
 
addDynamicUrlPatternMapping(EnumSet<DispatcherType>, String[], boolean) - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel
 
addErrorPageModel(ErrorPageModel, Batch) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
addErrorPageModel(ErrorPageModel, OsgiContextModel...) - Method in class org.ops4j.pax.web.service.spi.task.Batch
addEventListenerModel(EventListenerModel, Batch) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
addEventListenerModel(EventListenerModel, OsgiContextModel...) - Method in class org.ops4j.pax.web.service.spi.task.Batch
addFilter(OsgiServletContext, String, String) - Method in class org.ops4j.pax.web.service.spi.servlet.DynamicRegistrations
 
addFilter(OsgiServletContext, String, Filter) - Method in class org.ops4j.pax.web.service.spi.servlet.DynamicRegistrations
 
addFilter(OsgiServletContext, String, Class<? extends Filter>) - Method in class org.ops4j.pax.web.service.spi.servlet.DynamicRegistrations
 
addFilter(String, String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
addFilter(String, Filter) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
addFilter(String, Class<? extends Filter>) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
addFilter(String, String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
addFilter(String, Filter) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
addFilter(String, Class<? extends Filter>) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
addFilter(String, String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
addFilter(String, Filter) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
addFilter(String, Class<? extends Filter>) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
addFilterModel(FilterModel, Batch) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
Validates FilterModel and adds relevant batch operations if validation is successful.
addFilterModel(FilterModel, OsgiContextModel...) - Method in class org.ops4j.pax.web.service.spi.task.Batch
addingService(ServiceReference<WebContainer>) - Method in class org.ops4j.pax.web.service.spi.util.WebContainerManager
 
addJspFile(String, String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
addJspFile(String, String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
addJspFile(String, String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
addJspPropertyGroupDescriptor(JspPropertyGroupDescriptor) - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
addListener(ServerListener) - Method in interface org.ops4j.pax.web.service.spi.ServerController
Registers a listener to be notified about server state changes.
addListener(OsgiServletContext, String) - Method in class org.ops4j.pax.web.service.spi.servlet.DynamicRegistrations
 
addListener(OsgiServletContext, T) - Method in class org.ops4j.pax.web.service.spi.servlet.DynamicRegistrations
 
addListener(OsgiServletContext, Class<? extends EventListener>) - Method in class org.ops4j.pax.web.service.spi.servlet.DynamicRegistrations
 
addListener(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
addListener(T) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
addListener(Class<? extends EventListener>) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
addListener(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
addListener(T) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
addListener(Class<? extends EventListener>) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
addListener(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
addListener(T) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
addListener(Class<? extends EventListener>) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
addMapping(String...) - Method in class org.ops4j.pax.web.service.spi.servlet.dynamic.DynamicServletRegistration
 
addMappingForServletNames(EnumSet<DispatcherType>, boolean, String...) - Method in class org.ops4j.pax.web.service.spi.servlet.dynamic.DynamicFilterRegistration
 
addMappingForUrlPatterns(EnumSet<DispatcherType>, boolean, String...) - Method in class org.ops4j.pax.web.service.spi.servlet.dynamic.DynamicFilterRegistration
 
addOsgiContextModel(OsgiContextModel, ServletContextModel) - Method in class org.ops4j.pax.web.service.spi.task.Batch
Address(InetSocketAddress, boolean) - Constructor for class org.ops4j.pax.web.service.spi.model.events.ServerEvent.Address
 
addRoleLink(String, String) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel.Builder
 
addServlet(OsgiServletContext, String, String) - Method in class org.ops4j.pax.web.service.spi.servlet.DynamicRegistrations
 
addServlet(OsgiServletContext, String, Servlet) - Method in class org.ops4j.pax.web.service.spi.servlet.DynamicRegistrations
 
addServlet(OsgiServletContext, String, Class<? extends Servlet>) - Method in class org.ops4j.pax.web.service.spi.servlet.DynamicRegistrations
 
addServlet(String, String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
addServlet(String, Servlet) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
addServlet(String, Class<? extends Servlet>) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
addServlet(String, String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
addServlet(String, Servlet) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
addServlet(String, Class<? extends Servlet>) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
addServlet(String, String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
addServlet(String, Servlet) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
addServlet(String, Class<? extends Servlet>) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
addServletContextAttributeListener(ServletContextAttributeListener) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
Non standard method, so we can handle ServletContextAttributeListener listeners in special, per context way.
addServletContextModel(ServletContextModel) - Method in class org.ops4j.pax.web.service.spi.task.Batch
addServletModel(ServletModel, Batch) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
Validates ServletModel and adds relevant batch operations if validation is successful.
addServletModel(ServletModel, OsgiContextModel...) - Method in class org.ops4j.pax.web.service.spi.task.Batch
addTagLibs(Collection<TaglibDescriptor>) - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
addUnregistrationChange(Change) - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
At OsgiContextModel level we track a list of changes that represent implicit unregistrations of dynamic servlets/filters/listeners that may have been added for example inside ServletContainerInitializer.onStartup(Set, ServletContext) method.
addWebSocketModel(WebSocketModel, Batch) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
addWebSocketModel(WebSocketModel) - Method in class org.ops4j.pax.web.service.spi.task.Batch
addWelcomeFileModel(WelcomeFileModel, Batch) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
addWelcomeFileModel(WelcomeFileModel, OsgiContextModel...) - Method in class org.ops4j.pax.web.service.spi.task.Batch
addWhiteboardContext(OsgiContextModel) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
addWhiteboardOsgiContextModel(OsgiContextModel) - Method in interface org.ops4j.pax.web.service.spi.whiteboard.WhiteboardWebContainerView
Passes Whiteboard-registered (customized) OsgiContextModel to be managed in WebContainer.
after - Variable in class org.ops4j.pax.web.service.spi.model.elements.FilterModel.DynamicMapping
 
all() - Method in interface org.ops4j.pax.web.service.spi.config.Configuration
Low level access to all String properties with String values.
allocateContext(Bundle, String) - Method in interface org.ops4j.pax.web.service.spi.model.views.WebAppWebContainerView
Before a WAB can be deployed, we have to check if the target context is available.
allowServletContextListeners() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
This method should be called with the associated context starts, so SCIs can register ServletContextListener listeners
ALREADY_STARTED - Static variable in interface org.ops4j.pax.web.service.spi.WarManager
 
ALREADY_STOPPED - Static variable in interface org.ops4j.pax.web.service.spi.WarManager
 
asBoolean(String, Object) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
 
asEventData() - Method in class org.ops4j.pax.web.service.spi.model.elements.ContainerInitializerModel
 
asEventData() - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
When sending events related to ElementModel we can't use the same instance which is kept in ServerModel, we have to copy relevant information to lightweight object.
asEventData() - Method in class org.ops4j.pax.web.service.spi.model.elements.ErrorPageModel
 
asEventData() - Method in class org.ops4j.pax.web.service.spi.model.elements.EventListenerModel
 
asEventData() - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel
 
asEventData() - Method in class org.ops4j.pax.web.service.spi.model.elements.JspModel
 
asEventData() - Method in class org.ops4j.pax.web.service.spi.model.elements.SecurityConfigurationModel
 
asEventData() - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
asEventData() - Method in class org.ops4j.pax.web.service.spi.model.elements.WebSocketModel
 
asEventData() - Method in class org.ops4j.pax.web.service.spi.model.elements.WelcomeFileModel
 
asInteger(String, Object) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
 
asLong(String, Object) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
 
associateHttpContext(WebContainerContext, OsgiContextModel) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
Mark WebContainerContext as the owner/creator/initiator of given OsgiContextModel whether it's shared or bundle-scoped.
associateOsgiContextModel(WebContainerContext, OsgiContextModel) - Method in class org.ops4j.pax.web.service.spi.task.Batch
Mark OsgiContextModel as associated with WebContainerContext
asString(String, Object) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
 
asStringArray(String, Object) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
Helper method to convert generic property value into array of Strings.
asStringArray(String, Object, boolean) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
Helper method to convert generic property value into array of Strings.
asyncSupported - Variable in class org.ops4j.pax.web.service.spi.util.FilterAnnotationScanner
 
asyncSupported - Variable in class org.ops4j.pax.web.service.spi.util.ServletAnnotationScanner
 

B

Batch - Class in org.ops4j.pax.web.service.spi.task
List of tasks to perform on model.
Batch(String) - Constructor for class org.ops4j.pax.web.service.spi.task.Batch
 
BatchVisitor - Interface in org.ops4j.pax.web.service.spi.task
Single interface that aims to replace all other interfaces with methods like registerServlet, unregisterServlet, ...
beginTransaction(String) - Method in class org.ops4j.pax.web.service.spi.task.Batch
Mark a Batch as transactional, so accepting visitors can be aware that more changes are coming.
build() - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel.Builder
 
build() - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel.Builder
 
Builder() - Constructor for class org.ops4j.pax.web.service.spi.model.elements.FilterModel.Builder
 
Builder(String) - Constructor for class org.ops4j.pax.web.service.spi.model.elements.FilterModel.Builder
 
Builder() - Constructor for class org.ops4j.pax.web.service.spi.model.elements.ServletModel.Builder
 
Builder(String) - Constructor for class org.ops4j.pax.web.service.spi.model.elements.ServletModel.Builder
 
bundle - Variable in class org.ops4j.pax.web.service.spi.context.DefaultHttpContext
Bundle using the HttpService.
bundle - Variable in class org.ops4j.pax.web.service.spi.context.DefaultServletContextHelper
 
bundle - Variable in class org.ops4j.pax.web.service.spi.model.ContextKey
 
bundleChanged(BundleEvent) - Method in class org.ops4j.pax.web.service.spi.util.WebContainerManager
 
bundleStopped(Bundle) - Method in interface org.ops4j.pax.web.service.spi.util.WebContainerListener
Notification about bundle being stopped.

C

calculateRequestInfoDTO(String) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
callSessionListeners(HttpSession, OsgiContextModel, String, Object, Object) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiSessionAttributeListener
Notification about attribute change in OsgiHttpSession
Change - Class in org.ops4j.pax.web.service.spi.task
Single operation to be performed within a Batch.
Change(OpCode) - Constructor for class org.ops4j.pax.web.service.spi.task.Change
 
changeContainerInitializerModel(ContainerInitializerModel) - Method in class org.ops4j.pax.web.service.spi.task.Batch
 
changeContextModels(List<OsgiContextModel>) - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
This method replaces the models for existing when conditions change (when for example new OsgiContextModel is registered and element should be registered to it after it was already registered to other context matching the context selector).
checkForwardedHeaders() - Method in interface org.ops4j.pax.web.service.spi.config.ServerConfiguration
Should the connector handle X-Forwarded-* / X-Proxied-* headers? Jetty: org.eclipse.jetty.server.ForwardedRequestCustomizer Undertow: io.undertow.server.handlers.ProxyPeerAddressHandler
clearAttributesFromPreviousCycle() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
This method removes the attributes set by SCIs in previous restart of the context.
clearDynamicRegistrations(List<OsgiContextModel>) - Method in class org.ops4j.pax.web.service.spi.task.Batch
Operation that clears all dynamic registrations from the model and target context.
ClearDynamicRegistrationsChange - Class in org.ops4j.pax.web.service.spi.task
A change that clears all dynamic registrations, potentially made using methods like ServletContext.addServlet(java.lang.String, java.lang.String)
ClearDynamicRegistrationsChange(OpCode, List<OsgiContextModel>) - Constructor for class org.ops4j.pax.web.service.spi.task.ClearDynamicRegistrationsChange
 
clearFailedDTOInformation(ElementModel<?, ?>) - Method in interface org.ops4j.pax.web.service.spi.whiteboard.WhiteboardWebContainerView
Sned information that given ElementModel is no longer Whiteboard-tracked, so possible failure DTOs have to be cleared
clearFailedDTOInformation(OsgiContextModel) - Method in interface org.ops4j.pax.web.service.spi.whiteboard.WhiteboardWebContainerView
Sned information that given OsgiContextModel is no longer Whiteboard-tracked, so possible failure DTOs have to be cleared
collectServlets(Set<ServletInfo>) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
collectServlets(Set<ServletInfo>) - Method in interface org.ops4j.pax.web.service.spi.model.views.ReportViewPlugin
Fill information about available servlets
collectWebApplications(Set<WebApplicationInfo>) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
collectWebApplications(Set<WebApplicationInfo>) - Method in interface org.ops4j.pax.web.service.spi.model.views.ReportViewPlugin
This method is called to fill a list of web application models for reporting purpose.
commitTransaction(String) - Method in class org.ops4j.pax.web.service.spi.task.Batch
Complete the transaction, so for example a ServerController knows to finally start the context.
compareTo(ElementModel<T, D>) - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
Returns negative value if this element is "lesser" than the argument, which means it should have higher priority.
compareTo(EventListenerKey) - Method in class org.ops4j.pax.web.service.spi.model.elements.EventListenerKey
 
compareTo(ElementModel<Filter, FilterEventData>) - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel
 
compareTo(ElementModel<Servlet, ServletEventData>) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
compareTo(ServletInfo) - Method in class org.ops4j.pax.web.service.spi.model.info.ServletInfo
 
compareTo(WebApplicationInfo) - Method in class org.ops4j.pax.web.service.spi.model.info.WebApplicationInfo
 
compareTo(OsgiContextModel) - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
compareTo(SCIWrapper) - Method in class org.ops4j.pax.web.service.spi.servlet.SCIWrapper
 
Configuration - Interface in org.ops4j.pax.web.service.spi.config
Interface for accessing configuration that's normally available/provided using Configuration Admin properties or Meta Type information.
ConfigurationSource - Interface in org.ops4j.pax.web.service.spi.config
Interface for classes that can expose their underlying source of properties
configure() - Method in interface org.ops4j.pax.web.service.spi.ServerController
Order the server to perform initial configuration.
configureJspServlet(JspConfiguration) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
Special configuration just before registration of the ServletModel if it's a JSP servlet
configureMetadata(ContextMetadataModel, OsgiContextModel) - Method in class org.ops4j.pax.web.service.spi.task.Batch
Configure some meta information related to a context.
configureMimeAndEncodingMappings(Map<String, String>, Map<String, String>, OsgiContextModel) - Method in class org.ops4j.pax.web.service.spi.task.Batch
Configure extension - MIME mapping.
container(Bundle, ServiceReference<WebContainer>) - Method in class org.ops4j.pax.web.service.spi.util.WebContainerManager
 
ContainerInitializerEventData - Class in org.ops4j.pax.web.service.spi.model.events
 
ContainerInitializerEventData(ServletContainerInitializer) - Constructor for class org.ops4j.pax.web.service.spi.model.events.ContainerInitializerEventData
 
ContainerInitializerModel - Class in org.ops4j.pax.web.service.spi.model.elements
Model for ServletContainerInitializer.
ContainerInitializerModel(ServletContainerInitializer, Class<?>[]) - Constructor for class org.ops4j.pax.web.service.spi.model.elements.ContainerInitializerModel
 
ContainerInitializerModelAware - Interface in org.ops4j.pax.web.service.spi.model.elements
Specialized interface to communicate with ServletContainerInitializer instances which should be aware of ContainerInitializerModel.
ContainerInitializerModelChange - Class in org.ops4j.pax.web.service.spi.task
 
ContainerInitializerModelChange(OpCode, ContainerInitializerModel, OsgiContextModel...) - Constructor for class org.ops4j.pax.web.service.spi.task.ContainerInitializerModelChange
 
ContainerInitializerModelChange(OpCode, List<ContainerInitializerModel>) - Constructor for class org.ops4j.pax.web.service.spi.task.ContainerInitializerModelChange
 
containerView(Bundle, ServiceReference<WebContainer>, Class<T>) - Method in class org.ops4j.pax.web.service.spi.util.WebContainerManager
Helper method that makes it easier to obtain a PaxWebContainerView using passed BundleContext and ServiceReference to a WebContainer
contextId - Variable in class org.ops4j.pax.web.service.spi.context.DefaultHttpContext
Name of the context - together with Bundle it's part of context's identity
contextId - Variable in class org.ops4j.pax.web.service.spi.model.ContextKey
 
contextInitialized(ServletContextEvent) - Method in class org.ops4j.pax.web.service.spi.servlet.RegisteringContextListener
 
ContextKey - Class in org.ops4j.pax.web.service.spi.model
 
ContextMetadataModel - Class in org.ops4j.pax.web.service.spi.model
Some meta information about the "context", attached to OsgiContextModel, but only in the target runtime.
ContextMetadataModel() - Constructor for class org.ops4j.pax.web.service.spi.model.ContextMetadataModel
 
ContextMetadataModelChange - Class in org.ops4j.pax.web.service.spi.task
 
ContextMetadataModelChange(OpCode, ContextMetadataModel, OsgiContextModel) - Constructor for class org.ops4j.pax.web.service.spi.task.ContextMetadataModelChange
 
contextModels - Variable in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
List of osgi contexts with which given ElementModel is associated.
contextModelsInfo - Variable in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
 
ContextParamsChange - Class in org.ops4j.pax.web.service.spi.task
Change of context params (ServletContext.getInitParameter(String)).
ContextParamsChange(OpCode, OsgiContextModel, Map<String, String>) - Constructor for class org.ops4j.pax.web.service.spi.task.ContextParamsChange
 
ContextStartChange - Class in org.ops4j.pax.web.service.spi.task
An action that's registered not during web element registration (the registering side), but during action handling (the invoking side).
ContextStartChange(OpCode, String) - Constructor for class org.ops4j.pax.web.service.spi.task.ContextStartChange
 
ContextStartChange(OpCode, OsgiContextModel) - Constructor for class org.ops4j.pax.web.service.spi.task.ContextStartChange
 
ContextStopChange - Class in org.ops4j.pax.web.service.spi.task
Explicit order to stop the context.
ContextStopChange(OpCode, String) - Constructor for class org.ops4j.pax.web.service.spi.task.ContextStopChange
 
ContextStopChange(OpCode, OsgiContextModel) - Constructor for class org.ops4j.pax.web.service.spi.task.ContextStopChange
 
copyFrom(PreprocessorFilterConfig) - Method in class org.ops4j.pax.web.service.spi.servlet.PreprocessorFilterConfig
 
createDefaultHttpContext(String) - Method in class org.ops4j.pax.web.service.spi.model.ServiceModel
Creates named OsgiContextModel for the bundle from this ServiceModel and ensures that this OsgiContextModel is stored at ServerModel level.
createDefaultSharedtHttpContext(String, ServerController) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
Creates named OsgiContextModel as shared OsgiContextModel.
createFilter(Class<T>) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
createFilter(Class<T>) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
createFilter(Class<T>) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
createFilter(BundleContext, Class<?>...) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
Creates a Filter based on a non-empty list of classes.
createJSPServletContainerInitializerModel(Bundle) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
createJspServletModel(Bundle, String, String, String[], Map<String, String>, JspConfiguration) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
Method that creates ServletModel to be called when actually registering JSP support within a HttpContext / OsgiContextModel, but also called when needed during registration of a servlet backed by "JSP file".
createListener(Class<T>) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
createListener(Class<T>) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
createListener(Class<T>) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
createNewContextModel(WebContainerContext, Bundle, String) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
Method used to create new instance of OsgiContextModel when the input WebContainerContext is not yet associated with any context.
createResourceServlet(URL, String) - Method in interface org.ops4j.pax.web.service.spi.ServerController
Each native Servlet container has own version of default/resource servlet usually implementing such aspects as resource caching.
createServerController(Configuration) - Method in interface org.ops4j.pax.web.service.spi.ServerControllerFactory
Creates an instance of ServerController that will control actual server runtime (Jetty, Tomcat, Undertow).
createServlet(Class<T>) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
createServlet(Class<T>) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
createServlet(Class<T>) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
currentWebContainerReference() - Method in class org.ops4j.pax.web.service.spi.util.WebContainerManager
 

D

deassociateContexts(Bundle, ServerController) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
Method to be called when bundle-scoped WebContainer instance is stopped (usually when the bundle for which the bundle-scoped WebContainer service was obtained is stopped).
declareRoles(String...) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
declareRoles(String...) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
declareRoles(String...) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
Default404Servlet - Class in org.ops4j.pax.web.service.spi.servlet
 
Default404Servlet() - Constructor for class org.ops4j.pax.web.service.spi.servlet.Default404Servlet
 
Default404Servlet(boolean) - Constructor for class org.ops4j.pax.web.service.spi.servlet.Default404Servlet
 
DEFAULT_CONTEXT_MODEL - Static variable in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
The singleton OsgiContextModel used both by pax-web-runtime and pax-web-extender-whiteboard
DefaultHttpContext - Class in org.ops4j.pax.web.service.spi.context
Default implementation of HttpContext that uses the bundle to lookup resources (as specified in 102.10.2 "public interface HttpContext").
DefaultHttpContext(Bundle) - Constructor for class org.ops4j.pax.web.service.spi.context.DefaultHttpContext
Constructor for bundle-scoped context
DefaultHttpContext(Bundle, String) - Constructor for class org.ops4j.pax.web.service.spi.context.DefaultHttpContext
Constructor for bundle-scoped context with user-provided name
DefaultHttpContext(String) - Constructor for class org.ops4j.pax.web.service.spi.context.DefaultHttpContext
Constructor for bundle-agnostic contexts.
DefaultJspPropertyGroupDescriptor - Class in org.ops4j.pax.web.service.spi.servlet
 
DefaultJspPropertyGroupDescriptor() - Constructor for class org.ops4j.pax.web.service.spi.servlet.DefaultJspPropertyGroupDescriptor
 
DefaultMultiBundleWebContainerContext - Class in org.ops4j.pax.web.service.spi.context
Default implementation of MultiBundleWebContainerContext.
DefaultMultiBundleWebContainerContext(DefaultHttpContext) - Constructor for class org.ops4j.pax.web.service.spi.context.DefaultMultiBundleWebContainerContext
 
DefaultServletContextHelper - Class in org.ops4j.pax.web.service.spi.context
Default ServletContextHelper as specified in "140.2 The Servlet Context".
DefaultServletContextHelper(Bundle) - Constructor for class org.ops4j.pax.web.service.spi.context.DefaultServletContextHelper
 
DefaultSessionCookieConfig - Class in org.ops4j.pax.web.service.spi.servlet
 
DefaultSessionCookieConfig() - Constructor for class org.ops4j.pax.web.service.spi.servlet.DefaultSessionCookieConfig
 
DefaultTaglibDescriptor - Class in org.ops4j.pax.web.service.spi.servlet
 
DefaultTaglibDescriptor(String, String) - Constructor for class org.ops4j.pax.web.service.spi.servlet.DefaultTaglibDescriptor
 
deregisterBundle(Bundle) - Method in class org.ops4j.pax.web.service.spi.context.DefaultMultiBundleWebContainerContext
 
deregisterBundle(Bundle) - Method in class org.ops4j.pax.web.service.spi.context.UniqueMultiBundleWebContainerContextWrapper
 
destroy() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiInitializedFilter
 
destroy() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiInitializedServlet
 
destroy() - Method in class org.ops4j.pax.web.service.spi.servlet.PreprocessorFilterConfig
 
destroy() - Method in class org.ops4j.pax.web.service.spi.servlet.ScopedFilter
 
dirListing() - Method in interface org.ops4j.pax.web.service.spi.config.ResourceConfiguration
Boolean property to specify whether dir index should be present when accessing dir resource.
disableErrorPageModel(ErrorPageModel) - Method in class org.ops4j.pax.web.service.spi.model.ServletContextModel
Mark given ErrorPageModel as disabled
disableErrorPageModel(ErrorPageModel) - Method in class org.ops4j.pax.web.service.spi.task.Batch
disableFilterModel(FilterModel) - Method in class org.ops4j.pax.web.service.spi.model.ServletContextModel
Marks given FilterModel as disabled.
disableFilterModel(FilterModel) - Method in class org.ops4j.pax.web.service.spi.task.Batch
disableServletModel(ServletModel) - Method in class org.ops4j.pax.web.service.spi.model.ServletContextModel
Marks given ServletModel as disabled, which means it should no longer be available on active mappings, and should be moved to list of disabled servlets.
disableServletModel(ServletModel) - Method in class org.ops4j.pax.web.service.spi.task.Batch
disableWebSocketModel(WebSocketModel) - Method in class org.ops4j.pax.web.service.spi.model.ServletContextModel
Marks given WebSocketModel as disabled.
disableWebSocketModel(WebSocketModel) - Method in class org.ops4j.pax.web.service.spi.task.Batch
Disable existing WebSocketModel
disassociateHttpContext(WebContainerContext, OsgiContextModel) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
Simply unmark WebContainerContext as the owner/creator/initiator of given OsgiContextModel whether it's shared or bundle-related.
disassociateOsgiContextModel(WebContainerContext, OsgiContextModel) - Method in class org.ops4j.pax.web.service.spi.task.Batch
Mark OsgiContextModel as (temporarily) disassociated with WebContainerContext
dispatcherTypes - Variable in class org.ops4j.pax.web.service.spi.model.elements.FilterModel.Mapping
 
dispatcherTypes - Variable in class org.ops4j.pax.web.service.spi.util.FilterAnnotationScanner
 
doFilter(ServletRequest, ServletResponse) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiFilterChain
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiInitializedFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.ops4j.pax.web.service.spi.servlet.ScopedFilter
 
dtoFailureCode - Variable in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
If there's any failure during the lifetime of the context, we can provide a failure DTO information here.
DynamicEventListenerRegistration - Class in org.ops4j.pax.web.service.spi.servlet.dynamic
Dynamic event listenr registration.
DynamicEventListenerRegistration(EventListenerModel, OsgiContextModel) - Constructor for class org.ops4j.pax.web.service.spi.servlet.dynamic.DynamicEventListenerRegistration
 
DynamicFilterRegistration - Class in org.ops4j.pax.web.service.spi.servlet.dynamic
Dynamic filter registration that passes Servlet API dynamic configuration of a filter to underlying Pax-Web specific FilterModel.
DynamicFilterRegistration(FilterModel, OsgiContextModel, DynamicRegistrations) - Constructor for class org.ops4j.pax.web.service.spi.servlet.dynamic.DynamicFilterRegistration
 
DynamicJEEWebContainerView - Interface in org.ops4j.pax.web.service.spi.model.views
Interface with selected methods from WhiteboardWebContainerView used for dynamic addServlet/addFilter/addListener methods of ServletContext.
DynamicMapping() - Constructor for class org.ops4j.pax.web.service.spi.model.elements.FilterModel.DynamicMapping
 
DynamicRegistrations - Class in org.ops4j.pax.web.service.spi.servlet
This class may be used by container-specific classes to collect dynamic servlets/filters/listeners being registered by ServletContainerInitializers.
DynamicRegistrations() - Constructor for class org.ops4j.pax.web.service.spi.servlet.DynamicRegistrations
 
DynamicServletRegistration - Class in org.ops4j.pax.web.service.spi.servlet.dynamic
 
DynamicServletRegistration(ServletModel, OsgiContextModel, ServletContextModel, DynamicRegistrations) - Constructor for class org.ops4j.pax.web.service.spi.servlet.dynamic.DynamicServletRegistration
 

E

ElementModel<T,D extends WebElementEventData> - Class in org.ops4j.pax.web.service.spi.model.elements
Base class for all models representing actual elements of a web application (or context), the most obvious model is representing Servlet.
ElementModel() - Constructor for class org.ops4j.pax.web.service.spi.model.elements.ElementModel
 
enableErrorPageModel(ErrorPageModel) - Method in class org.ops4j.pax.web.service.spi.model.ServletContextModel
Mark given ErrorPageModel as enabled
enableErrorPageModel(ErrorPageModel) - Method in class org.ops4j.pax.web.service.spi.task.Batch
enableFilterModel(FilterModel) - Method in class org.ops4j.pax.web.service.spi.model.ServletContextModel
Marks given FilterModel as enabled.
enableFilterModel(FilterModel) - Method in class org.ops4j.pax.web.service.spi.task.Batch
enableServletModel(ServletModel) - Method in class org.ops4j.pax.web.service.spi.model.ServletContextModel
Marks given ServletModel as enabled, which means it has to be immediately added to relevant mappings, because validation was performed earlier.
enableServletModel(ServletModel) - Method in class org.ops4j.pax.web.service.spi.task.Batch
enableWebSocketModel(WebSocketModel) - Method in class org.ops4j.pax.web.service.spi.model.ServletContextModel
Marks given WebSocketModel as enabled.
enableWebSocketModel(WebSocketModel) - Method in class org.ops4j.pax.web.service.spi.task.Batch
Enable existing WebSocketModel
equals(Object) - Method in class org.ops4j.pax.web.service.spi.context.DefaultHttpContext
 
equals(Object) - Method in class org.ops4j.pax.web.service.spi.context.DefaultMultiBundleWebContainerContext
 
equals(Object) - Method in class org.ops4j.pax.web.service.spi.context.UniqueWebContainerContextWrapper
 
equals(Object) - Method in class org.ops4j.pax.web.service.spi.context.WebContainerContextWrapper
 
equals(Object) - Method in class org.ops4j.pax.web.service.spi.model.ContextKey
 
equals(Object) - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
 
equals(Object) - Method in class org.ops4j.pax.web.service.spi.model.elements.EventListenerKey
 
equals(Object) - Method in class org.ops4j.pax.web.service.spi.model.Identity
 
equals(Object) - Method in class org.ops4j.pax.web.service.spi.model.ServletContextModel
 
ErrorPageEventData - Class in org.ops4j.pax.web.service.spi.model.events
 
ErrorPageEventData(String[], String) - Constructor for class org.ops4j.pax.web.service.spi.model.events.ErrorPageEventData
 
ErrorPageModel - Class in org.ops4j.pax.web.service.spi.model.elements
 
ErrorPageModel(String[]) - Constructor for class org.ops4j.pax.web.service.spi.model.elements.ErrorPageModel
Constructor used for unregistration purposes.
ErrorPageModel(String[], String) - Constructor for class org.ops4j.pax.web.service.spi.model.elements.ErrorPageModel
 
ErrorPageModelChange - Class in org.ops4j.pax.web.service.spi.task
 
ErrorPageModelChange(OpCode, ErrorPageModel, OsgiContextModel...) - Constructor for class org.ops4j.pax.web.service.spi.task.ErrorPageModelChange
 
ErrorPageModelChange(OpCode, List<ErrorPageModel>) - Constructor for class org.ops4j.pax.web.service.spi.task.ErrorPageModelChange
 
ErrorPageModelChange(OpCode, ErrorPageModel, boolean, OsgiContextModel...) - Constructor for class org.ops4j.pax.web.service.spi.task.ErrorPageModelChange
 
ErrorPageStateChange - Class in org.ops4j.pax.web.service.spi.task
 
ErrorPageStateChange(Map<String, TreeMap<ErrorPageModel, List<OsgiContextModel>>>) - Constructor for class org.ops4j.pax.web.service.spi.task.ErrorPageStateChange
 
EventListenerEventData - Class in org.ops4j.pax.web.service.spi.model.events
 
EventListenerEventData(EventListener) - Constructor for class org.ops4j.pax.web.service.spi.model.events.EventListenerEventData
 
EventListenerKey - Class in org.ops4j.pax.web.service.spi.model.elements
 
EventListenerModel - Class in org.ops4j.pax.web.service.spi.model.elements
 
EventListenerModel() - Constructor for class org.ops4j.pax.web.service.spi.model.elements.EventListenerModel
 
EventListenerModel(EventListener) - Constructor for class org.ops4j.pax.web.service.spi.model.elements.EventListenerModel
 
EventListenerModelChange - Class in org.ops4j.pax.web.service.spi.task
 
EventListenerModelChange(OpCode, EventListenerModel, OsgiContextModel...) - Constructor for class org.ops4j.pax.web.service.spi.task.EventListenerModelChange
 
EventListenerModelChange(OpCode, List<EventListenerModel>) - Constructor for class org.ops4j.pax.web.service.spi.task.EventListenerModelChange
 

F

failedDTOInformation(ElementModel<?, ?>) - Method in interface org.ops4j.pax.web.service.spi.whiteboard.WhiteboardWebContainerView
Send information about failure DTO related to given ElementModel.
failedDTOInformation(OsgiContextModel) - Method in interface org.ops4j.pax.web.service.spi.whiteboard.WhiteboardWebContainerView
Send information about failure DTO related to given OsgiContextModel.
FilterAnnotationScanner - Class in org.ops4j.pax.web.service.spi.util
Helper class to scan for WebFilter annotation
FilterAnnotationScanner(Class<? extends Filter>) - Constructor for class org.ops4j.pax.web.service.spi.util.FilterAnnotationScanner
 
FilterEventData - Class in org.ops4j.pax.web.service.spi.model.events
 
FilterEventData(String, List<FilterModel.Mapping>, Filter, Class<? extends Filter>) - Constructor for class org.ops4j.pax.web.service.spi.model.events.FilterEventData
 
FilterModel - Class in org.ops4j.pax.web.service.spi.model.elements
Set of parameters describing everything that's required to register a Filter.
FilterModel(String, Filter, Class<? extends Filter>, ServiceReference<Filter>) - Constructor for class org.ops4j.pax.web.service.spi.model.elements.FilterModel
Constructor used for filter unregistration
FilterModel(String, String[], String[], String[], Filter, Dictionary<String, String>, Boolean) - Constructor for class org.ops4j.pax.web.service.spi.model.elements.FilterModel
 
FilterModel(String, String[], String[], String[], Class<? extends Filter>, Dictionary<String, String>, Boolean) - Constructor for class org.ops4j.pax.web.service.spi.model.elements.FilterModel
 
FilterModel.Builder - Class in org.ops4j.pax.web.service.spi.model.elements
 
FilterModel.DynamicMapping - Class in org.ops4j.pax.web.service.spi.model.elements
 
FilterModel.Mapping - Class in org.ops4j.pax.web.service.spi.model.elements
 
FilterModelChange - Class in org.ops4j.pax.web.service.spi.task
 
FilterModelChange(OpCode, FilterModel, OsgiContextModel...) - Constructor for class org.ops4j.pax.web.service.spi.task.FilterModelChange
 
FilterModelChange(OpCode, List<FilterModel>) - Constructor for class org.ops4j.pax.web.service.spi.task.FilterModelChange
 
FilterModelChange(OpCode, FilterModel, boolean, OsgiContextModel...) - Constructor for class org.ops4j.pax.web.service.spi.task.FilterModelChange
 
filterName - Variable in class org.ops4j.pax.web.service.spi.util.FilterAnnotationScanner
 
FilterStateChange - Class in org.ops4j.pax.web.service.spi.task
 
FilterStateChange(Map<String, TreeMap<FilterModel, List<OsgiContextModel>>>, boolean) - Constructor for class org.ops4j.pax.web.service.spi.task.FilterStateChange
 
findClass(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContextClassLoader
 
findResource(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContextClassLoader
 
findResources(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContextClassLoader
 
finishSecurity(HttpServletRequest, HttpServletResponse) - Method in class org.ops4j.pax.web.service.spi.context.DefaultHttpContext
 
finishSecurity(HttpServletRequest, HttpServletResponse) - Method in class org.ops4j.pax.web.service.spi.context.DefaultMultiBundleWebContainerContext
 
finishSecurity(HttpServletRequest, HttpServletResponse) - Method in class org.ops4j.pax.web.service.spi.context.DefaultServletContextHelper
 
finishSecurity(HttpServletRequest, HttpServletResponse) - Method in class org.ops4j.pax.web.service.spi.context.UniqueWebContainerContextWrapper
 
finishSecurity(HttpServletRequest, HttpServletResponse) - Method in class org.ops4j.pax.web.service.spi.context.WebContainerContextWrapper
 
forServletNames(EnumSet<DispatcherType>, String[], boolean) - Static method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel.DynamicMapping
 
forUrlPatterns(EnumSet<DispatcherType>, String[], boolean) - Static method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel.DynamicMapping
 

G

get(String, Class<T>) - Method in interface org.ops4j.pax.web.service.spi.config.Configuration
Accesses single typed property by name.
getActualClass() - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel
Returns a Class of the filter whether it is registered as instance, class or reference.
getActualClass() - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
Returns a Class of the servlet whether it is registered as instance, class or reference.
getAddress() - Method in class org.ops4j.pax.web.service.spi.model.events.ServerEvent.Address
 
getAddresses() - Method in class org.ops4j.pax.web.service.spi.model.events.ServerEvent
 
getAlias() - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
getAlias() - Method in class org.ops4j.pax.web.service.spi.model.events.ServletEventData
 
getAliasMapping() - Method in class org.ops4j.pax.web.service.spi.model.ServiceModel
 
getAliasMapping() - Method in class org.ops4j.pax.web.service.spi.model.ServletContextModel
 
getAllBundleOsgiContextModels(Bundle) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
getAllWhiteboardContexts() - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
getApplicationFragmentBundles() - Method in class org.ops4j.pax.web.service.spi.model.info.WebApplicationInfo
 
getAsyncSupported() - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel
 
getAsyncSupported() - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
getAttribute(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getAttribute(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiHttpSession
 
getAttribute(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getAttribute(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getAttributeNames() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getAttributeNames() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiHttpSession
 
getAttributeNames() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getAttributeNames() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getAttributesToClearBeforeRestart() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getAuthMethod() - Method in class org.ops4j.pax.web.service.spi.model.elements.LoginConfigModel
 
getAuthMethod() - Method in class org.ops4j.pax.web.service.spi.model.events.SecurityConfigurationEventData
 
getAuthRoles() - Method in class org.ops4j.pax.web.service.spi.model.elements.SecurityConstraintModel
 
getAuthType() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiHttpServletRequestWrapper
 
getBaseFileUrl() - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
getBasePath() - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
getBatchCompletedAction() - Method in class org.ops4j.pax.web.service.spi.task.Change
 
getBooleanProperty(ServiceReference<?>, String) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
Get a property which can be specified as String or Boolean and return it as Boolean.
getBuffer() - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultJspPropertyGroupDescriptor
 
getBundle() - Method in class org.ops4j.pax.web.service.spi.context.DefaultHttpContext
 
getBundle() - Method in class org.ops4j.pax.web.service.spi.context.DefaultMultiBundleWebContainerContext
 
getBundle() - Method in class org.ops4j.pax.web.service.spi.context.UniqueWebContainerContextWrapper
 
getBundle() - Method in class org.ops4j.pax.web.service.spi.model.events.WebApplicationEvent
 
getBundle() - Method in class org.ops4j.pax.web.service.spi.model.events.WebElementEvent
 
getBundle() - Method in class org.ops4j.pax.web.service.spi.model.info.ServletInfo
 
getBundle() - Method in class org.ops4j.pax.web.service.spi.model.info.WebApplicationInfo
 
getBundle() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getBundle() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContextClassLoader
 
getBundleContextModel(WebContainerContext) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
Returns (if exists) bundle-scoped OsgiContextModel for given WebContainerContext.
getBundleContextModel(WebContainerContext, OsgiContextModel) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
Gets the best bundle OsgiContextModel for given WebContainerContext unless it's the one to skip
getBundleDefaultContextModel(ContextKey) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
getBundleId() - Method in class org.ops4j.pax.web.service.spi.model.events.WebApplicationEvent
 
getBundleId() - Method in class org.ops4j.pax.web.service.spi.model.events.WebElementEvent
 
getBundleName() - Method in class org.ops4j.pax.web.service.spi.model.events.WebApplicationEvent
 
getBundleName() - Method in class org.ops4j.pax.web.service.spi.model.events.WebElementEvent
 
getBundles() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContextClassLoader
 
getBundleVersion() - Method in class org.ops4j.pax.web.service.spi.model.events.WebApplicationEvent
 
getBundleVersion() - Method in class org.ops4j.pax.web.service.spi.model.events.WebElementEvent
 
getCiphersuiteExcluded() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Get excluded cipher suites to not pass to SSLEngine Jetty: org.eclipse.jetty.util.ssl.SslContextFactory#DEFAULT_EXCLUDED_CIPHER_SUITES
getCiphersuiteIncluded() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Get included cipher suites to specify in SSLEngine
getClasses() - Method in class org.ops4j.pax.web.service.spi.model.elements.ContainerInitializerModel
 
getClassLoader() - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
getClassLoader() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getClassLoader() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getClassLoader() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getClassName() - Method in class org.ops4j.pax.web.service.spi.servlet.dynamic.DynamicFilterRegistration
 
getClassName() - Method in class org.ops4j.pax.web.service.spi.servlet.dynamic.DynamicServletRegistration
 
getCollisionIds() - Method in class org.ops4j.pax.web.service.spi.model.events.WebApplicationEvent
 
getComment() - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultSessionCookieConfig
 
getConfiguration() - Method in interface org.ops4j.pax.web.service.spi.config.ConfigurationSource
 
getConfiguration() - Method in interface org.ops4j.pax.web.service.spi.model.views.WebAppWebContainerView
Returns Configuration object related to current container
getConfiguration() - Method in interface org.ops4j.pax.web.service.spi.ServerController
Returns Configuration associated with this ServerController
getConfigurationFiles() - Method in interface org.ops4j.pax.web.service.spi.config.ServerConfiguration
Returns the files to read external server configuration from.
getConnectorIdleTimeout() - Method in interface org.ops4j.pax.web.service.spi.config.ServerConfiguration
Gets the idle timeout (in milliseconds) to be used with server connectors.
getConnectors() - Method in interface org.ops4j.pax.web.service.spi.config.ServerConfiguration
Returns a list of connector names to be used by default (if a context doesn't specify own configuration).
getConnectors() - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
getContainer(OsgiContextModel, Class<?>) - Method in class org.ops4j.pax.web.service.spi.servlet.DynamicRegistrations
Gets a bundle-scoped instance of WebContainer for dynamic registration of servlets/filters/listeners in not-yet-started ServletContext
getContainer(Bundle) - Method in class org.ops4j.pax.web.service.spi.servlet.DynamicRegistrations
 
getContainerFragmentBundles() - Method in class org.ops4j.pax.web.service.spi.model.info.WebApplicationInfo
 
getContainerInitializer() - Method in class org.ops4j.pax.web.service.spi.model.elements.ContainerInitializerModel
 
getContainerInitializerModel() - Method in interface org.ops4j.pax.web.service.spi.model.elements.ContainerInitializerModelAware
 
getContainerInitializerModel() - Method in class org.ops4j.pax.web.service.spi.task.ContainerInitializerModelChange
 
getContainerInitializerModels() - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
getContainerInitializerModels() - Method in class org.ops4j.pax.web.service.spi.model.ServiceModel
 
getContainerInitializerModels() - Method in class org.ops4j.pax.web.service.spi.task.ContainerInitializerModelChange
 
getContainerServletContext() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getContainerServletContext() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getContainerServletContext() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getContext() - Method in class org.ops4j.pax.web.service.spi.model.events.WebApplicationEvent
 
getContext(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getContext(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getContext(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getContext() - Method in class org.ops4j.pax.web.service.spi.task.OsgiContextModelChange
 
getContextConfigurationFile() - Method in interface org.ops4j.pax.web.service.spi.config.ServerConfiguration
Returns the file to read external server context configuration from.
getContextErrorPages() - Method in class org.ops4j.pax.web.service.spi.task.ErrorPageStateChange
 
getContextFilter() - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
 
getContextFilter() - Method in class org.ops4j.pax.web.service.spi.model.info.ServletInfo
 
getContextFilters() - Method in class org.ops4j.pax.web.service.spi.task.FilterStateChange
 
getContextId() - Method in class org.ops4j.pax.web.service.spi.context.DefaultHttpContext
 
getContextId() - Method in class org.ops4j.pax.web.service.spi.context.DefaultMultiBundleWebContainerContext
 
getContextId() - Method in class org.ops4j.pax.web.service.spi.context.UniqueWebContainerContextWrapper
 
getContextModel(String, Bundle) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
Returns (if exists) bundle-scoped OsgiContextModel with given name.
getContextModels() - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
Get unmodifiable list of osgi models with which given ElementModel should be associated during registration.
getContextModels() - Method in class org.ops4j.pax.web.service.spi.task.Change
Get a list of associated context models.
getContextModels() - Method in class org.ops4j.pax.web.service.spi.task.ClearDynamicRegistrationsChange
 
getContextModels() - Method in class org.ops4j.pax.web.service.spi.task.ContainerInitializerModelChange
 
getContextModels() - Method in class org.ops4j.pax.web.service.spi.task.ErrorPageModelChange
 
getContextModels() - Method in class org.ops4j.pax.web.service.spi.task.EventListenerModelChange
 
getContextModels() - Method in class org.ops4j.pax.web.service.spi.task.FilterModelChange
 
getContextModels() - Method in class org.ops4j.pax.web.service.spi.task.ServletModelChange
 
getContextModels() - Method in class org.ops4j.pax.web.service.spi.task.WebSocketModelChange
 
getContextModels() - Method in class org.ops4j.pax.web.service.spi.task.WelcomeFileModelChange
 
getContextModelsInfo() - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
 
getContextNames() - Method in class org.ops4j.pax.web.service.spi.model.events.WebElementEventData
 
getContextParams() - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
getContextPath() - Method in class org.ops4j.pax.web.service.spi.model.events.WebApplicationEvent
 
getContextPath() - Method in class org.ops4j.pax.web.service.spi.model.info.WebApplicationInfo
 
getContextPath() - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
getContextPath() - Method in class org.ops4j.pax.web.service.spi.model.ServletContextModel
 
getContextPath() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getContextPath() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getContextPath() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getContextPath() - Method in class org.ops4j.pax.web.service.spi.task.ContextStartChange
 
getContextPath() - Method in class org.ops4j.pax.web.service.spi.task.ContextStopChange
 
getContextPath() - Method in class org.ops4j.pax.web.service.spi.task.TransactionStateChange
 
getContextReference() - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
getContextRegistrationIdProperties() - Method in class org.ops4j.pax.web.service.spi.model.info.WebApplicationInfo
 
getContextRegistrationProperties() - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
getContexts() - Method in class org.ops4j.pax.web.service.spi.model.info.ServletInfo
 
getContextSelector() - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
 
getContextSupplier() - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
getCreationTime() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiHttpSession
 
getCrlPath() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Get location of CRL list.
getData() - Method in class org.ops4j.pax.web.service.spi.model.events.WebElementEvent
 
getDecoderClasses() - Method in class org.ops4j.pax.web.service.spi.model.elements.WebSocketModel
 
getDefaultContentType() - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultJspPropertyGroupDescriptor
 
getDefaultSessionCookieConfig() - Method in interface org.ops4j.pax.web.service.spi.config.SessionConfiguration
This method gathers some of individual session configuration parameters and returns ready to use SessionCookieConfig object.
getDefaultSessionTrackingModes() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getDefaultSessionTrackingModes() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getDefaultSessionTrackingModes() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getDeferredSyntaxAllowedAsLiteral() - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultJspPropertyGroupDescriptor
 
getDelegate() - Method in class org.ops4j.pax.web.service.spi.context.UniqueWebContainerContextWrapper
 
getDelegate() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiInitializedFilter
 
getDelegate() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiInitializedServlet
 
getDelegate() - Method in class org.ops4j.pax.web.service.spi.servlet.ScopedFilter
 
getDeploymentState() - Method in class org.ops4j.pax.web.service.spi.model.info.WebApplicationInfo
 
getDescriptors() - Method in class org.ops4j.pax.web.service.spi.model.info.WebApplicationInfo
 
getDigestAuthMaxNonceAge() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Returns max nonce age for DIGEST authentication (in ms), defaults to 60s (60000ms)
getDigestAuthMaxNonceCount() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Returns max nonce count for DIGEST authentication, defaults to 1024
getDirectHttpContextInstance() - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
If caller knows there's a direct reference to WebContainerContext (wrapping an instance of HttpContext or ServletContextHelper), then we can get this context without "resulution" process.
getDisabledServletModels() - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
getDisabledWebSocketModels() - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
getDispatcherTypes() - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel.Mapping
 
getDisplayName() - Method in class org.ops4j.pax.web.service.spi.model.ContextMetadataModel
 
getDisplayName() - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
getDistributable() - Method in class org.ops4j.pax.web.service.spi.model.ContextMetadataModel
 
getDomain() - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultSessionCookieConfig
 
getDtoFailureCode() - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
 
getDtoFailureCode() - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
getDynamicFilterRegistrations() - Method in class org.ops4j.pax.web.service.spi.servlet.DynamicRegistrations
 
getDynamicListenerModels() - Method in class org.ops4j.pax.web.service.spi.servlet.DynamicRegistrations
 
getDynamicListenerRegistrations() - Method in class org.ops4j.pax.web.service.spi.servlet.DynamicRegistrations
 
getDynamicServletNames() - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel
 
getDynamicServletRegistrations() - Method in class org.ops4j.pax.web.service.spi.servlet.DynamicRegistrations
 
getDynamicUrlPatterns() - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel
 
getEffectiveMajorVersion() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getEffectiveMajorVersion() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getEffectiveMajorVersion() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getEffectiveMinorVersion() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getEffectiveMinorVersion() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getEffectiveMinorVersion() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getEffectiveSessionTrackingModes() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getEffectiveSessionTrackingModes() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getEffectiveSessionTrackingModes() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getElementReference() - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
 
getElementReference() - Method in class org.ops4j.pax.web.service.spi.model.events.WebElementEventData
 
getElementSupplier() - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
 
getElIgnored() - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultJspPropertyGroupDescriptor
 
getEncAlgorithm() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Returns an algorithm ID to use for SecretKeyFactory.
getEncIterationCount() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Returns an iteration count to use for PBE encryption
getEncMasterPassword() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Returns plain text master password to use.
getEncMasterPasswordEnvVariable() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Returns an environment variable name that holds plain text master password to use.
getEncMasterPasswordSystemProperty() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Returns an system property name that holds plain text master password to use.
getEncoderClasses() - Method in class org.ops4j.pax.web.service.spi.model.elements.WebSocketModel
 
getEncOSGiDecryptorId() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Returns a decryptor ID.
getEncPrefix() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Returns a prefix for encrypted property values - defaults to ENC(
getEncProvider() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Returns a provider to use for SecretKeyFactory.
getEncSuffix() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Returns a prefix for encrypted property values - defaults to )
getErrorCodes() - Method in class org.ops4j.pax.web.service.spi.model.elements.ErrorPageModel
 
getErrorOnUndeclaredNamespace() - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultJspPropertyGroupDescriptor
 
getErrorPageMapping() - Method in class org.ops4j.pax.web.service.spi.model.ServletContextModel
 
getErrorPageModel() - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
getErrorPageModel() - Method in class org.ops4j.pax.web.service.spi.task.ErrorPageModelChange
 
getErrorPageModels() - Method in class org.ops4j.pax.web.service.spi.model.ServiceModel
 
getErrorPageModels() - Method in class org.ops4j.pax.web.service.spi.task.ErrorPageModelChange
 
getErrorPages() - Method in class org.ops4j.pax.web.service.spi.model.elements.ErrorPageModel
 
getErrorPages() - Method in class org.ops4j.pax.web.service.spi.model.events.ErrorPageEventData
 
getEventDispatcherThreadCount() - Method in interface org.ops4j.pax.web.service.spi.config.ServerConfiguration
Internal Pax Web configuration option to specify number of threads to dispatch WebElementEvent events.
getEventListener() - Method in class org.ops4j.pax.web.service.spi.model.elements.EventListenerModel
 
getEventListenerModel() - Method in class org.ops4j.pax.web.service.spi.task.EventListenerModelChange
 
getEventListenerModels() - Method in class org.ops4j.pax.web.service.spi.model.ServiceModel
 
getEventListenerModels() - Method in class org.ops4j.pax.web.service.spi.task.EventListenerModelChange
 
getException() - Method in class org.ops4j.pax.web.service.spi.model.events.WebApplicationEvent
 
getExceptionClassNames() - Method in class org.ops4j.pax.web.service.spi.model.elements.ErrorPageModel
 
getExecutor() - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
getExtenderBundle() - Method in class org.ops4j.pax.web.service.spi.model.events.WebApplicationEvent
 
getExtenderBundleId() - Method in class org.ops4j.pax.web.service.spi.model.events.WebApplicationEvent
 
getExtenderBundleName() - Method in class org.ops4j.pax.web.service.spi.model.events.WebApplicationEvent
 
getExtenderBundleVersion() - Method in class org.ops4j.pax.web.service.spi.model.events.WebApplicationEvent
 
getFailedWhiteboardElements() - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
getFileUrlIfAccessible(String) - Static method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
Returns URL if and only if the base is proper file: based absolute url.
getFilter() - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel
 
getFilter() - Method in class org.ops4j.pax.web.service.spi.model.events.FilterEventData
 
getFilterClass() - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel
 
getFilterClass() - Method in class org.ops4j.pax.web.service.spi.model.events.FilterEventData
 
getFilterModel() - Method in class org.ops4j.pax.web.service.spi.task.FilterModelChange
 
getFilterModels() - Method in class org.ops4j.pax.web.service.spi.model.ServiceModel
 
getFilterModels() - Method in class org.ops4j.pax.web.service.spi.task.FilterModelChange
 
getFilterName() - Method in class org.ops4j.pax.web.service.spi.model.events.FilterEventData
 
getFilterName() - Method in class org.ops4j.pax.web.service.spi.servlet.PreprocessorFilterConfig
 
getFilterNameMapping() - Method in class org.ops4j.pax.web.service.spi.model.ServletContextModel
 
getFilterRegistration(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getFilterRegistration(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getFilterRegistration(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getFilterRegistrations() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getFilterRegistrations() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getFilterRegistrations() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getFirstObjectClass(ServiceReference<?>) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
Returns first available Constants.OBJECTCLASS property value from ServiceReference or null if not available (but it should be).
getFormAuthRedirect() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Returns whether to redirect (by default) or forward to error page during FORM authentication
getFormErrorPage() - Method in class org.ops4j.pax.web.service.spi.model.elements.LoginConfigModel
 
getFormLoginPage() - Method in class org.ops4j.pax.web.service.spi.model.elements.LoginConfigModel
 
getGloablJspScratchDir() - Method in interface org.ops4j.pax.web.service.spi.config.JspConfiguration
Returns root directory for scratch directories for all the web applications.
getHighestRankedModel(Set<OsgiContextModel>) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
Gets first OsgiContextModel from ranked set or null if not available.
getHttpConnectorName() - Method in interface org.ops4j.pax.web.service.spi.config.ServerConfiguration
Gets the name to use for default connector/listener.
getHttpContext() - Method in class org.ops4j.pax.web.service.spi.context.WebContainerContextWrapper
 
getHttpContext() - Method in class org.ops4j.pax.web.service.spi.model.events.WebElementEventData
 
getHttpPort() - Method in interface org.ops4j.pax.web.service.spi.config.ServerConfiguration
Get a TCP port to use for HTTP protocol.
getHttpSecureConnectorName() - Method in interface org.ops4j.pax.web.service.spi.config.ServerConfiguration
Gets the name to use for secure connector/listener.
getHttpSecurePort() - Method in interface org.ops4j.pax.web.service.spi.config.ServerConfiguration
Get a TCP port to use for HTTPS protocol.
getHttpServiceRuntimeDTO() - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
getHttpServiceRuntimeReg() - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
getId() - Method in class org.ops4j.pax.web.service.spi.model.Identity
 
getId() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiHttpSession
 
getIdPrefix() - Method in class org.ops4j.pax.web.service.spi.model.elements.ContainerInitializerModel
 
getIdPrefix() - Method in class org.ops4j.pax.web.service.spi.model.Identity
 
getIdPrefix() - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
getIncludeCodas() - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultJspPropertyGroupDescriptor
 
getIncludePreludes() - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultJspPropertyGroupDescriptor
 
getInitialContextAttributes() - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
getInitializer() - Method in class org.ops4j.pax.web.service.spi.model.events.ContainerInitializerEventData
 
getInitParameter(String) - Method in class org.ops4j.pax.web.service.spi.servlet.dynamic.DynamicFilterRegistration
 
getInitParameter(String) - Method in class org.ops4j.pax.web.service.spi.servlet.dynamic.DynamicServletRegistration
 
getInitParameter(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getInitParameter(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getInitParameter(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getInitParameter(String) - Method in class org.ops4j.pax.web.service.spi.servlet.PreprocessorFilterConfig
 
getInitParameterNames() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getInitParameterNames() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getInitParameterNames() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getInitParameterNames() - Method in class org.ops4j.pax.web.service.spi.servlet.PreprocessorFilterConfig
 
getInitParameters() - Method in class org.ops4j.pax.web.service.spi.servlet.dynamic.DynamicFilterRegistration
 
getInitParameters() - Method in class org.ops4j.pax.web.service.spi.servlet.dynamic.DynamicServletRegistration
 
getInitParams() - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel
 
getInitParams() - Method in class org.ops4j.pax.web.service.spi.model.elements.JspModel
 
getInitParams() - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
getInstance() - Method in class org.ops4j.pax.web.service.spi.servlet.PreprocessorFilterConfig
FilterConfig for particular Preprocessor is responsible for creation and destruction of the instance.
getIntegerProperty(ServiceReference<?>, String) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
Returns a service property as Integer.
getIsXml() - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultJspPropertyGroupDescriptor
 
getJettyWebSocketBundle(Bundle) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
Specialized method that's used to add Jetty WebSocket bundle that we know to contain required ServletContainerInitializer services.
getJspConfigDescriptor() - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
Method to support ServletContext.getJspConfigDescriptor()
getJspConfigDescriptor() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getJspConfigDescriptor() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getJspConfigDescriptor() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getJspFile() - Method in class org.ops4j.pax.web.service.spi.model.elements.JspModel
 
getJspFile() - Method in class org.ops4j.pax.web.service.spi.model.events.JspEventData
 
getJspFile() - Method in class org.ops4j.pax.web.service.spi.model.events.ServletEventData
 
getJspPropertyGroups() - Method in class org.ops4j.pax.web.service.spi.model.elements.JspConfigurationModel
 
getJspScratchDir(OsgiContextModel) - Method in interface org.ops4j.pax.web.service.spi.config.JspConfiguration
What scratch directory should we use when compiling JSP pages? Default is the work directory for the current web application.
getKind() - Method in class org.ops4j.pax.web.service.spi.task.Change
 
getLastAccessedTime() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiHttpSession
 
getListener() - Method in class org.ops4j.pax.web.service.spi.model.events.EventListenerEventData
 
getListeningAddresses() - Method in interface org.ops4j.pax.web.service.spi.config.ServerConfiguration
Returns the addresses to bind connector/listener to.
getLoadOnStartup() - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
getLocaleEncodingMapping() - Method in class org.ops4j.pax.web.service.spi.task.MimeAndLocaleMappingChange
 
getLocation() - Method in class org.ops4j.pax.web.service.spi.model.elements.ErrorPageModel
 
getLocation() - Method in class org.ops4j.pax.web.service.spi.model.events.ErrorPageEventData
 
getLoginConfig() - Method in class org.ops4j.pax.web.service.spi.model.elements.SecurityConfigurationModel
Returns a single, context-wide login configuration matching <login-config> element from web.xml.
getLoginConfigModel() - Method in class org.ops4j.pax.web.service.spi.task.SecurityConfigChange
 
getLogNCSABuffered() - Method in interface org.ops4j.pax.web.service.spi.config.LogConfiguration
Whether NCSA log file access should be buffered (by default it is buffered in Tomcat).
getLogNCSADirectory() - Method in interface org.ops4j.pax.web.service.spi.config.LogConfiguration
Returns a directory to store request log files
getLogNCSAFile() - Method in interface org.ops4j.pax.web.service.spi.config.LogConfiguration
Returns a filename to keep current request log file
getLogNCSAFilenameDateFormat() - Method in interface org.ops4j.pax.web.service.spi.config.LogConfiguration
Date format to use when current file is renamed during rollover
getLogNCSARetainDays() - Method in interface org.ops4j.pax.web.service.spi.config.LogConfiguration
How many files to keep during rollover
getLogNCSATimeZone() - Method in interface org.ops4j.pax.web.service.spi.config.LogConfiguration
Timezone to use for request log file, when formatting timestamps
getLongProperty(ServiceReference<?>, String) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
Returns a service property as Long.
getMajorVersion() - Method in class org.ops4j.pax.web.service.spi.model.ContextMetadataModel
 
getMajorVersion() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getMajorVersion() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getMajorVersion() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getManifestHeader(Bundle, String) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
Returns a named header from a bundle or from one of its attached fragments
getMappedPath() - Method in class org.ops4j.pax.web.service.spi.model.elements.WebSocketModel
 
getMapping() - Method in class org.ops4j.pax.web.service.spi.model.info.ServletInfo
 
getMappings() - Method in class org.ops4j.pax.web.service.spi.model.elements.JspModel
 
getMappings() - Method in class org.ops4j.pax.web.service.spi.model.events.JspEventData
 
getMappings() - Method in class org.ops4j.pax.web.service.spi.servlet.dynamic.DynamicServletRegistration
 
getMappingsPerDispatcherTypes() - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel
 
getMaxAge() - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultSessionCookieConfig
 
getMaxCertPathLength() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Return max length of cert path to use during certificate validation
getMaxInactiveInterval() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiHttpSession
 
getMetadata() - Method in class org.ops4j.pax.web.service.spi.task.ContextMetadataModelChange
 
getMetaInfResources() - Method in class org.ops4j.pax.web.service.spi.model.info.WebApplicationInfo
 
getMethods() - Method in class org.ops4j.pax.web.service.spi.model.elements.SecurityConstraintModel.WebResourceCollection
 
getMimeMapping() - Method in class org.ops4j.pax.web.service.spi.task.MimeAndLocaleMappingChange
 
getMimeType(String) - Method in class org.ops4j.pax.web.service.spi.context.DefaultHttpContext
Allways returns null as there is no default way to find out the mime type.
getMimeType(String) - Method in class org.ops4j.pax.web.service.spi.context.DefaultMultiBundleWebContainerContext
 
getMimeType(String) - Method in class org.ops4j.pax.web.service.spi.context.DefaultServletContextHelper
 
getMimeType(String) - Method in class org.ops4j.pax.web.service.spi.context.UniqueWebContainerContextWrapper
 
getMimeType(String) - Method in class org.ops4j.pax.web.service.spi.context.WebContainerContextWrapper
 
getMimeType(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getMimeType(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getMimeType(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getMimeType(WebContainerContext, String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getMinorVersion() - Method in class org.ops4j.pax.web.service.spi.model.ContextMetadataModel
 
getMinorVersion() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getMinorVersion() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getMinorVersion() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getModel() - Method in class org.ops4j.pax.web.service.spi.servlet.dynamic.DynamicEventListenerRegistration
 
getModel() - Method in class org.ops4j.pax.web.service.spi.servlet.dynamic.DynamicFilterRegistration
 
getModel() - Method in class org.ops4j.pax.web.service.spi.servlet.dynamic.DynamicServletRegistration
 
getModel() - Method in class org.ops4j.pax.web.service.spi.servlet.PreprocessorFilterConfig
 
getModel() - Method in class org.ops4j.pax.web.service.spi.servlet.SCIWrapper
 
getMultipartConfigElement() - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
getName() - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel
 
getName() - Method in class org.ops4j.pax.web.service.spi.model.elements.SecurityConstraintModel
 
getName() - Method in class org.ops4j.pax.web.service.spi.model.elements.SecurityConstraintModel.WebResourceCollection
 
getName() - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
getName() - Method in class org.ops4j.pax.web.service.spi.model.info.WebApplicationInfo
 
getName() - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
getName() - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultSessionCookieConfig
 
getName() - Method in class org.ops4j.pax.web.service.spi.servlet.dynamic.DynamicFilterRegistration
 
getName() - Method in class org.ops4j.pax.web.service.spi.servlet.dynamic.DynamicServletRegistration
 
getNamedDispatcher(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getNamedDispatcher(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getNamedDispatcher(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getNewModels() - Method in class org.ops4j.pax.web.service.spi.task.ContainerInitializerModelChange
 
getNewModels() - Method in class org.ops4j.pax.web.service.spi.task.ErrorPageModelChange
 
getNewModels() - Method in class org.ops4j.pax.web.service.spi.task.EventListenerModelChange
 
getNewModels() - Method in class org.ops4j.pax.web.service.spi.task.FilterModelChange
 
getNewModels() - Method in class org.ops4j.pax.web.service.spi.task.ServletModelChange
 
getNewModels() - Method in class org.ops4j.pax.web.service.spi.task.WebSocketModelChange
 
getNewModels() - Method in class org.ops4j.pax.web.service.spi.task.WelcomeFileModelChange
 
getNewModelsInfo() - Method in class org.ops4j.pax.web.service.spi.task.ServletModelChange
 
getNewModelsInfo() - Method in class org.ops4j.pax.web.service.spi.task.WebSocketModelChange
 
getNumericId() - Method in class org.ops4j.pax.web.service.spi.model.Identity
 
getObjectClasses(ServiceReference<?>) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
Returns all Constants.OBJECTCLASS property values from ServiceReference
getOcspResponderURL() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Return URL for OCSP responder, though it doesn't seem to be used by Jetty.
getOmittedMethods() - Method in class org.ops4j.pax.web.service.spi.model.elements.SecurityConstraintModel.WebResourceCollection
 
getOperations() - Method in class org.ops4j.pax.web.service.spi.task.Batch
 
getOrCreateDefaultHttpContext(String) - Method in class org.ops4j.pax.web.service.spi.model.ServiceModel
 
getOrCreateDefaultSharedHttpContext(String) - Method in class org.ops4j.pax.web.service.spi.model.ServiceModel
 
getOrCreateOsgiContextModel(WebContainerContext, Bundle, String, Batch) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
Returns (new or existing) OsgiContextModel associated with HttpContext.
getOrCreateServletContextModel(String, Batch) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
Returns ServletContextModel uniquely identified by context path (as defined by ServletContext.getContextPath().
getOriginBundle() - Method in class org.ops4j.pax.web.service.spi.model.events.WebElementEventData
 
getOsgiContext(Bundle, String) - Method in interface org.ops4j.pax.web.service.spi.model.views.WebAppWebContainerView
After WebAppWebContainerView.allocateContext(Bundle, String) has returned true, we can use this method to get the OsgiContextModel created by Pax Web Runtime for our WAB.
getOsgiContext() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getOsgiContextClassLoader() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getOsgiContextModel() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getOsgiContextModel() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getOsgiContextModel() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getOsgiContextModel() - Method in class org.ops4j.pax.web.service.spi.task.ContextMetadataModelChange
 
getOsgiContextModel() - Method in class org.ops4j.pax.web.service.spi.task.ContextParamsChange
 
getOsgiContextModel() - Method in class org.ops4j.pax.web.service.spi.task.ContextStartChange
 
getOsgiContextModel() - Method in class org.ops4j.pax.web.service.spi.task.ContextStopChange
 
getOsgiContextModel() - Method in class org.ops4j.pax.web.service.spi.task.MimeAndLocaleMappingChange
 
getOsgiContextModel() - Method in class org.ops4j.pax.web.service.spi.task.OsgiContextModelChange
 
getOsgiContextModel() - Method in class org.ops4j.pax.web.service.spi.task.SecurityConfigChange
 
getOsgiContextModels(Bundle) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
Returns OsgiContextModel contexts that can be used by given bundle - i.e., can be targets of Whiteboard web element registered withing given bundle.
getOsgiContextModels(Bundle) - Method in interface org.ops4j.pax.web.service.spi.whiteboard.WhiteboardWebContainerView
Returns all the contexts (customized to unified OsgiContextModel internal representation) managed at Http Service level.
getOwnerBundle() - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
getPageEncoding() - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultJspPropertyGroupDescriptor
 
getParams() - Method in class org.ops4j.pax.web.service.spi.task.ContextParamsChange
 
getPath() - Method in class org.ops4j.pax.web.service.spi.model.events.ServletEventData
 
getPath() - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultSessionCookieConfig
 
getPatterns() - Method in class org.ops4j.pax.web.service.spi.model.elements.SecurityConstraintModel.WebResourceCollection
 
getPaxWebJspBundle(BundleContext) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
 
getPaxWebJspBundle(Bundle) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
 
getPaxWebProperty(ServiceReference<?>, String, String, BiFunction<String, Object, T>) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
Gets a service property by checking legacy and whiteboard property names, printing relevant warnings, if needed.
getPaxWebUndertowWebSocketBundle(Bundle) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
Specialized method that's used to add Undertow WebSocket bundle that we know to contain required ServletContainerInitializer services
getPaxWebWebSocketsBundle(Bundle) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
Find Pax Web bundle for generic (Whiteboard and HttpService) support for WebSockets
getProtocolsExcluded() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Get excluded protocols to not pass to SSLEngine Jetty: org.eclipse.jetty.util.ssl.SslContextFactory#DEFAULT_EXCLUDED_PROTOCOLS
getProtocolsIncluded() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Get included protocols to specify in SSLEngine
getPublicId() - Method in class org.ops4j.pax.web.service.spi.model.ContextMetadataModel
 
getRanklessPosition() - Method in class org.ops4j.pax.web.service.spi.model.elements.EventListenerKey
 
getRawPath() - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
getRawResourcePath() - Method in class org.ops4j.pax.web.service.spi.model.info.ServletInfo
 
getRealmName() - Method in class org.ops4j.pax.web.service.spi.model.elements.LoginConfigModel
 
getRealmName() - Method in class org.ops4j.pax.web.service.spi.model.events.SecurityConfigurationEventData
 
getRealPath(String) - Method in class org.ops4j.pax.web.service.spi.context.DefaultServletContextHelper
 
getRealPath(String) - Method in class org.ops4j.pax.web.service.spi.context.UniqueWebContainerContextWrapper
 
getRealPath(String) - Method in class org.ops4j.pax.web.service.spi.context.WebContainerContextWrapper
 
getRealPath(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getRealPath(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getRealPath(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getRealPath(WebContainerContext, String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getRegexMapping() - Method in class org.ops4j.pax.web.service.spi.model.events.FilterEventData
 
getRegexPatterns() - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel.Mapping
 
getRegisteringBundle() - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
 
getRelatedServletModels() - Method in class org.ops4j.pax.web.service.spi.model.elements.ContainerInitializerModel
 
getRelatedWebSocketModels() - Method in class org.ops4j.pax.web.service.spi.model.elements.ContainerInitializerModel
 
getRemoteUser() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiHttpServletRequestWrapper
 
getRequestCharacterEncoding() - Method in class org.ops4j.pax.web.service.spi.model.ContextMetadataModel
 
getRequestCharacterEncoding() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getRequestCharacterEncoding() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getRequestCharacterEncoding() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getRequestDispatcher(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getRequestDispatcher(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getRequestDispatcher(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getResolvedListener() - Method in class org.ops4j.pax.web.service.spi.model.elements.EventListenerModel
 
getResolvedWebContainerContext() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getResolvedWebContainerContext() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getResource(String) - Method in class org.ops4j.pax.web.service.spi.context.DefaultHttpContext
 
getResource(Bundle, String) - Method in class org.ops4j.pax.web.service.spi.context.DefaultHttpContext
This method supports ServletContext.getResource(String) and in default implementation of HttpContext interface, according to "102.10.2 public interface HttpContext", "The behavior of the methods on the default HttpContext is defined as follows:[...] This method calls the servlet bundle's Bundle.getResource method, and returns the appropriate URL to access the resource"
getResource(String) - Method in class org.ops4j.pax.web.service.spi.context.DefaultMultiBundleWebContainerContext
 
getResource(String) - Method in class org.ops4j.pax.web.service.spi.context.DefaultServletContextHelper
 
getResource(String) - Method in class org.ops4j.pax.web.service.spi.context.UniqueWebContainerContextWrapper
 
getResource(String) - Method in class org.ops4j.pax.web.service.spi.context.WebContainerContextWrapper
 
getResource(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getResource(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getResource(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getResource(WebContainerContext, String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getResourceAsStream(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getResourceAsStream(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getResourceAsStream(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getResourceAsStream(WebContainerContext, String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getResourcePaths(String) - Method in class org.ops4j.pax.web.service.spi.context.DefaultHttpContext
 
getResourcePaths(Bundle, String) - Method in class org.ops4j.pax.web.service.spi.context.DefaultHttpContext
This method is invoked by default when calling ServletContext.getResourcePaths(String) in OSGi context backed by HttpContext.
getResourcePaths(String) - Method in class org.ops4j.pax.web.service.spi.context.DefaultMultiBundleWebContainerContext
Search resource paths within all the bundles sharing this context.
getResourcePaths(String) - Method in class org.ops4j.pax.web.service.spi.context.DefaultServletContextHelper
 
getResourcePaths(String) - Method in class org.ops4j.pax.web.service.spi.context.UniqueWebContainerContextWrapper
 
getResourcePaths(String) - Method in class org.ops4j.pax.web.service.spi.context.WebContainerContextWrapper
 
getResourcePaths(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getResourcePaths(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getResourcePaths(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getResourcePaths(WebContainerContext, String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getResponseCharacterEncoding() - Method in class org.ops4j.pax.web.service.spi.model.ContextMetadataModel
 
getResponseCharacterEncoding() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getResponseCharacterEncoding() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getResponseCharacterEncoding() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getRoleLinks() - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
getRunAs() - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
getRunAsRole() - Method in class org.ops4j.pax.web.service.spi.servlet.dynamic.DynamicServletRegistration
 
getRuntimeDTO() - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
getScope() - Method in class org.ops4j.pax.web.service.spi.model.info.WebApplicationInfo
 
getScriptingInvalid() - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultJspPropertyGroupDescriptor
 
getSecureRandomAlgorithm() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Returns algorithm name to use in SecureRandom.getInstance(String)
getSecurityConfiguration() - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
getSecurityConstraints() - Method in class org.ops4j.pax.web.service.spi.model.elements.SecurityConfigurationModel
Returns a list of constraints matching the <security-constraint> elements from web.xml.
getSecurityConstraints() - Method in class org.ops4j.pax.web.service.spi.task.SecurityConfigChange
 
getSecurityRoles() - Method in class org.ops4j.pax.web.service.spi.model.elements.SecurityConfigurationModel
Returns a list of roles matching the <security-role>/<role-name> elements from web.xml.
getSecurityRoles() - Method in class org.ops4j.pax.web.service.spi.task.SecurityConfigChange
 
getServerIdleTimeout() - Method in interface org.ops4j.pax.web.service.spi.config.ServerConfiguration
Gets the server thread idle timeout in milliseconds.
getServerInfo() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getServerInfo() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getServerInfo() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getServerMaxThreads() - Method in interface org.ops4j.pax.web.service.spi.config.ServerConfiguration
Gets maximum number of threads to use in server runtime.
getServerMinThreads() - Method in interface org.ops4j.pax.web.service.spi.config.ServerConfiguration
Gets minimum number of threads to use in server runtime.
getServerSpecificDescriptors() - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
getServerThreadNamePrefix() - Method in interface org.ops4j.pax.web.service.spi.config.ServerConfiguration
If target container allows, this method specifies a prefix for thread names to use. Jetty: org.eclipse.jetty.util.thread.QueuedThreadPool#setName(java.lang.String) (defaults to "qtp" + hashcode). Tomcat: org.apache.catalina.core.StandardThreadExecutor#setNamePrefix(java.lang.String)
getServiceId() - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
 
getServiceId() - Method in class org.ops4j.pax.web.service.spi.model.elements.EventListenerKey
 
getServiceId() - Method in class org.ops4j.pax.web.service.spi.model.events.WebElementEventData
 
getServiceId() - Method in class org.ops4j.pax.web.service.spi.model.info.WebApplicationInfo
 
getServiceId() - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
getServiceId(ServiceReference<WebContainer>) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
Returns Constants.SERVICE_ID or -1 if not available
getServiceRank() - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
 
getServiceRank() - Method in class org.ops4j.pax.web.service.spi.model.elements.EventListenerKey
 
getServiceRank() - Method in class org.ops4j.pax.web.service.spi.model.events.WebElementEventData
 
getServiceRank() - Method in class org.ops4j.pax.web.service.spi.model.info.WebApplicationInfo
 
getServiceRank() - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
getServlet() - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
getServlet() - Method in class org.ops4j.pax.web.service.spi.model.events.ServletEventData
 
getServlet(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getServlet(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getServlet(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getServletClass() - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
getServletClass() - Method in class org.ops4j.pax.web.service.spi.model.info.ServletInfo
 
getServletConfig() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiInitializedServlet
 
getServletContainerInitializers() - Method in class org.ops4j.pax.web.service.spi.model.info.WebApplicationInfo
 
getServletContext(Bundle, String) - Method in interface org.ops4j.pax.web.service.spi.model.views.WebAppWebContainerView
After WebAppWebContainerView.allocateContext(Bundle, String) has returned true, we can use this method to get ServletContextModel for our WAB.
getServletContext() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiHttpServletRequestWrapper
 
getServletContext() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiHttpSession
 
getServletContext() - Method in class org.ops4j.pax.web.service.spi.servlet.PreprocessorFilterConfig
 
getServletContextHelper() - Method in class org.ops4j.pax.web.service.spi.context.WebContainerContextWrapper
 
getServletContextModel(String) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
Simply returns a ServletContextModel for given contextPath
getServletContextModel() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getServletContextModel() - Method in class org.ops4j.pax.web.service.spi.task.OsgiContextModelChange
 
getServletContextModel() - Method in class org.ops4j.pax.web.service.spi.task.ServletContextModelChange
 
getServletContextName() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getServletContextName() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getServletContextName() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getServletInfo() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiInitializedServlet
 
getServletModel() - Method in class org.ops4j.pax.web.service.spi.model.elements.JspModel
 
getServletModel() - Method in class org.ops4j.pax.web.service.spi.model.elements.SecurityConstraintModel
 
getServletModel() - Method in class org.ops4j.pax.web.service.spi.task.ServletModelChange
 
getServletModels() - Method in class org.ops4j.pax.web.service.spi.model.ServiceModel
 
getServletModels() - Method in class org.ops4j.pax.web.service.spi.task.ServletModelChange
 
getServletName() - Method in class org.ops4j.pax.web.service.spi.model.events.ServletEventData
 
getServletName() - Method in class org.ops4j.pax.web.service.spi.model.info.ServletInfo
 
getServletNameMapping() - Method in class org.ops4j.pax.web.service.spi.model.ServletContextModel
 
getServletNameMappings() - Method in class org.ops4j.pax.web.service.spi.servlet.dynamic.DynamicFilterRegistration
 
getServletNames() - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel.Mapping
 
getServletNames() - Method in class org.ops4j.pax.web.service.spi.model.events.FilterEventData
 
getServletNames() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getServletNames() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getServletNames() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getServletRegistration(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getServletRegistration(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getServletRegistration(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getServletRegistrations() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getServletRegistrations() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getServletRegistrations() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getServlets() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getServlets() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getServlets() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getServletUrlPatternMapping() - Method in class org.ops4j.pax.web.service.spi.model.ServletContextModel
 
getSession() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiHttpServletRequestWrapper
 
getSession(boolean) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiHttpServletRequestWrapper
 
getSessionConfiguration() - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
getSessionContext() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiHttpSession
 
getSessionCookieComment() - Method in interface org.ops4j.pax.web.service.spi.config.SessionConfiguration
<session-config>/<cookie-config>/<comment>
getSessionCookieConfig() - Method in class org.ops4j.pax.web.service.spi.model.elements.SessionConfigurationModel
 
getSessionCookieConfig() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getSessionCookieConfig() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getSessionCookieConfig() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getSessionCookieDomain() - Method in interface org.ops4j.pax.web.service.spi.config.SessionConfiguration
<session-config>/<cookie-config>/<domain>
getSessionCookieHttpOnly() - Method in interface org.ops4j.pax.web.service.spi.config.SessionConfiguration
<session-config>/<cookie-config>/<http-only>
getSessionCookieMaxAge() - Method in interface org.ops4j.pax.web.service.spi.config.SessionConfiguration
<session-config>/<cookie-config>/<max-age>
getSessionCookieName() - Method in interface org.ops4j.pax.web.service.spi.config.SessionConfiguration
<session-config>/<cookie-config>/<name> - if not specified, defaults to JSESSIONID
getSessionCookiePath() - Method in interface org.ops4j.pax.web.service.spi.config.SessionConfiguration
<session-config>/<cookie-config>/<path> - if not specified, it will match the context path.
getSessionCookieSameSite() - Method in interface org.ops4j.pax.web.service.spi.config.SessionConfiguration
No equivalent in web.xml.
getSessionCookieSecure() - Method in interface org.ops4j.pax.web.service.spi.config.SessionConfiguration
<session-config>/<cookie-config>/<secure>
getSessionStoreDirectory() - Method in interface org.ops4j.pax.web.service.spi.config.SessionConfiguration
If SessionConfiguration.getSessionStoreDirectoryLocation() returns valid location, this method returns the corresponding File object
getSessionStoreDirectoryLocation() - Method in interface org.ops4j.pax.web.service.spi.config.SessionConfiguration
All server runtimes allow configuration of file session persistence and with this property we can specify the persistent location (directory) of such session storage.
getSessionTimeout() - Method in interface org.ops4j.pax.web.service.spi.config.SessionConfiguration
<session-config>/<session-timeout> - returns the time in minutes after which an inative settion times out.
getSessionTimeout() - Method in class org.ops4j.pax.web.service.spi.model.elements.SessionConfigurationModel
 
getSessionTimeout() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getSessionTimeout() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getSessionTimeout() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getSessionUrlPathParameter() - Method in interface org.ops4j.pax.web.service.spi.config.SessionConfiguration
Allows configuration of Jetty's SessionHandler.SessionIdPathParameterName.
getSessionWorkerName() - Method in interface org.ops4j.pax.web.service.spi.config.SessionConfiguration
PAXWEB-144: Allows configuration of Jetty's SessionHandler.SessionIdManager.workerName to assist session affinity in a load balancer.
getSharedContextModel(String) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
Returns (if exists) bundle-agnostic (shared) OsgiContextModel
getSharedContextModel(String, OsgiContextModel) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
Gets the best shared OsgiContextModel for given name unless it's the one to skip
getSharedDefaultContextModel(String) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
getShortDescription() - Method in class org.ops4j.pax.web.service.spi.task.Batch
 
getSslKeyAlias() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Returns the alias of the ssl private key inside server keystore.
getSslKeyManagerFactoryAlgorithm() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Returns the algorithm for private key.
getSslKeyPassword() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Returns the password for ssl private key inside a keystore specified by SecurityConfiguration.getSslKeystore().
getSslKeystore() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Returns the file path or URL to server keystore.
getSslKeystorePassword() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Returns the password for entire keystore (not for the key inside it).
getSslKeystoreProvider() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Returns the server keystore provider as specifed by KeyStore.getInstance(String, String)
getSslKeystoreType() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Returns the server keystore type as specifed by KeyStore.getInstance(String, String)
getSslProtocol() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Returns protocol name to use in SSLContext.
getSslProvider() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Returns the name of SSL provider to use with secure connector/listener.
getSslRenegotiationLimit() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Get limit of SSL renegotiations
getSslSessionCacheSize() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Cache size for SSL Sessions as in SSLSessionContext
getSslSessionsEnabled() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Is SSL Session creation enabled? (as hint to SSLEngine.
getSslSessionTimeout() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Timeout for SSL Sessions (in seconds) as in SSLSessionContext
getState() - Method in class org.ops4j.pax.web.service.spi.model.events.ServerEvent
 
getState() - Method in interface org.ops4j.pax.web.service.spi.ServerController
Get a state of the server.
getStringProperty(ServiceReference<?>, String) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
Returns a service property as String.
getSubprotocols() - Method in class org.ops4j.pax.web.service.spi.model.elements.WebSocketModel
 
getTaglibLocation() - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultTaglibDescriptor
 
getTaglibs() - Method in class org.ops4j.pax.web.service.spi.model.elements.JspConfigurationModel
 
getTaglibURI() - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultTaglibDescriptor
 
getTCCLType() - Method in interface org.ops4j.pax.web.service.spi.config.ServerConfiguration
Returns the type of TCCL that should be set for service methods (servlet (default) or whiteboard).
getTemporaryDirectory() - Method in interface org.ops4j.pax.web.service.spi.config.ServerConfiguration
Returns the temporary directory, directory that will be set as ServletContext.TEMPDIR.
getTemporaryLocation() - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
Each OsgiContextModel should have separate "working directory" and this method returns such relative path depending on OsgiContextModel.contextPath and OsgiContextModel.getName()
getThreadIdFromSingleThreadPool(Executor) - Static method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
getTimestamp() - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
 
getTimestamp() - Method in class org.ops4j.pax.web.service.spi.model.events.WebApplicationEvent
 
getTimestamp() - Method in class org.ops4j.pax.web.service.spi.model.events.WebElementEvent
 
getTomcatWebSocketBundle(Bundle) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
Specialized method that's used to add Tomcat WebSocket bundle that we know to contain required ServletContainerInitializer services
getTopic() - Method in enum org.ops4j.pax.web.service.spi.model.events.WebApplicationEvent.State
 
getTrackingModes() - Method in class org.ops4j.pax.web.service.spi.model.elements.SessionConfigurationModel
 
getTransportGuarantee() - Method in class org.ops4j.pax.web.service.spi.model.elements.SecurityConstraintModel
 
getTrimDirectiveWhitespaces() - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultJspPropertyGroupDescriptor
 
getTrustManagerFactoryAlgorithm() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Returns the algorithm for truststore entries.
getTruststore() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Gets location of server truststore.
getTruststorePassword() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Returns the password for entire truststore.
getTruststoreProvider() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Returns the server truststore provider as specifed by KeyStore.getInstance(String, String)
getTruststoreType() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Returns the server truststore type as specifed by KeyStore.getInstance(String, String)
getType() - Method in class org.ops4j.pax.web.service.spi.model.events.WebApplicationEvent
 
getType() - Method in class org.ops4j.pax.web.service.spi.model.events.WebElementEvent
 
getType() - Method in class org.ops4j.pax.web.service.spi.model.info.ServletInfo
 
getUndertowWebSocketBundle(Bundle) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
Specialized method that's used to add Undertow WebSocket bundle that we know to contain required ServletContainerInitializer services
getUnregistrations() - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
getUrlPatternMappings() - Method in class org.ops4j.pax.web.service.spi.servlet.dynamic.DynamicFilterRegistration
 
getUrlPatterns() - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel.Mapping
 
getUrlPatterns() - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
getUrlPatterns() - Method in class org.ops4j.pax.web.service.spi.model.events.FilterEventData
 
getUrlPatterns() - Method in class org.ops4j.pax.web.service.spi.model.events.ServletEventData
 
getUrlPatterns() - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultJspPropertyGroupDescriptor
 
getUserPrincipal() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiHttpServletRequestWrapper
Whiteboard/Http Service say nothing about this method synced with org.osgi.service.http.authentication.remote.user attribute, so let's not override it.
getValue(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiHttpSession
 
getValueNames() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiHttpSession
 
getVirtualHosts() - Method in interface org.ops4j.pax.web.service.spi.config.ServerConfiguration
Returns a list of virtual hosts to be used by default (if a context doesn't specify own configuration).
getVirtualHosts() - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
getVirtualServerName() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
getVirtualServerName() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getVirtualServerName() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
getWabClassPath() - Method in class org.ops4j.pax.web.service.spi.model.info.WebApplicationInfo
 
getWabClassPathSkipped() - Method in class org.ops4j.pax.web.service.spi.model.info.WebApplicationInfo
 
getWabContext(String, Bundle, boolean) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
When dealing with WABs, before WAB's OsgiContextModel is available for other registrations (HttpService and Whiteboard) it has to be allocated - so no two WABs conflict about an OsgiContextModel.
getWebApplication(String) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
getWebApplication(long) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
getWebApplication(String) - Method in interface org.ops4j.pax.web.service.spi.model.views.ReportViewPlugin
Returns information about single WAB (by its context path) - only successully deployed WABs should be returned, because there may be more failed contexts too.
getWebApplication(long) - Method in interface org.ops4j.pax.web.service.spi.model.views.ReportViewPlugin
Returns information about single WAB (by its bundle id).
getWebApplication(String) - Method in interface org.ops4j.pax.web.service.spi.model.views.ReportWebContainerView
Returns WebApplicationInfo by context path - only real, deployed WABs are considered.
getWebApplication(long) - Method in interface org.ops4j.pax.web.service.spi.model.views.ReportWebContainerView
Returns WebApplicationInfo by bundle Id - only real WABs are considered.
getWebResourceCollections() - Method in class org.ops4j.pax.web.service.spi.model.elements.SecurityConstraintModel
 
getWebSocketEndpoint() - Method in class org.ops4j.pax.web.service.spi.model.elements.WebSocketModel
 
getWebSocketEndpoint() - Method in class org.ops4j.pax.web.service.spi.model.events.WebSocketEventData
 
getWebSocketEndpointClass() - Method in class org.ops4j.pax.web.service.spi.model.elements.WebSocketModel
 
getWebSocketEndpointClass() - Method in class org.ops4j.pax.web.service.spi.model.events.WebSocketEventData
 
getWebSocketEndpointClassResolved() - Method in class org.ops4j.pax.web.service.spi.model.elements.WebSocketModel
 
getWebSocketModel() - Method in class org.ops4j.pax.web.service.spi.task.WebSocketModelChange
 
getWebSocketModels() - Method in class org.ops4j.pax.web.service.spi.model.ServiceModel
 
getWebSocketModels() - Method in class org.ops4j.pax.web.service.spi.task.WebSocketModelChange
 
getWebSocketUrlPathMapping() - Method in class org.ops4j.pax.web.service.spi.model.ServletContextModel
 
getWelcomeFileModel() - Method in class org.ops4j.pax.web.service.spi.task.WelcomeFileModelChange
 
getWelcomeFileModels() - Method in class org.ops4j.pax.web.service.spi.model.ServiceModel
 
getWelcomeFiles() - Method in class org.ops4j.pax.web.service.spi.model.elements.WelcomeFileModel
 
getWelcomeFiles() - Method in class org.ops4j.pax.web.service.spi.model.events.WelcomeFileEventData
 
getWelcomeFiles() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
getWelcomeFiles() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 

H

handleSecurity(HttpServletRequest, HttpServletResponse) - Method in class org.ops4j.pax.web.service.spi.context.DefaultHttpContext
There is no security by default, so always return "true".
handleSecurity(HttpServletRequest, HttpServletResponse) - Method in class org.ops4j.pax.web.service.spi.context.DefaultMultiBundleWebContainerContext
 
handleSecurity(HttpServletRequest, HttpServletResponse) - Method in class org.ops4j.pax.web.service.spi.context.DefaultServletContextHelper
 
handleSecurity(HttpServletRequest, HttpServletResponse) - Method in class org.ops4j.pax.web.service.spi.context.UniqueWebContainerContextWrapper
 
handleSecurity(HttpServletRequest, HttpServletResponse) - Method in class org.ops4j.pax.web.service.spi.context.WebContainerContextWrapper
 
hasContextModels() - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
 
hasDirectHttpContextInstance() - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
Checks if this OsgiContextModel has direct instance (not bound to any Bundle) of WebContainerContext.
hashCode() - Method in class org.ops4j.pax.web.service.spi.context.DefaultHttpContext
 
hashCode() - Method in class org.ops4j.pax.web.service.spi.context.DefaultMultiBundleWebContainerContext
 
hashCode() - Method in class org.ops4j.pax.web.service.spi.context.UniqueWebContainerContextWrapper
 
hashCode() - Method in class org.ops4j.pax.web.service.spi.context.WebContainerContextWrapper
 
hashCode() - Method in class org.ops4j.pax.web.service.spi.model.ContextKey
 
hashCode() - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
 
hashCode() - Method in class org.ops4j.pax.web.service.spi.model.elements.EventListenerKey
 
hashCode() - Method in class org.ops4j.pax.web.service.spi.model.Identity
 
hashCode() - Method in class org.ops4j.pax.web.service.spi.model.ServletContextModel
 
httpContext - Variable in class org.ops4j.pax.web.service.spi.model.ContextKey
 

I

id() - Method in interface org.ops4j.pax.web.service.spi.config.Configuration
Get unique identifier of the configuration.
Identity - Class in org.ops4j.pax.web.service.spi.model
Auto generated id.
Identity() - Constructor for class org.ops4j.pax.web.service.spi.model.Identity
 
init(FilterConfig) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiInitializedFilter
 
init(ServletConfig) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiInitializedServlet
 
init(FilterConfig) - Method in class org.ops4j.pax.web.service.spi.servlet.ScopedFilter
 
initialize() - Method in class org.ops4j.pax.web.service.spi.util.WebContainerManager
Initialization sets up bundle and service listeners assuming there are dedicated observers (to get customized notification) registered.
invalidate() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiHttpSession
 
isAfter() - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel.DynamicMapping
 
isAsynchronusRegistration() - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
 
isAsynchronusRegistration() - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
isAuthRolesSet() - Method in class org.ops4j.pax.web.service.spi.model.elements.SecurityConstraintModel
 
isAwaitingAllocation() - Method in class org.ops4j.pax.web.service.spi.model.events.WebApplicationEvent
 
isBundleProtocol(URL) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
Checks whether given URL uses protocol used by Bundle.getResource(String) (at least for Felix and Equinox).
isClientAuthNeeded() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Set client auth needed flag as in SSLEngine
isClientAuthWanted() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Set client auth wanted flag as in SSLEngine
isConfigurationAdminAvailable(Class<?>) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
 
isDenyUncoveredHttpMethods() - Method in class org.ops4j.pax.web.service.spi.model.ContextMetadataModel
 
isDirectory(URL) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
Checks if given location is a directory
isDisabled() - Method in class org.ops4j.pax.web.service.spi.task.ErrorPageModelChange
 
isDisabled() - Method in class org.ops4j.pax.web.service.spi.task.FilterModelChange
 
isDisabled() - Method in class org.ops4j.pax.web.service.spi.task.ServletModelChange
 
isDisabled() - Method in class org.ops4j.pax.web.service.spi.task.WebSocketModelChange
 
isDynamic() - Method in class org.ops4j.pax.web.service.spi.model.elements.EventListenerModel
 
isDynamic() - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel
 
isDynamic() - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
isDynamic() - Method in class org.ops4j.pax.web.service.spi.task.EventListenerModelChange
 
isDynamic() - Method in class org.ops4j.pax.web.service.spi.task.FilterModelChange
 
isDynamic() - Method in class org.ops4j.pax.web.service.spi.task.FilterStateChange
 
isDynamic() - Method in class org.ops4j.pax.web.service.spi.task.ServletModelChange
 
isEnableCRLDP() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Should Certificate Revocation List Distribution Points support (CRLDP) be enabled? Jetty sets com.sun.security.enableCRLDP system property
isEnableOCSP() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Should On-Line Certificate Status Protocol (OCSP) be enabled? Jetty calls Security.setProperty(java.lang.String, java.lang.String) to set ocsp.enable property
isEncEnabled() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Checks if configuration values are expected to be encrypted - this triggers a configuration (or tracking) of Jasypt StringEncryptor (optional dependency)
isEventAdminAvailable(Class<?>) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
Check if org.osgi.service.event.EventAdmin is available
isForAnyRuntime() - Method in class org.ops4j.pax.web.service.spi.model.elements.ContainerInitializerModel
 
isForJetty() - Method in class org.ops4j.pax.web.service.spi.model.elements.ContainerInitializerModel
 
isForTomcat() - Method in class org.ops4j.pax.web.service.spi.model.elements.ContainerInitializerModel
 
isForUndertow() - Method in class org.ops4j.pax.web.service.spi.model.elements.ContainerInitializerModel
 
isFragment(Bundle) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
Checkes whether a Bundle is a fragment bundle.
isHttpEnabled() - Method in interface org.ops4j.pax.web.service.spi.config.ServerConfiguration
Is default http connector/listener enabled? Uses PaxWebConfig.PID_CFG_HTTP_ENABLED
isHttpOnly() - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultSessionCookieConfig
 
isHttpSecureEnabled() - Method in interface org.ops4j.pax.web.service.spi.config.ServerConfiguration
Is default https connector/listener enabled? Uses PaxWebConfig.PID_CFG_HTTP_SECURE_ENABLED
isHttpService() - Method in class org.ops4j.pax.web.service.spi.model.info.WebApplicationInfo
 
isInitCalled() - Method in class org.ops4j.pax.web.service.spi.servlet.PreprocessorFilterConfig
 
isJasyptAvailable(Class<?>) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
Check if Jasypt bundle is available
isJspServlet() - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
isJspServlet() - Method in class org.ops4j.pax.web.service.spi.model.events.ServletEventData
 
isJspServlet() - Method in class org.ops4j.pax.web.service.spi.model.info.ServletInfo
 
isLogNCSAAppend() - Method in interface org.ops4j.pax.web.service.spi.config.LogConfiguration
Whether request log file should be opened in append mode
isLogNCSAExtended() - Method in interface org.ops4j.pax.web.service.spi.config.LogConfiguration
Whether to use extended request log format (including Referer and User-Agent headers)
isLogNCSAFormatEnabled() - Method in interface org.ops4j.pax.web.service.spi.config.LogConfiguration
Whether request logging (at entire server level) should be enabled.
isMetadataComplete() - Method in class org.ops4j.pax.web.service.spi.model.ContextMetadataModel
 
isNew() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiHttpSession
 
isOverridable() - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
isPreprocessor(boolean) - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel.Builder
 
isPreprocessor() - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel
 
isPrototype() - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
Should be used only when ElementModel.getElementReference() returns non-null value.
isRedirect() - Method in class org.ops4j.pax.web.service.spi.model.elements.WelcomeFileModel
 
isRedirect() - Method in class org.ops4j.pax.web.service.spi.model.events.WelcomeFileEventData
 
isReplaced() - Method in class org.ops4j.pax.web.service.spi.model.info.WebApplicationInfo
 
isReplay() - Method in class org.ops4j.pax.web.service.spi.model.events.WebElementEvent
 
isResourceServlet() - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
isResourceServlet() - Method in class org.ops4j.pax.web.service.spi.model.events.ServletEventData
 
isResourceServlet() - Method in class org.ops4j.pax.web.service.spi.model.info.ServletInfo
 
isSecure() - Method in class org.ops4j.pax.web.service.spi.model.events.ServerEvent.Address
 
isSecure() - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultSessionCookieConfig
 
isServletSecurityPresent() - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
isShared() - Method in class org.ops4j.pax.web.service.spi.context.DefaultHttpContext
 
isShared() - Method in class org.ops4j.pax.web.service.spi.context.DefaultMultiBundleWebContainerContext
 
isShared() - Method in class org.ops4j.pax.web.service.spi.context.UniqueWebContainerContextWrapper
 
isShared() - Method in class org.ops4j.pax.web.service.spi.context.WebContainerContextWrapper
 
isShared() - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
Returns true if the model represents Whiteboard context (ServletContextHelper) or it represents old HttpContext provided as direct (not a service reference) and is an instance of MultiBundleWebContainerContext.
isShowStacks() - Method in interface org.ops4j.pax.web.service.spi.config.ServerConfiguration
Flag that specifies whether stack traces should be visible in error pages.
isSslRenegotiationAllowed() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Is SSL renegotiation allowed?
isValid - Variable in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
 
isValid() - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
This method should be called from Whiteboard infrastructure to really perform the validation and set isValid flag, which is then used for "Failure DTO" purposes.
isValid() - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
This method should be called from Whiteboard infrastructure to really perform the validation and set isValid flag, which is then used for "Failure DTO" purposes.
isValidateCerts() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Should certificates in server keystore be validated when keystore is loaded? If true: Jetty will use org.eclipse.jetty.util.security.CertificateValidator, which underneath uses java.security.cert.CertPathValidator#validate).
isValidatePeerCerts() - Method in interface org.ops4j.pax.web.service.spi.config.SecurityConfiguration
Should certificates in server truststore be validated when truststore is loaded?
isWab() - Method in class org.ops4j.pax.web.service.spi.model.info.WebApplicationInfo
 
isWab() - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
A "WAB" context is always created by pax-web-extender-war when a WAB is installed and provides dedicated, direct (no service reference and no supplier) to HttpContext.
isWelcomeFilesRedirect() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
isWelcomeFilesRedirect() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
isWhiteboard() - Method in class org.ops4j.pax.web.service.spi.model.info.WebApplicationInfo
 
isWhiteboard() - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
A "whiteboard" context can override implicit "httpservice" context.
isXx4() - Method in class org.ops4j.pax.web.service.spi.model.elements.ErrorPageModel
 
isXx5() - Method in class org.ops4j.pax.web.service.spi.model.elements.ErrorPageModel
 

J

jsp() - Method in interface org.ops4j.pax.web.service.spi.config.Configuration
Accesses JSP related configuration used for Tomcat/Jasper engine configuration
JspConfiguration - Interface in org.ops4j.pax.web.service.spi.config
 
JspConfigurationModel - Class in org.ops4j.pax.web.service.spi.model.elements
Set of parameters to configure JSP parameters, referenced from OsgiContextModel.
JspConfigurationModel() - Constructor for class org.ops4j.pax.web.service.spi.model.elements.JspConfigurationModel
 
JspEventData - Class in org.ops4j.pax.web.service.spi.model.events
 
JspEventData(String[], String) - Constructor for class org.ops4j.pax.web.service.spi.model.events.JspEventData
 
JspModel - Class in org.ops4j.pax.web.service.spi.model.elements
 
JspModel(String[], String) - Constructor for class org.ops4j.pax.web.service.spi.model.elements.JspModel
 
jspServlet(boolean) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel.Builder
 

L

listeningAddresses - Variable in class org.ops4j.pax.web.service.spi.whiteboard.WebContainerDTO
 
listServlets() - Method in interface org.ops4j.pax.web.service.spi.model.views.ReportWebContainerView
Returns all available servlets registered using different means.
listWebApplications() - Method in interface org.ops4j.pax.web.service.spi.model.views.ReportWebContainerView
List all web applications installed (or failed) into pax-web-runtime.
loadClass(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContextClassLoader
 
loadOnStartup - Variable in class org.ops4j.pax.web.service.spi.util.ServletAnnotationScanner
 
LOG - Static variable in class org.ops4j.pax.web.service.spi.model.elements.ErrorPageModel
 
LOG - Static variable in class org.ops4j.pax.web.service.spi.model.elements.WebSocketModel
 
LOG - Static variable in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
LOG - Static variable in class org.ops4j.pax.web.service.spi.model.ServiceModel
 
LOG - Static variable in class org.ops4j.pax.web.service.spi.servlet.Default404Servlet
 
LOG - Static variable in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
log(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
log(Exception, String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
log(String, Throwable) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
LOG - Static variable in class org.ops4j.pax.web.service.spi.servlet.OsgiHttpServletRequestWrapper
 
LOG - Static variable in class org.ops4j.pax.web.service.spi.servlet.OsgiInitializedFilter
 
log(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
log(Exception, String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
log(String, Throwable) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
LOG - Static variable in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
log(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
log(Exception, String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
log(String, Throwable) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
LOG - Static variable in class org.ops4j.pax.web.service.spi.util.Utils
 
LOG - Static variable in class org.ops4j.pax.web.service.spi.util.WebContainerManager
 
LogConfiguration - Interface in org.ops4j.pax.web.service.spi.config
 
logging() - Method in interface org.ops4j.pax.web.service.spi.config.Configuration
Accesses configuration related to server logging and access logging.
LoginConfigModel - Class in org.ops4j.pax.web.service.spi.model.elements
Set of parameters for login configuration parameters, referenced from OsgiContextModel.
LoginConfigModel() - Constructor for class org.ops4j.pax.web.service.spi.model.elements.LoginConfigModel
 

M

makeImmutable() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContextClassLoader
After adding all bundles that back up this ClassLoader, this method prevents adding more bundles.
Mapping() - Constructor for class org.ops4j.pax.web.service.spi.model.elements.FilterModel.Mapping
 
Mapping(String[], String[]) - Constructor for class org.ops4j.pax.web.service.spi.model.elements.FilterModel.Mapping
 
maxCacheEntries() - Method in interface org.ops4j.pax.web.service.spi.config.ResourceConfiguration
Integer property to specify maximum number of cache entries (per single resource manager).
maxCacheEntrySize() - Method in interface org.ops4j.pax.web.service.spi.config.ResourceConfiguration
Integer property to specify maximum size of single cache entry (file) (per single resource manager) in kB.
maxCacheTTL() - Method in interface org.ops4j.pax.web.service.spi.config.ResourceConfiguration
Integer property to specify TTL for resource cache entries (ms)
maxTotalCacheSize() - Method in interface org.ops4j.pax.web.service.spi.config.ResourceConfiguration
Integer property to specify maximum total size of the cache (per single resource manager) in kB.
MimeAndLocaleMappingChange - Class in org.ops4j.pax.web.service.spi.task
 
MimeAndLocaleMappingChange(OpCode, Map<String, String>, Map<String, String>, OsgiContextModel) - Constructor for class org.ops4j.pax.web.service.spi.task.MimeAndLocaleMappingChange
 
ModelRegistrationException - Exception in org.ops4j.pax.web.service.spi.model
Special RuntimeException to handle checked exceptions thrown from ModelRegistrationTask that can be run in CompletableFuture.
ModelRegistrationException() - Constructor for exception org.ops4j.pax.web.service.spi.model.ModelRegistrationException
 
ModelRegistrationException(String) - Constructor for exception org.ops4j.pax.web.service.spi.model.ModelRegistrationException
 
ModelRegistrationException(String, Throwable) - Constructor for exception org.ops4j.pax.web.service.spi.model.ModelRegistrationException
 
ModelRegistrationException(ServletException) - Constructor for exception org.ops4j.pax.web.service.spi.model.ModelRegistrationException
 
ModelRegistrationException(NamespaceException) - Constructor for exception org.ops4j.pax.web.service.spi.model.ModelRegistrationException
 
ModelRegistrationException(String, Throwable, boolean, boolean) - Constructor for exception org.ops4j.pax.web.service.spi.model.ModelRegistrationException
 
ModelRegistrationTask<T> - Interface in org.ops4j.pax.web.service.spi.model
A task that can be passed to ServerModel#run(ModelRegistrationTask) to ensure running it in single threaded "configuration/registration" event loop.
modifiedService(ServiceReference<WebContainer>, ServiceReference<WebContainer>) - Method in class org.ops4j.pax.web.service.spi.util.WebContainerManager
 
multiPartConfigAnnotation - Variable in class org.ops4j.pax.web.service.spi.util.ServletAnnotationScanner
 

N

NamedThreadFactory - Class in org.ops4j.pax.web.service.spi.util
Handy ThreadFactory for threads with standardized name.
NamedThreadFactory(String) - Constructor for class org.ops4j.pax.web.service.spi.util.NamedThreadFactory
 
newThread(Runnable) - Method in class org.ops4j.pax.web.service.spi.util.NamedThreadFactory
 
noMoreServletContextListeners() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
This will mark the OsgiServletContext as a context that still alows for dynamic registration, but not if the listener implements ServletContextListener
normalizeAlias(String) - Static method in class org.ops4j.pax.web.service.spi.util.Path
Alias should always be "exact" path
normalizePattern(String) - Static method in class org.ops4j.pax.web.service.spi.util.Path
Normalizes a pattern = prepends the path with slash (/) if the path does not start with a slash.
normalizePatterns(String[]) - Static method in class org.ops4j.pax.web.service.spi.util.Path
Normalize an array of patterns.
normalizeResourcePath(String) - Static method in class org.ops4j.pax.web.service.spi.util.Path
Normalize the path for accesing a resource, meaning that will replace consecutive slashes and will remove a leading slash if present.

O

of(OsgiContextModel) - Static method in class org.ops4j.pax.web.service.spi.model.ContextKey
 
of(WebContainerContext) - Static method in class org.ops4j.pax.web.service.spi.model.ContextKey
 
ofModel(EventListenerModel) - Static method in class org.ops4j.pax.web.service.spi.model.elements.EventListenerKey
Create a key from EventListenerModel
ofPosition(int) - Static method in class org.ops4j.pax.web.service.spi.model.elements.EventListenerKey
Create a key from a position in the list of listeners added programatically
onStartup() - Method in class org.ops4j.pax.web.service.spi.servlet.RegisteringContainerInitializer
 
onStartup(Set<Class<?>>, ServletContext) - Method in class org.ops4j.pax.web.service.spi.servlet.RegisteringContainerInitializer
 
onStartup() - Method in class org.ops4j.pax.web.service.spi.servlet.SCIWrapper
No-arg version that uses the classes from the model itself.
onStartup(Set<Class<?>>, ServletContext) - Method in class org.ops4j.pax.web.service.spi.servlet.SCIWrapper
 
OpCode - Enum in org.ops4j.pax.web.service.spi.task
Kind of operation to perform on model
org.ops4j.pax.web.service.spi - package org.ops4j.pax.web.service.spi
Main SPI package for Pax Web.
org.ops4j.pax.web.service.spi.config - package org.ops4j.pax.web.service.spi.config
 
org.ops4j.pax.web.service.spi.context - package org.ops4j.pax.web.service.spi.context
This package provides various implementations of HttpContext and WebContainerContext to be used in: Http Service implementation in pax-web-runtime bundle Whiteboard Service implementation in pax-web-extender-whiteboard bundle
org.ops4j.pax.web.service.spi.model - package 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.model.elements - 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.
org.ops4j.pax.web.service.spi.model.events - package 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.
org.ops4j.pax.web.service.spi.model.info - package org.ops4j.pax.web.service.spi.model.info
This package contains DTO-like classes used when presenting information about Pax Web models.
org.ops4j.pax.web.service.spi.model.views - package org.ops4j.pax.web.service.spi.model.views
 
org.ops4j.pax.web.service.spi.servlet - package org.ops4j.pax.web.service.spi.servlet
Package with classes used in different runtimes for common tasks, like wrapping HttpServletRequest.
org.ops4j.pax.web.service.spi.servlet.dynamic - package org.ops4j.pax.web.service.spi.servlet.dynamic
 
org.ops4j.pax.web.service.spi.task - package 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.util - package org.ops4j.pax.web.service.spi.util
 
org.ops4j.pax.web.service.spi.whiteboard - package org.ops4j.pax.web.service.spi.whiteboard
 
OsgiContextModel - Class in org.ops4j.pax.web.service.spi.model
This class represents OSGi-specific HttpContext/ServletContextHelper and points to single, server-specific ServletContext and (at model level) to single ServletContextModel.
OsgiContextModel(Bundle, Integer, Long, boolean) - Constructor for class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
OsgiContextModel(WebContainerContext, Bundle, String, boolean) - Constructor for class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
OsgiContextModelChange - Class in org.ops4j.pax.web.service.spi.task
 
OsgiContextModelChange(OpCode, WebContainerContext, OsgiContextModel, ServletContextModel) - Constructor for class org.ops4j.pax.web.service.spi.task.OsgiContextModelChange
 
OsgiDynamicServletContext - Class in org.ops4j.pax.web.service.spi.servlet
This class wraps OsgiServletContext and is used to perform "dynamic registration operations" of servlets, filters and listeners into single physical ServletContext.
OsgiDynamicServletContext(OsgiServletContext, DynamicRegistrations) - Constructor for class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
OsgiFilterChain - Class in org.ops4j.pax.web.service.spi.servlet
A FilterChain that can be configured in any runtime to correctly handle two concepts defined in Http Service / Whiteboard Service specifications: Preprocessor filters HttpContext.handleSecurity(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) and/or ServletContextHelper.handleSecurity(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) + ServletContextHelper.finishSecurity(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
OsgiFilterChain(List<Preprocessor>, ServletContext, WebContainerContext, FilterChain, OsgiSessionAttributeListener, Consumer<HttpServletRequest>) - Constructor for class org.ops4j.pax.web.service.spi.servlet.OsgiFilterChain
Creates FilterChain that will invoke all the processors, security handlers, filters and target servlet in correct order.
OsgiHttpServletRequestWrapper - Class in org.ops4j.pax.web.service.spi.servlet
This HttpServletRequestWrapper ensures that servlets/filters will always get proper ServletContext that implements proper, specification-defined delegation of selected methods.
OsgiHttpServletRequestWrapper(HttpServletRequest, ServletContext, OsgiSessionAttributeListener) - Constructor for class org.ops4j.pax.web.service.spi.servlet.OsgiHttpServletRequestWrapper
Constructs a request object wrapping the given request.
OsgiHttpSession - Class in org.ops4j.pax.web.service.spi.servlet
Special HttpSession that: Implements session separation from 140.2.7 "Relation to the Servlet Container" Returns OSGi context specific ServletContext
OsgiHttpSession(HttpSession, ServletContext, ServletContext, OsgiSessionAttributeListener) - Constructor for class org.ops4j.pax.web.service.spi.servlet.OsgiHttpSession
 
OsgiInitializedFilter - Class in org.ops4j.pax.web.service.spi.servlet
Filter wrapper that uses correct FilterConfig wrapper that returns correct wrapper for ServletContext
OsgiInitializedFilter(Filter, FilterModel, ServletContext, boolean) - Constructor for class org.ops4j.pax.web.service.spi.servlet.OsgiInitializedFilter
 
OsgiInitializedServlet - Class in org.ops4j.pax.web.service.spi.servlet
Servlet wrapper that uses correct ServletConfig wrapper that returns correct wrapper for ServletContext related to given servlet.
OsgiInitializedServlet(Servlet, OsgiScopedServletContext, boolean) - Constructor for class org.ops4j.pax.web.service.spi.servlet.OsgiInitializedServlet
 
OsgiScopedServletContext - Class in org.ops4j.pax.web.service.spi.servlet
This class provides special ServletContext.getClassLoader() method for Whiteboard elements.
OsgiScopedServletContext(OsgiServletContext, Bundle) - Constructor for class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
OsgiServletContext - Class in org.ops4j.pax.web.service.spi.servlet
Implementation of ServletContext for the contract described in 140.2.6 "Behavior of the Servlet Context" from OSGi CMPN R7 Whiteboard Service specification.
OsgiServletContext(ServletContext, OsgiContextModel, ServletContextModel, SessionCookieConfig, ClassLoader) - Constructor for class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
Constructor called when OsgiContextModel is passed to given ServerController.
OsgiServletContextClassLoader - Class in org.ops4j.pax.web.service.spi.servlet
A ClassLoader added in Pax Web to replace all pax-swissbox/xbean bundle classloaders and to be used as the ClassLoader for OsgiServletContext.
OsgiServletContextClassLoader() - Constructor for class org.ops4j.pax.web.service.spi.servlet.OsgiServletContextClassLoader
 
OsgiSessionAttributeListener - Class in org.ops4j.pax.web.service.spi.servlet
A runtime-agnostic interface used to call actual HttpSessionAttributeListener listeners registered in specific runtime.
OsgiSessionAttributeListener(List<EventListenerModel>) - Constructor for class org.ops4j.pax.web.service.spi.servlet.OsgiSessionAttributeListener
 

P

Path - Class in org.ops4j.pax.web.service.spi.util
Divers utilities related to request paths.
performValidation() - Method in class org.ops4j.pax.web.service.spi.model.elements.ContainerInitializerModel
 
performValidation() - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
Perform element-specific validation and throws different exceptions for all element-specific validation problems.
performValidation() - Method in class org.ops4j.pax.web.service.spi.model.elements.ErrorPageModel
 
performValidation() - Method in class org.ops4j.pax.web.service.spi.model.elements.EventListenerModel
 
performValidation() - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel
 
performValidation() - Method in class org.ops4j.pax.web.service.spi.model.elements.JspModel
 
performValidation() - Method in class org.ops4j.pax.web.service.spi.model.elements.SecurityConfigurationModel
 
performValidation() - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
performValidation() - Method in class org.ops4j.pax.web.service.spi.model.elements.WebSocketModel
 
performValidation() - Method in class org.ops4j.pax.web.service.spi.model.elements.WelcomeFileModel
 
performValidation() - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
Perform context-specific validation and throws different exceptions when needed.
port - Variable in class org.ops4j.pax.web.service.spi.whiteboard.WebContainerDTO
 
prepareErrorPageSnapshot(Map<String, TreeMap<ErrorPageModel, List<OsgiContextModel>>>, Set<ErrorPageModel>, ErrorPageModel, Set<ErrorPageModel>) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
Preparation for ServerModel.reEnableErrorPageModels(Set, Map, ErrorPageModel, Batch) that does proper copy of current state of all ServletContextModel
prepareFiltersSnapshot(Map<String, TreeMap<FilterModel, List<OsgiContextModel>>>, Set<FilterModel>, FilterModel, Set<FilterModel>) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
Preparation for ServerModel.reEnableFilterModels(Set, Map, FilterModel, Batch) that does proper copy of current state of all ServletContextModel
prepareWebSocketsSnapshot(Map<String, Map<String, WebSocketModel>>, Set<WebSocketModel>, WebSocketModel, Set<WebSocketModel>) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
Preparation for ServerModel.reEnableWebSocketModels(Set, Map, WebSocketModel, Batch) that does proper copy of current state of all ServletContextModel
PreprocessorFilterConfig - Class in org.ops4j.pax.web.service.spi.servlet
 
PreprocessorFilterConfig(FilterModel, OsgiServletContext) - Constructor for class org.ops4j.pax.web.service.spi.servlet.PreprocessorFilterConfig
 
putValue(String, Object) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiHttpSession
 

R

redirectWelcome() - Method in interface org.ops4j.pax.web.service.spi.config.ResourceConfiguration
Boolean property to specify whether welcome file should be served immediately, or by redirect.
regexPatterns - Variable in class org.ops4j.pax.web.service.spi.model.elements.FilterModel.Mapping
 
register(WhiteboardWebContainerView) - Method in class org.ops4j.pax.web.service.spi.model.elements.ContainerInitializerModel
 
register(WhiteboardWebContainerView) - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
Each ElementModel can register itself as Whiteboard element.
register(WhiteboardWebContainerView) - Method in class org.ops4j.pax.web.service.spi.model.elements.ErrorPageModel
 
register(WhiteboardWebContainerView) - Method in class org.ops4j.pax.web.service.spi.model.elements.EventListenerModel
 
register(WhiteboardWebContainerView) - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel
 
register(WhiteboardWebContainerView) - Method in class org.ops4j.pax.web.service.spi.model.elements.JspModel
 
register(WhiteboardWebContainerView) - Method in class org.ops4j.pax.web.service.spi.model.elements.SecurityConfigurationModel
 
register(WhiteboardWebContainerView) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
register(WhiteboardWebContainerView) - Method in class org.ops4j.pax.web.service.spi.model.elements.WebSocketModel
 
register(WhiteboardWebContainerView) - Method in class org.ops4j.pax.web.service.spi.model.elements.WelcomeFileModel
 
register() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
A server wrapper that finds this OsgiServletContext to be highest ranked for given physical ServletContext should register it as OSGi service for given context path.
registerBatchCompletedAction(Change) - Method in class org.ops4j.pax.web.service.spi.task.Change
If during action/change handling, the visitor (action invoker) decides there's another action to perform but in separate thread (next "tick" of single event thread), this is the way to register such action.
registerBundle(Bundle) - Method in class org.ops4j.pax.web.service.spi.context.DefaultMultiBundleWebContainerContext
 
registerBundle(Bundle) - Method in class org.ops4j.pax.web.service.spi.context.UniqueMultiBundleWebContainerContextWrapper
 
registerErrorPages(ErrorPageModel) - Method in interface org.ops4j.pax.web.service.spi.whiteboard.WhiteboardWebContainerView
Registers error pages into associated contexts
registerFilter(FilterModel) - Method in interface org.ops4j.pax.web.service.spi.model.views.DynamicJEEWebContainerView
Dynamically registers a filter without a way to unregister it.
registerFilter(FilterModel) - Method in interface org.ops4j.pax.web.service.spi.whiteboard.WhiteboardWebContainerView
One-stop method to register a Filter described using FilterModel.
RegisteringContainerInitializer - Class in org.ops4j.pax.web.service.spi.servlet
The ServletContainerInitializer that's supposed to collect all the servlets/filters/listeners that may have beed dynamically added when other SCIs were called and actually register them using full Pax Web procedure of going through the ServerModel, batches and server controllers.
RegisteringContainerInitializer(OsgiServletContext, DynamicRegistrations) - Constructor for class org.ops4j.pax.web.service.spi.servlet.RegisteringContainerInitializer
 
RegisteringContextListener - Class in org.ops4j.pax.web.service.spi.servlet
A ServletContextListener that performs the dynamic registrations made by SCIs and other servlet context listeners.
RegisteringContextListener(DynamicRegistrations) - Constructor for class org.ops4j.pax.web.service.spi.servlet.RegisteringContextListener
 
registerJsp(JspModel) - Method in interface org.ops4j.pax.web.service.spi.whiteboard.WhiteboardWebContainerView
Registration of JSP model
registerListener(EventListenerModel) - Method in interface org.ops4j.pax.web.service.spi.model.views.DynamicJEEWebContainerView
Dynamically registers a listener without a way to unregister it.
registerListener(EventListenerModel) - Method in interface org.ops4j.pax.web.service.spi.whiteboard.WhiteboardWebContainerView
Registers a EventListenerModel.
registerOsgiContextModelIfNeeded(OsgiContextModel, ServiceModel, Batch) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
Ensures that OsgiContextModel created and managed in pax-web-extender-whiteboard and passed together with ElementModel is correctly registered in this ServerModel and passed to ServerController.
registerReportViewPlugin(ReportViewPlugin) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
registerReportViewPlugin(ReportViewPlugin) - Method in interface org.ops4j.pax.web.service.spi.model.views.WebAppWebContainerView
Register additional ReportViewPlugin
registerResources(ServletModel) - Method in interface org.ops4j.pax.web.service.spi.whiteboard.WhiteboardWebContainerView
Registers a ServletModel as a resource servlet, which means that first proper resource servlet has to be created.
registerSecurityConfiguration(SecurityConfigurationModel) - Method in interface org.ops4j.pax.web.service.spi.whiteboard.WhiteboardWebContainerView
registerServlet(ServletModel) - Method in interface org.ops4j.pax.web.service.spi.model.views.DynamicJEEWebContainerView
Dynamically registers a servlet without a way to unregister it.
registerServlet(ServletModel) - Method in interface org.ops4j.pax.web.service.spi.whiteboard.WhiteboardWebContainerView
One-stop method to register a Servlet described using ServletModel.
registerWabOsgiContextListener(WebContextEventListener) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
When WABs send their OsgiContextModel to ServerModel, this should be the only, always-winning OsgiContextModel used both by the Whiteboard and HttpService web elements.
registerWabOsgiContextListener(WebContextEventListener) - Method in interface org.ops4j.pax.web.service.spi.whiteboard.WhiteboardWebContainerView
Register a listener/hook, that'll be called when there's OsgiContextModel created for the WAB.
registerWebSocket(WebSocketModel) - Method in interface org.ops4j.pax.web.service.spi.whiteboard.WhiteboardWebContainerView
Registration of WebSocketModel
registerWelcomeFiles(WelcomeFileModel) - Method in interface org.ops4j.pax.web.service.spi.whiteboard.WhiteboardWebContainerView
Registers welcome files into associated contexts
registrationEvent(WebElementEvent) - Method in interface org.ops4j.pax.web.service.spi.model.events.WebElementEventListener
Notification about registration (failed or successful) and unregistration of any ElementModel
releaseContainer(Bundle) - Method in class org.ops4j.pax.web.service.spi.util.WebContainerManager
Helper method to release cached PaxWebContainerView for the passed BundleContext and current reference to a WebContainer service.
releaseContainer(Bundle, ServiceReference<WebContainer>) - Method in class org.ops4j.pax.web.service.spi.util.WebContainerManager
Helper method to release cached PaxWebContainerView
releaseContext(Bundle, String) - Method in interface org.ops4j.pax.web.service.spi.model.views.WebAppWebContainerView
After a WAB is undeployed, the context path used by this bundle is again free for registration by Whiteboard or HttpService.
releaseEventListener() - Method in class org.ops4j.pax.web.service.spi.model.elements.EventListenerModel
 
releaseHttpContext(Bundle) - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
Call BundleContext.ungetService(ServiceReference) for given bundle if needed, to release the WebContainerContext reference.
releaseServerController(ServerController, Configuration) - Method in interface org.ops4j.pax.web.service.spi.ServerControllerFactory
Cleanup method, because we don't want controllers to live forever.
releaseWabContext(String, Bundle) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
Free the OsgiContextModel allocated previously by a WAB.
releaseWebContainerContext(Bundle) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
Everywhere the OsgiScopedServletContext is created, we have to call BundleContext.ungetService(ServiceReference) on the WebContainerContext reference
releaseWebContainerContext() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
Everywhere the OsgiServletContext is created, we have to call BundleContext.ungetService(ServiceReference) on the WebContainerContext reference when needed.
rememberAttributesFromSCIs() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
This method has to be called after SCIWrapper calls wrapped ServletContainerInitializer, so attributes potentially added by the SCI are removed when the context is restarted.
removeAttribute(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
removeAttribute(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiHttpSession
 
removeAttribute(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
removeAttribute(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
removeContainerInitializerModels(List<ContainerInitializerModel>) - Method in class org.ops4j.pax.web.service.spi.task.Batch
removedService(ServiceReference<WebContainer>, ServiceReference<WebContainer>) - Method in class org.ops4j.pax.web.service.spi.util.WebContainerManager
 
removeErrorPageModels(List<ErrorPageModel>, Batch) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
removeErrorPageModels(List<ErrorPageModel>) - Method in class org.ops4j.pax.web.service.spi.task.Batch
removeEventListenerModels(List<EventListenerModel>, Batch) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
removeEventListenerModels(List<EventListenerModel>) - Method in class org.ops4j.pax.web.service.spi.task.Batch
Remove existing EventListenerModel
removeFilterModels(List<FilterModel>, Batch) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
removeFilterModels(List<FilterModel>) - Method in class org.ops4j.pax.web.service.spi.task.Batch
removeListener(ServerListener) - Method in interface org.ops4j.pax.web.service.spi.ServerController
Unregisters previously registered listener
removeOsgiContextModel(OsgiContextModel) - Method in class org.ops4j.pax.web.service.spi.task.Batch
Remove existing OsgiContextModel
removeServletContextAttributeListener(ServletContextAttributeListener) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
Non standard method, so we can handle ServletContextAttributeListener listeners in special, per context way.
removeServletModels(List<ServletModel>, Batch) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
Adds relevant batch operations related to unregistration of servlet models.
removeServletModels(Map<ServletModel, Boolean>) - Method in class org.ops4j.pax.web.service.spi.task.Batch
removeValue(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiHttpSession
 
removeWebSocketModels(List<WebSocketModel>, Batch) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
removeWebSocketModels(Map<WebSocketModel, Boolean>) - Method in class org.ops4j.pax.web.service.spi.task.Batch
Remove existing WebSocketModel
removeWelcomeFileModel(WelcomeFileModel, Batch) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
removeWelcomeFileModel(WelcomeFileModel) - Method in class org.ops4j.pax.web.service.spi.task.Batch
removeWhiteboardContext(OsgiContextModel) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
removeWhiteboardOsgiContextModel(OsgiContextModel) - Method in interface org.ops4j.pax.web.service.spi.whiteboard.WhiteboardWebContainerView
Removes Whiteboard-registered (customized) OsgiContextModel from WebContainer, which may then switch to using "default" HttpContext
replaceSlashes(String) - Static method in class org.ops4j.pax.web.service.spi.util.Path
Replaces multiple subsequent slashes with one slash.
ReportViewPlugin - Interface in org.ops4j.pax.web.service.spi.model.views
An interfaces that should be implemented by bundles that want to create/alter/enhance the information returned by ReportWebContainerView.
ReportWebContainerView - Interface in org.ops4j.pax.web.service.spi.model.views
This view is used only to get read-only information about the state of ServerModel.
reRegisterWebElementsIfNeeded(OsgiContextModel, OsgiContextModel, Batch) - Method in class org.ops4j.pax.web.service.spi.model.ServiceModel
Fragile method that should check all the web elements registered into this ServiceModel but only if these elements were NOT registered through Whiteboard and were registered using oldContext.
resetContextModels() - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
Method used when Whiteboard service changes its registration properties
resolve(String) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
 
resolve(String, String) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
 
resolve(Map<String, String>, String, String) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
 
resolveEventListener() - Method in class org.ops4j.pax.web.service.spi.model.elements.EventListenerModel
Method to be called by actual runtime to obtain an instance of the listener.
resolveHttpContext(Bundle) - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
This method gets a WebContainerContext asociated with given model.
ResourceConfiguration - Interface in org.ops4j.pax.web.service.spi.config
Configuration related to "default servlets"
resources() - Method in interface org.ops4j.pax.web.service.spi.config.Configuration
Accesses configuration related to "resource handling" (default servlets per resource definition).
resourceServlet(boolean) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel.Builder
 
run() - Method in interface org.ops4j.pax.web.service.spi.model.ModelRegistrationTask
Run a task on behalf of WebContainer implementations, where we better ensure synchronous manipulation of internal Pax Web model and invocation of ServerController
run(ModelRegistrationTask<T>, boolean) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
Utility method of the global ServerModel to ensure serial invocation of configuration/registration tasks.
runAsync(ModelRegistrationTask<T>) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
Utility method of the global ServerModel to allow asynchronous configuration/registration tasks.
runSilently(ModelRegistrationTask<T>, boolean) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 

S

same(Dictionary<String, ?>, Dictionary<String, ?>) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
 
same(Object, Object) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
 
scanned - Variable in class org.ops4j.pax.web.service.spi.util.FilterAnnotationScanner
 
scanned - Variable in class org.ops4j.pax.web.service.spi.util.ServletAnnotationScanner
 
SCIWrapper - Class in org.ops4j.pax.web.service.spi.servlet
A ServletContainerInitializer that calls actual SCI with different ServletContext
SCIWrapper(OsgiDynamicServletContext, ContainerInitializerModel) - Constructor for class org.ops4j.pax.web.service.spi.servlet.SCIWrapper
 
ScopedFilter - Class in org.ops4j.pax.web.service.spi.servlet
Filter wrapper that can skip delegate's invocation if OsgiContextModel doesn't match.
ScopedFilter(Filter, FilterModel) - Constructor for class org.ops4j.pax.web.service.spi.servlet.ScopedFilter
 
securePath(String) - Static method in class org.ops4j.pax.web.service.spi.util.Path
Make passed path securely appendable to some resource base path.
securePort - Variable in class org.ops4j.pax.web.service.spi.whiteboard.WebContainerDTO
 
security() - Method in interface org.ops4j.pax.web.service.spi.config.Configuration
Accesses security related configuration for SSL/TLS, certificates and authentication.
SecurityConfigChange - Class in org.ops4j.pax.web.service.spi.task
Change of login config and security constraints.
SecurityConfigChange(OpCode, OsgiContextModel, LoginConfigModel, List<SecurityConstraintModel>, List<String>) - Constructor for class org.ops4j.pax.web.service.spi.task.SecurityConfigChange
 
SecurityConfiguration - Interface in org.ops4j.pax.web.service.spi.config
 
SecurityConfigurationEventData - Class in org.ops4j.pax.web.service.spi.model.events
 
SecurityConfigurationEventData(String, String) - Constructor for class org.ops4j.pax.web.service.spi.model.events.SecurityConfigurationEventData
 
SecurityConfigurationModel - Class in org.ops4j.pax.web.service.spi.model.elements
Single configuration class for 3 top-level elements of web.xml: <login-config> (1 per context): org.eclipse.jetty.security.SecurityHandler#setRealmName() + few others org.apache.catalina.Context#setLoginConfig() io.undertow.servlet.api.DeploymentInfo#setLoginConfig() <security-constraint> (N per context): org.eclipse.jetty.security.ConstraintAware#addConstraintMapping() org.apache.catalina.Context#addConstraint() io.undertow.servlet.api.DeploymentInfo#addSecurityConstraint() <security-role> (N per context): org.eclipse.jetty.security.ConstraintSecurityHandler#setRoles() org.apache.catalina.Context#addSecurityRole() io.undertow.servlet.api.DeploymentInfo#addSecurityRole()
SecurityConfigurationModel() - Constructor for class org.ops4j.pax.web.service.spi.model.elements.SecurityConfigurationModel
 
SecurityConstraintModel - Class in org.ops4j.pax.web.service.spi.model.elements
Passive web element representing <security-constraint> element of web.xml.
SecurityConstraintModel() - Constructor for class org.ops4j.pax.web.service.spi.model.elements.SecurityConstraintModel
 
SecurityConstraintModel.WebResourceCollection - Class in org.ops4j.pax.web.service.spi.model.elements
A collection of constrained collection of URIs - <web-resource-collection> elements from web.xml
sendBatch(Batch) - Method in interface org.ops4j.pax.web.service.spi.model.views.WebAppWebContainerView
Pax Web Extender WAR assembles a "web application" using many different sources (web.xml, fragments, annotations, ...).
sendBatch(Batch) - Method in interface org.ops4j.pax.web.service.spi.ServerController
Each ServerController can be instructed to perform Batch of atomic operations.
server() - Method in interface org.ops4j.pax.web.service.spi.config.Configuration
Accesses server-wide configuration that covers listeners, directory locations, ports, etc.
ServerConfiguration - Interface in org.ops4j.pax.web.service.spi.config
 
ServerController - Interface in org.ops4j.pax.web.service.spi
Interface used by pax-web-runtime to interact with actual server runtime.
ServerControllerFactory - Interface in org.ops4j.pax.web.service.spi
Main SPI interface used by pax-web-runtime to create ServerController which will be the only way to configure and control targe server runtime.
ServerEvent - Class in org.ops4j.pax.web.service.spi.model.events
Event related to entire ServerController state.
ServerEvent(ServerEvent.State, ServerEvent.Address[]) - Constructor for class org.ops4j.pax.web.service.spi.model.events.ServerEvent
 
ServerEvent.Address - Class in org.ops4j.pax.web.service.spi.model.events
 
ServerEvent.State - Enum in org.ops4j.pax.web.service.spi.model.events
 
ServerListener - Interface in org.ops4j.pax.web.service.spi.model.events
Interface to use in order to get notified about container lifecycle events.
ServerModel - Class in org.ops4j.pax.web.service.spi.model
Holds web elements in a global context accross all services (all bundles using the Http Service).
ServerModel(Executor) - Constructor for class org.ops4j.pax.web.service.spi.model.ServerModel
Creates new global model of all web applications with Executor to be used for configuration and registration tasks.
ServerModel(Executor, long) - Constructor for class org.ops4j.pax.web.service.spi.model.ServerModel
Creates new global model of all web applications with Executor to be used for configuration and registration tasks and thread id specified for checking if tasks run with this (assumed) single thread executor
ServerState - Enum in org.ops4j.pax.web.service.spi
State of the target server runtime as seen through ServerController
service(HttpServletRequest, HttpServletResponse) - Method in class org.ops4j.pax.web.service.spi.servlet.Default404Servlet
 
service(ServletRequest, ServletResponse) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiInitializedServlet
 
ServiceModel - Class in org.ops4j.pax.web.service.spi.model
Service Model is kept at HttpService level, which is bundle-scoped in Pax Web (though Http Service specification doesn't mention the scope of Http Service).
ServiceModel(ServerModel, ServerController, Bundle, WebElementEventListener) - Constructor for class org.ops4j.pax.web.service.spi.model.ServiceModel
 
ServletAnnotationScanner - Class in org.ops4j.pax.web.service.spi.util
Helper class to scan for WebServlet annotation
ServletAnnotationScanner(Class<? extends Servlet>) - Constructor for class org.ops4j.pax.web.service.spi.util.ServletAnnotationScanner
 
ServletContextModel - Class in org.ops4j.pax.web.service.spi.model
This class is 1:1 representation of server-specific ServletContext and is unaware of OSGi-related representation of a context (like HttpContext and ServletContextHelper).
ServletContextModel(String) - Constructor for class org.ops4j.pax.web.service.spi.model.ServletContextModel
 
ServletContextModelChange - Class in org.ops4j.pax.web.service.spi.task
ServletContextModelChange(OpCode, ServletContextModel) - Constructor for class org.ops4j.pax.web.service.spi.task.ServletContextModelChange
 
ServletEventData - Class in org.ops4j.pax.web.service.spi.model.events
 
ServletEventData(String, String, String[], Servlet) - Constructor for class org.ops4j.pax.web.service.spi.model.events.ServletEventData
 
ServletInfo - Class in org.ops4j.pax.web.service.spi.model.info
A read-only class to present information about ServletModel.
ServletInfo(ServletModel) - Constructor for class org.ops4j.pax.web.service.spi.model.info.ServletInfo
 
ServletModel - Class in org.ops4j.pax.web.service.spi.model.elements
Set of parameters describing everything that's required to register a Servlet.
ServletModel(String, String, Servlet, Class<? extends Servlet>, ServiceReference<Servlet>) - Constructor for class org.ops4j.pax.web.service.spi.model.elements.ServletModel
Constructor used for servlet unregistration
ServletModel(String, Servlet, Dictionary<?, ?>, Integer, Boolean) - Constructor for class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
ServletModel(String, String[], Servlet, Dictionary<String, String>, Integer, Boolean, MultipartConfigElement) - Constructor for class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
ServletModel(String[], Class<? extends Servlet>, Dictionary<String, String>, Integer, Boolean, MultipartConfigElement) - Constructor for class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
ServletModel.Builder - Class in org.ops4j.pax.web.service.spi.model.elements
 
ServletModelChange - Class in org.ops4j.pax.web.service.spi.task
 
ServletModelChange(OpCode, ServletModel, OsgiContextModel...) - Constructor for class org.ops4j.pax.web.service.spi.task.ServletModelChange
 
ServletModelChange(OpCode, Map<ServletModel, Boolean>) - Constructor for class org.ops4j.pax.web.service.spi.task.ServletModelChange
 
ServletModelChange(OpCode, Map<ServletModel, Boolean>, boolean) - Constructor for class org.ops4j.pax.web.service.spi.task.ServletModelChange
 
ServletModelChange(OpCode, ServletModel, boolean, OsgiContextModel...) - Constructor for class org.ops4j.pax.web.service.spi.task.ServletModelChange
 
servletName - Variable in class org.ops4j.pax.web.service.spi.util.ServletAnnotationScanner
 
servletNames - Variable in class org.ops4j.pax.web.service.spi.model.elements.FilterModel.Mapping
 
servletNames - Variable in class org.ops4j.pax.web.service.spi.util.FilterAnnotationScanner
 
session() - Method in interface org.ops4j.pax.web.service.spi.config.Configuration
Accesses session related configuration
SessionConfiguration - Interface in org.ops4j.pax.web.service.spi.config
While some session configuration parameters (those specified in web.xml and SessionCookieConfig) can be specified through WebContainer and during WAR deployment, some server-specific options can be configured only globally through PaxWebConstants.PID.
SessionConfigurationModel - Class in org.ops4j.pax.web.service.spi.model.elements
Set of parameters configuring HTTP Sessions, referenced from OsgiContextModel.
SessionConfigurationModel() - Constructor for class org.ops4j.pax.web.service.spi.model.elements.SessionConfigurationModel
 
setAsynchronusRegistration(boolean) - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
 
setAsynchronusRegistration(boolean) - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
setAsyncSupported(Boolean) - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel
 
setAsyncSupported(Boolean) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
setAsyncSupported(boolean) - Method in class org.ops4j.pax.web.service.spi.servlet.dynamic.DynamicFilterRegistration
 
setAsyncSupported(boolean) - Method in class org.ops4j.pax.web.service.spi.servlet.dynamic.DynamicServletRegistration
 
setAttribute(String, Object) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
setAttribute(String, Object) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiHttpServletRequestWrapper
 
setAttribute(String, Object) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiHttpSession
 
setAttribute(String, Object) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
setAttribute(String, Object) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
setAuthMethod(String) - Method in class org.ops4j.pax.web.service.spi.model.elements.LoginConfigModel
 
setAuthRolesSet(boolean) - Method in class org.ops4j.pax.web.service.spi.model.elements.SecurityConstraintModel
 
setAwaitingAllocation(boolean) - Method in class org.ops4j.pax.web.service.spi.model.events.WebApplicationEvent
 
setBaseFileUrl(URL) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
setBasePath(String) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
setBuffer(String) - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultJspPropertyGroupDescriptor
 
setBundle(Bundle) - Method in class org.ops4j.pax.web.service.spi.model.info.WebApplicationInfo
 
setChain(FilterChain) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiFilterChain
 
setClassLoader(OsgiServletContextClassLoader) - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
In Whiteboard and HttpService scenarios, OsgiServletContextClassLoader is created in the wrapper for actual server runtime (to include the bundle specific to given runtime).
setCollisionIds(Collection<Long>) - Method in class org.ops4j.pax.web.service.spi.model.events.WebApplicationEvent
 
setComment(String) - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultSessionCookieConfig
 
setCommonEventProperties(WebElementEventData) - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
Set ElementModel information in WebElementEventData - to be called in specializations of ElementModel.asEventData() method.
setContainerInitializerModel(ContainerInitializerModel) - Method in interface org.ops4j.pax.web.service.spi.model.elements.ContainerInitializerModelAware
 
setContainerServletContext(ServletContext) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
We have to be able to replace server-specific ServletContext, because we can't freely replace web elements in Undertow.
setContextModel(WebContextInfo) - Method in class org.ops4j.pax.web.service.spi.model.info.WebApplicationInfo
 
setContextPath(String) - Method in class org.ops4j.pax.web.service.spi.model.info.WebApplicationInfo
 
setContextPath(String) - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
setContextReference(ServiceReference<?>) - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
setContextSelectFilter(Filter) - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
Method corresponding to ContextRelated.getContextSelectFilter() that sets actual context-selection Filter to be used for this ElementModel after customizing incoming user-registered OSGi service.
setContextSelector(String) - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
Some Whiteboard services specify context selector using HttpWhiteboardConstants.HTTP_WHITEBOARD_CONTEXT_SELECT service registration property and some (legacy) using ContextRelated.getContextId()/ContextRelated.getContextSelectFilter().
setContextSupplier(BiFunction<BundleContext, String, WebContainerContext>) - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
setDefaultContentType(String) - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultJspPropertyGroupDescriptor
 
setDeferredSyntaxAllowedAsLiteral(String) - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultJspPropertyGroupDescriptor
 
setDenyUncoveredHttpMethods(boolean) - Method in class org.ops4j.pax.web.service.spi.model.ContextMetadataModel
 
setDeploymentState(String) - Method in class org.ops4j.pax.web.service.spi.model.info.WebApplicationInfo
 
setDispatcherTypes(DispatcherType[]) - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel.Mapping
 
setDisplayName(String) - Method in class org.ops4j.pax.web.service.spi.model.ContextMetadataModel
 
setDisplayName(String) - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
setDistributable(boolean) - Method in class org.ops4j.pax.web.service.spi.model.ContextMetadataModel
 
setDomain(String) - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultSessionCookieConfig
 
setDtoFailureCode(int) - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
 
setDynamic(boolean) - Method in class org.ops4j.pax.web.service.spi.model.elements.EventListenerModel
 
setDynamic(boolean) - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel
 
setDynamic(boolean) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
setElementReference(ServiceReference<T>) - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
 
setElementReference(ServiceReference<?>) - Method in class org.ops4j.pax.web.service.spi.model.events.WebElementEventData
 
setElementSupplier(Supplier<? extends T>) - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
 
setElIgnored(String) - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultJspPropertyGroupDescriptor
 
setErrorOnUndeclaredNamespace(String) - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultJspPropertyGroupDescriptor
 
setEventListener(EventListener) - Method in class org.ops4j.pax.web.service.spi.model.elements.EventListenerModel
 
setExtenderBundle(Bundle) - Static method in class org.ops4j.pax.web.service.spi.model.events.WebApplicationEvent
 
setForAnyRuntime(boolean) - Method in class org.ops4j.pax.web.service.spi.model.elements.ContainerInitializerModel
 
setForJetty(boolean) - Method in class org.ops4j.pax.web.service.spi.model.elements.ContainerInitializerModel
 
setFormErrorPage(String) - Method in class org.ops4j.pax.web.service.spi.model.elements.LoginConfigModel
 
setFormLoginPage(String) - Method in class org.ops4j.pax.web.service.spi.model.elements.LoginConfigModel
 
setForTomcat(boolean) - Method in class org.ops4j.pax.web.service.spi.model.elements.ContainerInitializerModel
 
setForUndertow(boolean) - Method in class org.ops4j.pax.web.service.spi.model.elements.ContainerInitializerModel
 
setHttpContext(WebContainerContext) - Method in class org.ops4j.pax.web.service.spi.model.events.WebElementEventData
 
setHttpContext(WebContainerContext) - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
setHttpOnly(boolean) - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultSessionCookieConfig
 
setHttpServiceRuntimeInformation(ServiceRegistration<HttpServiceRuntime>, ServiceReferenceDTO) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
Set the "template" ServiceReferenceDTO for the associated HttpServiceRuntime registration.
setIncludeCodas(Collection<String>) - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultJspPropertyGroupDescriptor
 
setIncludePreludes(Collection<String>) - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultJspPropertyGroupDescriptor
 
setInitCalled(boolean) - Method in class org.ops4j.pax.web.service.spi.servlet.PreprocessorFilterConfig
 
setInitParameter(String, String) - Method in class org.ops4j.pax.web.service.spi.servlet.dynamic.DynamicFilterRegistration
 
setInitParameter(String, String) - Method in class org.ops4j.pax.web.service.spi.servlet.dynamic.DynamicServletRegistration
 
setInitParameter(String, String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
setInitParameter(String, String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
setInitParameter(String, String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
setInitParameters(Map<String, String>) - Method in class org.ops4j.pax.web.service.spi.servlet.dynamic.DynamicFilterRegistration
 
setInitParameters(Map<String, String>) - Method in class org.ops4j.pax.web.service.spi.servlet.dynamic.DynamicServletRegistration
 
setInitParams(Map<String, String>) - Method in class org.ops4j.pax.web.service.spi.model.elements.JspModel
 
setIsXml(String) - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultJspPropertyGroupDescriptor
 
setJspFile(String) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
setJspFile(String) - Method in class org.ops4j.pax.web.service.spi.model.events.ServletEventData
 
setJspServlet(boolean) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
setJspServlet(boolean) - Method in class org.ops4j.pax.web.service.spi.model.events.ServletEventData
 
setLoadOnStartup(Integer) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
setLoadOnStartup(int) - Method in class org.ops4j.pax.web.service.spi.servlet.dynamic.DynamicServletRegistration
 
setLocation(String) - Method in class org.ops4j.pax.web.service.spi.model.elements.ErrorPageModel
 
setLoginConfig(LoginConfigModel) - Method in class org.ops4j.pax.web.service.spi.model.elements.SecurityConfigurationModel
 
setMajorVersion(int) - Method in class org.ops4j.pax.web.service.spi.model.ContextMetadataModel
 
setMaxAge(int) - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultSessionCookieConfig
 
setMaxInactiveInterval(int) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiHttpSession
 
setMetadataComplete(boolean) - Method in class org.ops4j.pax.web.service.spi.model.ContextMetadataModel
 
setMinorVersion(int) - Method in class org.ops4j.pax.web.service.spi.model.ContextMetadataModel
 
setMultipartConfig(MultipartConfigElement) - Method in class org.ops4j.pax.web.service.spi.servlet.dynamic.DynamicServletRegistration
 
setMultipartConfigElement(MultipartConfigElement) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
setName(String) - Method in class org.ops4j.pax.web.service.spi.model.elements.SecurityConstraintModel
 
setName(String) - Method in class org.ops4j.pax.web.service.spi.model.elements.SecurityConstraintModel.WebResourceCollection
 
setName(String) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
setName(String) - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
setName(String) - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultSessionCookieConfig
 
setOriginBundle(Bundle) - Method in class org.ops4j.pax.web.service.spi.model.events.WebElementEventData
 
setOverridable(boolean) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel.Builder
 
setOwnerBundle(Bundle) - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
setPageEncoding(String) - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultJspPropertyGroupDescriptor
 
setPath(String) - Method in class org.ops4j.pax.web.service.spi.model.events.ServletEventData
 
setPath(String) - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultSessionCookieConfig
 
setPreprocessor(boolean) - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel
 
setPublicId(String) - Method in class org.ops4j.pax.web.service.spi.model.ContextMetadataModel
 
setRawPath(String) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
setRealmName(String) - Method in class org.ops4j.pax.web.service.spi.model.elements.LoginConfigModel
 
setRegexPatterns(String[]) - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel.Mapping
 
setRegisteringBundle(Bundle) - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
 
setRequestCharacterEncoding(String) - Method in class org.ops4j.pax.web.service.spi.model.ContextMetadataModel
 
setRequestCharacterEncoding(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
setRequestCharacterEncoding(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
setRequestCharacterEncoding(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
setResourceServlet(boolean) - Method in class org.ops4j.pax.web.service.spi.model.events.ServletEventData
 
setResponseCharacterEncoding(String) - Method in class org.ops4j.pax.web.service.spi.model.ContextMetadataModel
 
setResponseCharacterEncoding(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
setResponseCharacterEncoding(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
setResponseCharacterEncoding(String) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
setRunAs(String) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel.Builder
 
setRunAs(String) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
setRunAsRole(String) - Method in class org.ops4j.pax.web.service.spi.servlet.dynamic.DynamicServletRegistration
 
setScriptingInvalid(String) - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultJspPropertyGroupDescriptor
 
setSecure(boolean) - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultSessionCookieConfig
 
setServiceId(long) - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
 
setServiceId(long) - Method in class org.ops4j.pax.web.service.spi.model.events.WebElementEventData
 
setServiceId(long) - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
setServiceRank(int) - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
 
setServiceRank(int) - Method in class org.ops4j.pax.web.service.spi.model.events.WebElementEventData
 
setServiceRank(int) - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
setServlet(Servlet) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
setServletModel(ServletModel) - Method in class org.ops4j.pax.web.service.spi.model.elements.JspModel
 
setServletModel(ServletModel) - Method in class org.ops4j.pax.web.service.spi.model.elements.SecurityConstraintModel
 
setServletNames(String[]) - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel.Mapping
 
setServletSecurity(ServletSecurityElement) - Method in class org.ops4j.pax.web.service.spi.servlet.dynamic.DynamicServletRegistration
 
setServletSecurityPresent(boolean) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
setSessionCookieConfig(SessionCookieConfig) - Method in class org.ops4j.pax.web.service.spi.model.elements.SessionConfigurationModel
 
setSessionCookieConfig(SessionCookieConfig) - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
setSessionTimeout(Integer) - Method in class org.ops4j.pax.web.service.spi.model.elements.SessionConfigurationModel
 
setSessionTimeout(Integer) - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
setSessionTimeout(int) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
setSessionTimeout(int) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
setSessionTimeout(int) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiDynamicServletContext
 
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiScopedServletContext
 
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
setShared(Boolean) - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
setShortDescription(String) - Method in class org.ops4j.pax.web.service.spi.task.Batch
 
setStopping() - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
setTimestamp(long) - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
 
setTransportGuarantee(ServletSecurity.TransportGuarantee) - Method in class org.ops4j.pax.web.service.spi.model.elements.SecurityConstraintModel
 
setTrimDirectiveWhitespaces(String) - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultJspPropertyGroupDescriptor
 
setUrlPatterns(String[]) - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel.Mapping
 
setUrlPatterns(String[]) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
setUrlPatterns(Collection<String>) - Method in class org.ops4j.pax.web.service.spi.servlet.DefaultJspPropertyGroupDescriptor
 
setWab(boolean) - Method in class org.ops4j.pax.web.service.spi.model.info.WebApplicationInfo
 
setWab(boolean) - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
setWelcomeFiles(String[]) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
setWelcomeFilesRedirect(boolean) - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
shutdown() - Method in class org.ops4j.pax.web.service.spi.util.WebContainerManager
Cleans up internal trackers and thread pools.
start() - Method in interface org.ops4j.pax.web.service.spi.ServerController
Starts a configured server.
start(long, String) - Method in interface org.ops4j.pax.web.service.spi.WarManager
Starts a war bundle under an optional configurable content name.
stateChanged(ServerEvent) - Method in interface org.ops4j.pax.web.service.spi.model.events.ServerListener
Container state has changed.
stop() - Method in interface org.ops4j.pax.web.service.spi.ServerController
Stops started server.
stop(long) - Method in interface org.ops4j.pax.web.service.spi.WarManager
Stops a war bundle.
SUCCESS - Static variable in interface org.ops4j.pax.web.service.spi.WarManager
 

T

throwTheCause() - Method in exception org.ops4j.pax.web.service.spi.model.ModelRegistrationException
Method called from the code that runs ModelRegistrationTask using CompletableFuture when ExecutionException is caught.
toDTO(ServletModel) - Method in class org.ops4j.pax.web.service.spi.model.elements.ErrorPageModel
 
toDTO() - Method in class org.ops4j.pax.web.service.spi.model.elements.EventListenerModel
 
toDTO() - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
Called on demand when someone wants to create successful DTO from this OsgiContextModel
toFailedDTO(ServletModel, int) - Method in class org.ops4j.pax.web.service.spi.model.elements.ErrorPageModel
 
toFailedDTO(int) - Method in class org.ops4j.pax.web.service.spi.model.elements.EventListenerModel
 
toFailedDTO(int) - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
Called on demand when someone wants to create failed DTO from this OsgiContextModel, specifying a reason of failure.
toFailedFilterDTO(int) - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel
 
toFailedPreprocessorDTO(int) - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel
 
toFailedResourceDTO(int) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
toFailedServletDTO(int) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
toFilterDTO() - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel
 
toHashtable(Dictionary<String, ?>) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
 
toMap(Dictionary<?, ?>) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
Helper method to convert incoming Dictionary with unspecified types to map of Strings.
toMap(ServiceReference<?>) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
Special method to be called from R6 framwork (ServiceReference#getProperties() was added in R7 == org.osgi.framework;version=1.9).
toPreprocessorDTO() - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel
 
toResourceDTO() - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
toServletDTO() - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
toString() - Method in class org.ops4j.pax.web.service.spi.context.DefaultHttpContext
 
toString() - Method in class org.ops4j.pax.web.service.spi.context.DefaultMultiBundleWebContainerContext
 
toString() - Method in class org.ops4j.pax.web.service.spi.context.UniqueWebContainerContextWrapper
 
toString() - Method in class org.ops4j.pax.web.service.spi.context.WebContainerContextWrapper
 
toString() - Method in class org.ops4j.pax.web.service.spi.model.ContextKey
 
toString() - Method in class org.ops4j.pax.web.service.spi.model.elements.ContainerInitializerModel
 
toString() - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
 
toString() - Method in class org.ops4j.pax.web.service.spi.model.elements.ErrorPageModel
 
toString() - Method in class org.ops4j.pax.web.service.spi.model.elements.EventListenerModel
 
toString() - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel
 
toString() - Method in class org.ops4j.pax.web.service.spi.model.elements.JspModel
 
toString() - Method in class org.ops4j.pax.web.service.spi.model.elements.SecurityConfigurationModel
 
toString() - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
toString() - Method in class org.ops4j.pax.web.service.spi.model.elements.WebSocketModel
 
toString() - Method in class org.ops4j.pax.web.service.spi.model.elements.WelcomeFileModel
 
toString() - Method in class org.ops4j.pax.web.service.spi.model.events.WebApplicationEvent
 
toString() - Method in class org.ops4j.pax.web.service.spi.model.events.WebElementEvent
 
toString() - Method in class org.ops4j.pax.web.service.spi.model.Identity
 
toString() - Method in class org.ops4j.pax.web.service.spi.model.OsgiContextModel
 
toString() - Method in class org.ops4j.pax.web.service.spi.model.ServletContextModel
 
toString() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
 
toString() - Method in class org.ops4j.pax.web.service.spi.task.Batch
 
toString() - Method in class org.ops4j.pax.web.service.spi.task.ContainerInitializerModelChange
 
toString() - Method in class org.ops4j.pax.web.service.spi.task.EventListenerModelChange
 
toString() - Method in class org.ops4j.pax.web.service.spi.task.FilterModelChange
 
toString() - Method in class org.ops4j.pax.web.service.spi.task.OsgiContextModelChange
 
toString() - Method in class org.ops4j.pax.web.service.spi.task.ServletContextModelChange
 
toString() - Method in class org.ops4j.pax.web.service.spi.task.ServletModelChange
 
toString() - Method in class org.ops4j.pax.web.service.spi.task.TransactionStateChange
 
toString() - Method in class org.ops4j.pax.web.service.spi.task.WebSocketModelChange
 
TransactionStateChange - Class in org.ops4j.pax.web.service.spi.task
A change related to transactional Batch, so we know that some operations related to given context path are transactional, which means that associated context may be started at the end.
TransactionStateChange(OpCode, String) - Constructor for class org.ops4j.pax.web.service.spi.task.TransactionStateChange
 

U

uninstall(String) - Method in class org.ops4j.pax.web.service.spi.task.Batch
A Batch can create the uninstallation batch consisting of all the operations reversed.
uninstall(List<Change>) - Method in class org.ops4j.pax.web.service.spi.task.Change
A Change may be reversed, which is handy when rolling back existing Batch.
uninstall(List<Change>) - Method in class org.ops4j.pax.web.service.spi.task.ContainerInitializerModelChange
 
uninstall(List<Change>) - Method in class org.ops4j.pax.web.service.spi.task.ErrorPageModelChange
 
uninstall(List<Change>) - Method in class org.ops4j.pax.web.service.spi.task.ErrorPageStateChange
 
uninstall(List<Change>) - Method in class org.ops4j.pax.web.service.spi.task.EventListenerModelChange
 
uninstall(List<Change>) - Method in class org.ops4j.pax.web.service.spi.task.FilterModelChange
 
uninstall(List<Change>) - Method in class org.ops4j.pax.web.service.spi.task.FilterStateChange
 
uninstall(List<Change>) - Method in class org.ops4j.pax.web.service.spi.task.OsgiContextModelChange
 
uninstall(List<Change>) - Method in class org.ops4j.pax.web.service.spi.task.ServletContextModelChange
 
uninstall(List<Change>) - Method in class org.ops4j.pax.web.service.spi.task.ServletModelChange
 
uninstall(List<Change>) - Method in class org.ops4j.pax.web.service.spi.task.TransactionStateChange
 
uninstall(List<Change>) - Method in class org.ops4j.pax.web.service.spi.task.WebSocketModelChange
 
uninstall(List<Change>) - Method in class org.ops4j.pax.web.service.spi.task.WelcomeFileModelChange
 
uniqueId(Object) - Static method in class org.ops4j.pax.web.service.spi.context.WebContainerContextWrapper
 
UniqueMultiBundleWebContainerContextWrapper - Class in org.ops4j.pax.web.service.spi.context
 
UniqueMultiBundleWebContainerContextWrapper(MultiBundleWebContainerContext) - Constructor for class org.ops4j.pax.web.service.spi.context.UniqueMultiBundleWebContainerContextWrapper
 
UniqueWebContainerContextWrapper - Class in org.ops4j.pax.web.service.spi.context
 
UniqueWebContainerContextWrapper(WebContainerContext) - Constructor for class org.ops4j.pax.web.service.spi.context.UniqueWebContainerContextWrapper
 
unregister(WhiteboardWebContainerView) - Method in class org.ops4j.pax.web.service.spi.model.elements.ContainerInitializerModel
 
unregister(WhiteboardWebContainerView) - Method in class org.ops4j.pax.web.service.spi.model.elements.ElementModel
Each ElementModel can unregister itself as Whiteboard element.
unregister(WhiteboardWebContainerView) - Method in class org.ops4j.pax.web.service.spi.model.elements.ErrorPageModel
 
unregister(WhiteboardWebContainerView) - Method in class org.ops4j.pax.web.service.spi.model.elements.EventListenerModel
 
unregister(WhiteboardWebContainerView) - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel
 
unregister(WhiteboardWebContainerView) - Method in class org.ops4j.pax.web.service.spi.model.elements.JspModel
 
unregister(WhiteboardWebContainerView) - Method in class org.ops4j.pax.web.service.spi.model.elements.SecurityConfigurationModel
 
unregister(WhiteboardWebContainerView) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel
 
unregister(WhiteboardWebContainerView) - Method in class org.ops4j.pax.web.service.spi.model.elements.WebSocketModel
 
unregister(WhiteboardWebContainerView) - Method in class org.ops4j.pax.web.service.spi.model.elements.WelcomeFileModel
 
unregister() - Method in class org.ops4j.pax.web.service.spi.servlet.OsgiServletContext
A server wrapper that finds this OsgiServletContext to no longer be highest ranked for given physical ServletContext should unregister it from OSGi service registry.
unregisterErrorPages(ErrorPageModel) - Method in interface org.ops4j.pax.web.service.spi.whiteboard.WhiteboardWebContainerView
Unregisters error pages
unregisterFilter(FilterModel) - Method in interface org.ops4j.pax.web.service.spi.whiteboard.WhiteboardWebContainerView
Unregistration of FilterModel using any set criteria.
unregisterJsp(JspModel) - Method in interface org.ops4j.pax.web.service.spi.whiteboard.WhiteboardWebContainerView
Unregistration of JSP model
unregisterListener(EventListenerModel) - Method in interface org.ops4j.pax.web.service.spi.whiteboard.WhiteboardWebContainerView
Unregisters a EventListenerModel.
unregisterOsgiContextModel(OsgiContextModel, ServiceModel, Batch) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
Called through WhiteboardWebContainerView when the OsgiContextModel managed in pax-web-extender-whiteboard should be removed from the target ServerController and unassociated from any bundle.
unregisterReportViewPlugin(ReportViewPlugin) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
unregisterReportViewPlugin(ReportViewPlugin) - Method in interface org.ops4j.pax.web.service.spi.model.views.WebAppWebContainerView
Unregister previously registered ReportViewPlugin
unregisterResources(ServletModel) - Method in interface org.ops4j.pax.web.service.spi.whiteboard.WhiteboardWebContainerView
Unregisters a ServletModel as a resource servlet.
unregisterSecurityConfiguration(SecurityConfigurationModel) - Method in interface org.ops4j.pax.web.service.spi.whiteboard.WhiteboardWebContainerView
Unregistration of SecurityConfigurationModel
unregisterServlet(ServletModel) - Method in interface org.ops4j.pax.web.service.spi.whiteboard.WhiteboardWebContainerView
Unregistration of ServletModel using any set criteria.
unregisterWebSocket(WebSocketModel) - Method in interface org.ops4j.pax.web.service.spi.whiteboard.WhiteboardWebContainerView
Unregistration of WebSocketModel
unregisterWelcomeFiles(WelcomeFileModel) - Method in interface org.ops4j.pax.web.service.spi.whiteboard.WhiteboardWebContainerView
Unregisters welcome files
updateErrorPages(Map<String, TreeMap<ErrorPageModel, List<OsgiContextModel>>>) - Method in class org.ops4j.pax.web.service.spi.task.Batch
Batch (inside batch...) method that passes full information about all error page models that should be enabled in a set of contexts.
updateFilters(Map<String, TreeMap<FilterModel, List<OsgiContextModel>>>, boolean) - Method in class org.ops4j.pax.web.service.spi.task.Batch
Batch (inside batch...) method that passes full information about all filters that should be enabled in a set of contexts.
urlPatterns - Variable in class org.ops4j.pax.web.service.spi.model.elements.FilterModel.Mapping
 
urlPatterns - Variable in class org.ops4j.pax.web.service.spi.util.FilterAnnotationScanner
 
urlPatterns - Variable in class org.ops4j.pax.web.service.spi.util.ServletAnnotationScanner
 
useSameContextPath(ElementModel<?, ?>, ElementModel<?, ?>) - Static method in class org.ops4j.pax.web.service.spi.util.Utils
Returns true if two elements models use at least one OsgiContextModel referring to the same cotext path.
Utils - Class in org.ops4j.pax.web.service.spi.util
 

V

valueOf(String) - Static method in enum org.ops4j.pax.web.service.spi.model.events.ServerEvent.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ops4j.pax.web.service.spi.model.events.WebApplicationEvent.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ops4j.pax.web.service.spi.model.events.WebElementEvent.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ops4j.pax.web.service.spi.model.views.WebAppWebContainerView.AllocationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ops4j.pax.web.service.spi.ServerState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ops4j.pax.web.service.spi.task.OpCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.ops4j.pax.web.service.spi.model.events.ServerEvent.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ops4j.pax.web.service.spi.model.events.WebApplicationEvent.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ops4j.pax.web.service.spi.model.events.WebElementEvent.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ops4j.pax.web.service.spi.model.views.WebAppWebContainerView.AllocationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ops4j.pax.web.service.spi.ServerState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ops4j.pax.web.service.spi.task.OpCode
Returns an array containing the constants of this enum type, in the order they are declared.
verifyExistingAssociation(WebContainerContext, Bundle) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
This method ensures that if given WebContainerContext is already mapped to some OsgiContextModel, it is permitted to reference it within a scope of a given bundle.
visitClearDynamicRegistrationsChange(ClearDynamicRegistrationsChange) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
visitClearDynamicRegistrationsChange(ClearDynamicRegistrationsChange) - Method in class org.ops4j.pax.web.service.spi.model.ServiceModel
 
visitClearDynamicRegistrationsChange(ClearDynamicRegistrationsChange) - Method in interface org.ops4j.pax.web.service.spi.task.BatchVisitor
Process a change related to reset of dynamic registrations (like ServletContext.addServlet(java.lang.String, java.lang.String)
visitContainerInitializerModelChange(ContainerInitializerModelChange) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
visitContainerInitializerModelChange(ContainerInitializerModelChange) - Method in class org.ops4j.pax.web.service.spi.model.ServiceModel
 
visitContainerInitializerModelChange(ContainerInitializerModelChange) - Method in interface org.ops4j.pax.web.service.spi.task.BatchVisitor
Process a change related to ContainerInitializerModel
visitContextMetadataModelChange(ContextMetadataModelChange) - Method in interface org.ops4j.pax.web.service.spi.task.BatchVisitor
Process a change related to metadata of the context.
visitContextParamsChange(ContextParamsChange) - Method in interface org.ops4j.pax.web.service.spi.task.BatchVisitor
Process a change related to context parameters setup
visitContextStartChange(ContextStartChange) - Method in interface org.ops4j.pax.web.service.spi.task.BatchVisitor
Process a change related to starting a context - action created on the visitor side to schedule start of the context in different thread/event tick.
visitContextStopChange(ContextStopChange) - Method in interface org.ops4j.pax.web.service.spi.task.BatchVisitor
Process a change related to stopping a context
visitErrorPageModelChange(ErrorPageModelChange) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
visitErrorPageModelChange(ErrorPageModelChange) - Method in class org.ops4j.pax.web.service.spi.model.ServiceModel
 
visitErrorPageModelChange(ErrorPageModelChange) - Method in interface org.ops4j.pax.web.service.spi.task.BatchVisitor
Process a change related to error pages
visitErrorPageStateChange(ErrorPageStateChange) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
visitErrorPageStateChange(ErrorPageStateChange) - Method in class org.ops4j.pax.web.service.spi.model.ServiceModel
 
visitErrorPageStateChange(ErrorPageStateChange) - Method in interface org.ops4j.pax.web.service.spi.task.BatchVisitor
Process full change of the state of error pages per context
visitEventListenerModelChange(EventListenerModelChange) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
visitEventListenerModelChange(EventListenerModelChange) - Method in class org.ops4j.pax.web.service.spi.model.ServiceModel
 
visitEventListenerModelChange(EventListenerModelChange) - Method in interface org.ops4j.pax.web.service.spi.task.BatchVisitor
Processing a change related to EventListenerModel
visitFilterModelChange(FilterModelChange) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
visitFilterModelChange(FilterModelChange) - Method in class org.ops4j.pax.web.service.spi.model.ServiceModel
 
visitFilterModelChange(FilterModelChange) - Method in interface org.ops4j.pax.web.service.spi.task.BatchVisitor
Processing a change related to FilterModel.
visitFilterStateChange(FilterStateChange) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
visitFilterStateChange(FilterStateChange) - Method in class org.ops4j.pax.web.service.spi.model.ServiceModel
 
visitFilterStateChange(FilterStateChange) - Method in interface org.ops4j.pax.web.service.spi.task.BatchVisitor
Processing full change of registered filters for all the affected contexts.
visitMimeAndLocaleMappingChange(MimeAndLocaleMappingChange) - Method in interface org.ops4j.pax.web.service.spi.task.BatchVisitor
Process a change related to full MIME mapping for the context.
visitOsgiContextModelChange(OsgiContextModelChange) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
visitOsgiContextModelChange(OsgiContextModelChange) - Method in class org.ops4j.pax.web.service.spi.model.ServiceModel
 
visitOsgiContextModelChange(OsgiContextModelChange) - Method in interface org.ops4j.pax.web.service.spi.task.BatchVisitor
Processing a change related to OsgiContextModel - a model that affects one ServletContextModel thought the relation is not 1:1, but N:1 - many OsgiContextModels may be associated with single ServletContextModel.
visitSecurityConfigChange(SecurityConfigChange) - Method in interface org.ops4j.pax.web.service.spi.task.BatchVisitor
Process a changed related to security configuration of web context.
visitServletContextModelChange(ServletContextModelChange) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
visitServletContextModelChange(ServletContextModelChange) - Method in class org.ops4j.pax.web.service.spi.model.ServiceModel
 
visitServletContextModelChange(ServletContextModelChange) - Method in interface org.ops4j.pax.web.service.spi.task.BatchVisitor
Processing the most high-level change - related to ServletContextModel, which creates (or destroys) entire context (1:1 with "context path").
visitServletModelChange(ServletModelChange) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
visitServletModelChange(ServletModelChange) - Method in class org.ops4j.pax.web.service.spi.model.ServiceModel
 
visitServletModelChange(ServletModelChange) - Method in interface org.ops4j.pax.web.service.spi.task.BatchVisitor
Processing a change related to ServletModel.
visitTransactionStateChange(TransactionStateChange) - Method in interface org.ops4j.pax.web.service.spi.task.BatchVisitor
Process a change related to transactions for a context (path).
visitWebSocketModelChange(WebSocketModelChange) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
visitWebSocketModelChange(WebSocketModelChange) - Method in class org.ops4j.pax.web.service.spi.model.ServiceModel
 
visitWebSocketModelChange(WebSocketModelChange) - Method in interface org.ops4j.pax.web.service.spi.task.BatchVisitor
Process a change related to WebSocketModel
visitWelcomeFileModelChange(WelcomeFileModelChange) - Method in class org.ops4j.pax.web.service.spi.model.ServerModel
 
visitWelcomeFileModelChange(WelcomeFileModelChange) - Method in class org.ops4j.pax.web.service.spi.model.ServiceModel
 
visitWelcomeFileModelChange(WelcomeFileModelChange) - Method in interface org.ops4j.pax.web.service.spi.task.BatchVisitor
Process a change related to welcome files.

W

wabContextRegistered(OsgiContextModel) - Method in interface org.ops4j.pax.web.service.spi.model.events.WebContextEventListener
Notification about registration of WAB's OsgiContextModel
wabContextUnregistered(OsgiContextModel) - Method in interface org.ops4j.pax.web.service.spi.model.events.WebContextEventListener
Notification about unregistration of WAB's OsgiContextModel
WAR_NOT_FOUND - Static variable in interface org.ops4j.pax.web.service.spi.WarManager
 
WarManager - Interface in org.ops4j.pax.web.service.spi
Used to manage deployments of WARs discovered by OPS4J Pax Web - Extender - WAR.
WebApplicationEvent - Class in org.ops4j.pax.web.service.spi.model.events
Event related to registration of a web application (WAB), described in OSGi CMPN 128 Web Applications Specification.
WebApplicationEvent(WebApplicationEvent.State, Bundle, String, HttpContext) - Constructor for class org.ops4j.pax.web.service.spi.model.events.WebApplicationEvent
 
WebApplicationEvent(WebApplicationEvent.State, Bundle, String, HttpContext, Throwable) - Constructor for class org.ops4j.pax.web.service.spi.model.events.WebApplicationEvent
 
WebApplicationEvent.State - Enum in org.ops4j.pax.web.service.spi.model.events
A state described in 128.5 Events + one extra WAITING state.
WebApplicationEventListener - Interface in org.ops4j.pax.web.service.spi.model.events
128.5 Events - a listener interface to send and receive (by callback) events related to entire web application.
WebApplicationInfo - Class in org.ops4j.pax.web.service.spi.model.info
A model class representing the details of a Web Application.
WebApplicationInfo() - Constructor for class org.ops4j.pax.web.service.spi.model.info.WebApplicationInfo
 
WebApplicationInfo(OsgiContextModel) - Constructor for class org.ops4j.pax.web.service.spi.model.info.WebApplicationInfo
 
WebApplicationInfo(OsgiContextModel, boolean) - Constructor for class org.ops4j.pax.web.service.spi.model.info.WebApplicationInfo
 
WebAppWebContainerView - Interface in org.ops4j.pax.web.service.spi.model.views
This interface should be used by pax-web-extender-war, so the manipulation of different web elements and contexts happens as if all of them belonged to single web application.
WebAppWebContainerView.AllocationStatus - Enum in org.ops4j.pax.web.service.spi.model.views
 
webContainerChanged(ServiceReference<WebContainer>, ServiceReference<WebContainer>) - Method in interface org.ops4j.pax.web.service.spi.util.WebContainerListener
Notification about changed reference to a WebContainer.
WebContainerContextWrapper - Class in org.ops4j.pax.web.service.spi.context
A simple wrapper to enclose custom http contexts (which gets registered directly to the HttpService) or ServletContextHelper (registered via Whiteboard service) in an implementation of WebContainerContext.
WebContainerContextWrapper(Bundle, HttpContext) - Constructor for class org.ops4j.pax.web.service.spi.context.WebContainerContextWrapper
 
WebContainerContextWrapper(Bundle, ServletContextHelper) - Constructor for class org.ops4j.pax.web.service.spi.context.WebContainerContextWrapper
 
WebContainerContextWrapper(Bundle, HttpContext, String) - Constructor for class org.ops4j.pax.web.service.spi.context.WebContainerContextWrapper
 
WebContainerContextWrapper(Bundle, ServletContextHelper, String) - Constructor for class org.ops4j.pax.web.service.spi.context.WebContainerContextWrapper
 
WebContainerContextWrapper(Bundle, ServletContextHelper, String, boolean) - Constructor for class org.ops4j.pax.web.service.spi.context.WebContainerContextWrapper
 
WebContainerDTO - Class in org.ops4j.pax.web.service.spi.whiteboard
 
WebContainerDTO() - Constructor for class org.ops4j.pax.web.service.spi.whiteboard.WebContainerDTO
 
WebContainerListener - Interface in org.ops4j.pax.web.service.spi.util
A listener interface to be used with WebContainerManager to notify interested entities about lifecycle events of WebContainer.
WebContainerManager - Class in org.ops4j.pax.web.service.spi.util
This class combines a BundleListener and ServiceListener to manage at least two scenarios: pax-web-extender-whiteboard pax-web-extender-war The scenarios are quite similar, because in both cases the information is collected from multiple sources: pax-web-extender-whiteboard - Whiteboard services being registered through different bundles.
WebContainerManager(BundleContext, WebContainerListener) - Constructor for class org.ops4j.pax.web.service.spi.util.WebContainerManager
Creates a manager that delivers service events synchronously (for test purposes).
WebContainerManager(BundleContext, WebContainerListener, String) - Constructor for class org.ops4j.pax.web.service.spi.util.WebContainerManager
Creates a manager to handle: the lifecycle of WebContainer service reference(s) the lifecycles of bundles that want to interact with a WebContainer.
WebContextEventListener - Interface in org.ops4j.pax.web.service.spi.model.events
Listener interface for one particular task - passing information from pax-web-runtime to pax-web-extender-whiteboard about OsgiContextModel instances created in pax-web-extender-war (I know it's ugly, but it's almost the last thing before Pax Web 8!).
WebContextInfo - Class in org.ops4j.pax.web.service.spi.model.info
A read-only (or at least "not affecting real model") class to present information about OsgiContextModel.
WebContextInfo(OsgiContextModel) - Constructor for class org.ops4j.pax.web.service.spi.model.info.WebContextInfo
 
WebElementEvent - Class in org.ops4j.pax.web.service.spi.model.events
Event related to registration of single ElementModel which may represent any web element like Servlet or Filter.
WebElementEvent(WebElementEvent, boolean) - Constructor for class org.ops4j.pax.web.service.spi.model.events.WebElementEvent
 
WebElementEvent(WebElementEvent.State, WebElementEventData) - Constructor for class org.ops4j.pax.web.service.spi.model.events.WebElementEvent
 
WebElementEvent(WebElementEvent.State, WebElementEventData, Exception) - Constructor for class org.ops4j.pax.web.service.spi.model.events.WebElementEvent
 
WebElementEvent.State - Enum in org.ops4j.pax.web.service.spi.model.events
 
WebElementEventData - Class in org.ops4j.pax.web.service.spi.model.events
Base class for data for events related to registration/unregistration of web elements like servlets or filters.
WebElementEventData() - Constructor for class org.ops4j.pax.web.service.spi.model.events.WebElementEventData
 
WebElementEventListener - Interface in org.ops4j.pax.web.service.spi.model.events
Listener interface to observe events related to ElementModel registration.
webEvent(WebApplicationEvent) - Method in interface org.ops4j.pax.web.service.spi.model.events.WebApplicationEventListener
Notification about registration (failed or successful) and unregistration of a web application (WAB)
webInitParams - Variable in class org.ops4j.pax.web.service.spi.util.FilterAnnotationScanner
 
webInitParams - Variable in class org.ops4j.pax.web.service.spi.util.ServletAnnotationScanner
 
WebResourceCollection() - Constructor for class org.ops4j.pax.web.service.spi.model.elements.SecurityConstraintModel.WebResourceCollection
 
WebSocketEventData - Class in org.ops4j.pax.web.service.spi.model.events
 
WebSocketEventData(Object, Class<?>) - Constructor for class org.ops4j.pax.web.service.spi.model.events.WebSocketEventData
 
WebSocketModel - Class in org.ops4j.pax.web.service.spi.model.elements
Set of parameters describing everything that's required to register a WebSocket endpoint according to JSR-356.
WebSocketModel() - Constructor for class org.ops4j.pax.web.service.spi.model.elements.WebSocketModel
 
WebSocketModel(Object, Class<?>) - Constructor for class org.ops4j.pax.web.service.spi.model.elements.WebSocketModel
 
WebSocketModelChange - Class in org.ops4j.pax.web.service.spi.task
 
WebSocketModelChange(OpCode, WebSocketModel, OsgiContextModel...) - Constructor for class org.ops4j.pax.web.service.spi.task.WebSocketModelChange
 
WebSocketModelChange(OpCode, Map<WebSocketModel, Boolean>) - Constructor for class org.ops4j.pax.web.service.spi.task.WebSocketModelChange
 
WebSocketModelChange(OpCode, WebSocketModel, boolean, OsgiContextModel...) - Constructor for class org.ops4j.pax.web.service.spi.task.WebSocketModelChange
 
WelcomeFileEventData - Class in org.ops4j.pax.web.service.spi.model.events
 
WelcomeFileEventData(String[], boolean) - Constructor for class org.ops4j.pax.web.service.spi.model.events.WelcomeFileEventData
 
WelcomeFileModel - Class in org.ops4j.pax.web.service.spi.model.elements
 
WelcomeFileModel(String[], boolean) - Constructor for class org.ops4j.pax.web.service.spi.model.elements.WelcomeFileModel
 
WelcomeFileModelChange - Class in org.ops4j.pax.web.service.spi.task
 
WelcomeFileModelChange(OpCode, WelcomeFileModel, OsgiContextModel...) - Constructor for class org.ops4j.pax.web.service.spi.task.WelcomeFileModelChange
 
whiteboardView(Bundle) - Method in class org.ops4j.pax.web.service.spi.util.WebContainerManager
Returns a WhiteboardWebContainerView for the passed BundleContext and current reference to WebContainer service.
whiteboardView(Bundle, ServiceReference<WebContainer>) - Method in class org.ops4j.pax.web.service.spi.util.WebContainerManager
Returns a WhiteboardWebContainerView for the passed BundleContext and the passed reference to WebContainer service.
WhiteboardWebContainerView - Interface in org.ops4j.pax.web.service.spi.whiteboard
SPI interface which is used by pax-web-extender-whiteboard to gain lower-level access to WebContainer managed and lifecycle-scoped to pax-web-runtime bundle.
with(String, Bundle) - Static method in class org.ops4j.pax.web.service.spi.model.ContextKey
 
withAlias(String) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel.Builder
 
withAsyncSupported(Boolean) - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel.Builder
 
withAsyncSupported(Boolean) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel.Builder
 
withDispatcherTypes(String[]) - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel.Builder
 
withErrorDeclarations(String[]) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel.Builder
 
withFilter(Filter) - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel.Builder
 
withFilterClass(Class<? extends Filter>) - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel.Builder
 
withFilterName(String) - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel.Builder
 
withFilterReference(ServiceReference<Filter>) - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel.Builder
 
withFilterReference(Bundle, ServiceReference<Filter>) - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel.Builder
 
withFilterSupplier(Supplier<Filter>) - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel.Builder
 
withInitParams(Map<String, String>) - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel.Builder
 
withInitParams(Map<String, String>) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel.Builder
 
withLoadOnStartup(Integer) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel.Builder
 
withMultipartConfigElement(MultipartConfigElement) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel.Builder
 
withOsgiContextModel(OsgiContextModel) - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel.Builder
 
withOsgiContextModel(OsgiContextModel) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel.Builder
 
withOsgiContextModels(Collection<OsgiContextModel>) - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel.Builder
 
withOsgiContextModels(Collection<OsgiContextModel>) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel.Builder
 
withRawPath(String) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel.Builder
 
withRegexMapping(String[]) - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel.Builder
 
withRegisteringBundle(Bundle) - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel.Builder
 
withRegisteringBundle(Bundle) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel.Builder
 
withServiceRankAndId(int, long) - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel.Builder
 
withServiceRankAndId(int, long) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel.Builder
 
withServlet(Servlet) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel.Builder
 
withServletClass(Class<? extends Servlet>) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel.Builder
 
withServletJspFile(String) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel.Builder
 
withServletName(String) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel.Builder
 
withServletNames(String[]) - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel.Builder
 
withServletReference(ServiceReference<Servlet>) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel.Builder
 
withServletReference(Bundle, ServiceReference<Servlet>) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel.Builder
 
withServletSupplier(Supplier<? extends Servlet>) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel.Builder
 
withUrlPatterns(String[]) - Method in class org.ops4j.pax.web.service.spi.model.elements.FilterModel.Builder
 
withUrlPatterns(String[]) - Method in class org.ops4j.pax.web.service.spi.model.elements.ServletModel.Builder
 
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links

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