A B C D E F G H I J L M O P R S U V W 
All Classes All Packages

A

adapt(Class<T>) - Method in interface org.ops4j.pax.web.service.WebContainer
Extension method to provide specialized view of a container to perform different tasks than registration of web elements/components.
AuthenticatorService - Interface in org.ops4j.pax.web.service
 

B

BUNDLE_CONTEXT_PROPERTY_WAR_EXTENDER_JARS_TO_SCAN - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Context property listing symbolic names of the bundles or jar names (in /WEB-INF/lib) patterns to skan when searching for TLDs, web fragments and annotated classes.
BUNDLE_CONTEXT_PROPERTY_WAR_EXTENDER_JARS_TO_SKIP - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Context property listing symbolic names of the bundles or jar names (in /WEB-INF/lib) patterns to skip when searching for TLDs, web fragments and annotated classes.
BUNDLE_CONTEXT_PROPERTY_WAR_EXTENDER_THREADS - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
BundleContext property to configure thread count for WAR extender.

C

ClassPathUtil - Class in org.ops4j.pax.web.utils
Utilities to perform bundle scanning - using only OSGi Core APIs (without using e.g., XBean Finder)
CONTEXT_PARAM_BUNDLE_CONTEXT - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Servlet context attribute containing the bundle context of the bundle registering the http context according to 128.6.1 "Bundle Context Access" chapter of OSGi CMPN 128 "Web Applications Specification"
CONTEXT_PARAM_PAX_WEB_FACELETS_LIBRARIES - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
According to "11.1.3 Application Configuration Parameters" of JSF 2.3 specification, javax.faces.FACELETS_LIBRARIES is a list of resource names relative to context root.
CONTEXT_PARAM_SPRING_BUNDLE_CONTEXT - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
For legacy Spring-DM support, BundleContext should be available under this param
ContextMapping - Interface in org.ops4j.pax.web.service.whiteboard
Interface common for mappings related to context: HttpContext for Http Service scenario ServletContextHelper for Whiteboard Service scenario
ContextRelated - Interface in org.ops4j.pax.web.service.whiteboard
Super interface extended by all explicit whiteboard elements that can be registered by targeting selected context.
createDefaultHttpContext(String) - Method in interface org.ops4j.pax.web.service.WebContainer
Creates a default HttpContext as defined in original HttpService.createDefaultHttpContext(), but allowing to specify a name.
createDefaultSharedHttpContext() - Method in interface org.ops4j.pax.web.service.WebContainer
Creates a default implementation of a MultiBundleWebContainerContext with default behavior and shared name.
createDefaultSharedHttpContext(String) - Method in interface org.ops4j.pax.web.service.WebContainer
Creates a default implementation of a MultiBundleWebContainerContext with default behavior and given name.

D

DEFAULT - org.ops4j.pax.web.service.WebContainerContext.DefaultContextIds
Used for HttpService.createDefaultHttpContext()
DEFAULT_CONTEXT_NAME - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Default name for context (e.g., ServletContextHelper)
DEFAULT_CONTEXT_PATH - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Default context path
DEFAULT_INIT_PREFIX_PROP - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Deprecated.
servlet.init./filter.init./context.init. should be used instead - see HttpWhiteboardConstants.
DEFAULT_JSP_SCI_CLASS - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
The only supported ServletContainerInitializer class that configures JSP engine
DEFAULT_JSP_SERVLET_CLASS - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
The only supported JSP servlet class name
DEFAULT_JSP_SERVLET_NAME - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Default (not overrideable) JSP servlet name
DEFAULT_PAX_WEB_JSP_SYMBOLIC_NAME - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Symbolic Name of pax-web-jsp bundle
DEFAULT_SESSION_TIMEOUT - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Default session timeout
DEFAULT_SHARED_CONTEXT_NAME - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Name for default shared contexts - Pax Web specific
DEFAULT_VIRTUAL_HOST_NAME - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Default name for virtual host
DEFAULT_WEBSOCKET_JETTY_SCI_CLASS - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
The only supported ServletContainerInitializer class that configures WebSocket container for Jetty
DEFAULT_WEBSOCKET_SCI_CLASS - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
The only supported ServletContainerInitializer for generic configuration of WebSocket container
DEFAULT_WEBSOCKET_TOMCAT_SCI_CLASS - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
The only supported ServletContainerInitializer class that configures WebSocket container for Tomcat
DEFAULT_WEBSOCKET_UNDERTOW_SCI_CLASS - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
The only supported ServletContainerInitializer class that configures WebSocket container for Undertow
deregisterBundle(Bundle) - Method in interface org.ops4j.pax.web.service.MultiBundleWebContainerContext
Unrgister given Bundle as a bundle using given shared context.

E

EMPTY_STRING_ARRAY - Static variable in interface org.ops4j.pax.web.service.whiteboard.ContextMapping
 
ErrorPageMapping - Interface in org.ops4j.pax.web.service.whiteboard
Registers an error page to customize the response sent back to the web client in case that an exception or error propagates back to the web container, or the servlet/filter calls sendError() on the response object for a specific status code.

F

FilterMapping - Interface in org.ops4j.pax.web.service.whiteboard
Filter mapping contains all the information required to register a Filter.
findEntries(ClassLoader, String, String, boolean) - Static method in class org.ops4j.pax.web.utils.ClassPathUtil
This method matches Bundle.findEntries(String, String, boolean) but should be used when we don't have access to any Bundle.
findEntries(Iterable<Bundle>, String, String, boolean, boolean) - Static method in class org.ops4j.pax.web.utils.ClassPathUtil
This method uses BundleWiring.findEntries(java.lang.String, java.lang.String, int) that doesn't involve classloaders so we can get resources from fixed path.
findEntries(Bundle, String, String, boolean, boolean) - Static method in class org.ops4j.pax.web.utils.ClassPathUtil
This method uses BundleWiring.findEntries(java.lang.String, java.lang.String, int) that doesn't involve classloaders so we can get resources from fixed path.
findEntries(Bundle, URL[], String, String, boolean) - Static method in class org.ops4j.pax.web.utils.ClassPathUtil
Third findEntries() method - this one starts with an array of roots (which are for example JARs from Bundle-ClassPath, but may be other "roots".
finishSecurity(HttpServletRequest, HttpServletResponse) - Method in interface org.ops4j.pax.web.service.WebContainerContext
Method that backports ServletContextHelper.finishSecurity(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) into old HttpContext

G

getAlias() - Method in interface org.ops4j.pax.web.service.whiteboard.ResourceMapping
Alias for backward compatibility - effectively it's converted to one-element array of ResourceMapping.getUrlPatterns()
getAlias() - Method in interface org.ops4j.pax.web.service.whiteboard.ServletMapping
Get an alias to use for servlet registration.
getAsyncSupported() - Method in interface org.ops4j.pax.web.service.whiteboard.FilterMapping
Get flag for supporting asynchronous filter invocation.
getAsyncSupported() - Method in interface org.ops4j.pax.web.service.whiteboard.ServletMapping
Get flag for supporting asynchronous servlet invocation.
getAuthenticatorService(String, Class<T>) - Method in interface org.ops4j.pax.web.service.AuthenticatorService
Instantiates authenticator service corresponding to the given method and implementing the iface interface.
getAuthMethod() - Method in interface org.ops4j.pax.web.service.whiteboard.SecurityConfigurationMapping
Returns <login-config>/<auth-method>
getAuthRoles() - Method in interface org.ops4j.pax.web.service.whiteboard.SecurityConstraintMapping
Returns a collection of <security-constraint>/<auth-constraint>/<role-name>
getBundle() - Method in interface org.ops4j.pax.web.service.WebContainerContext
Actual bundle on behalf of which the WebContainerContext was created.
getBundlesInClassSpace(Bundle, Set<Bundle>) - Static method in class org.ops4j.pax.web.utils.ClassPathUtil
Gets a list of bundles that are: imported by given bundle required by given bundle attached as fragments to given bundle extended by given bundle
getClassPathJars(Bundle) - Static method in class org.ops4j.pax.web.utils.ClassPathUtil
getClassPathJars(Bundle, boolean) - Static method in class org.ops4j.pax.web.utils.ClassPathUtil
Returns a list of urls for jars that compose the Bundle-ClassPath and (with useClassSpace = true) also a list of different URLs for bundles in class space (which includes bundles for imported packages, fragments, wires of fragments and required bundles).
getClassPathNonJars(Bundle) - Static method in class org.ops4j.pax.web.utils.ClassPathUtil
Returns a list of urls for all non-JAR entries that compose the Bundle-ClassPath.
getClassPathURLs(Bundle) - Static method in class org.ops4j.pax.web.utils.ClassPathUtil
Returns a list of urls for all entries that compose the Bundle-ClassPath.
getConnectors() - Method in interface org.ops4j.pax.web.service.whiteboard.ContextMapping
Get connector names through which this context should be accessible.
getContextId() - Method in interface org.ops4j.pax.web.service.WebContainerContext
Returns the name (identifier) of this context.
getContextId() - Method in interface org.ops4j.pax.web.service.whiteboard.ContextMapping
Get an ID of the context that may be referenced later: Using httpContext.id service registration property (legacy Pax Web Whiteboard approach) Using osgi.http.whiteboard.context.select=(osgi.http.whiteboard.context.name=name) service registration property (OSGi CMPN Whiteboard approach)
getContextId() - Method in interface org.ops4j.pax.web.service.whiteboard.ContextRelated
Get an ID of the context in which the servlet should be registered.
getContextPath() - Method in interface org.ops4j.pax.web.service.whiteboard.ContextMapping
Get a context path (directly matching ServletContext.getContextPath() from Servlet API.
getContextSelectFilter() - Method in interface org.ops4j.pax.web.service.whiteboard.ContextRelated
Get an LDAP-style filter to select ServletContextHelper instances to use when registering given element.
getDispatcherTypes() - Method in interface org.ops4j.pax.web.service.whiteboard.FilterMapping
Get an array of DispatcherType for this filter.
getErrorPages() - Method in interface org.ops4j.pax.web.service.whiteboard.ServletMapping
Get error page declarations to use for the servlet being registered.
getErrors() - Method in interface org.ops4j.pax.web.service.whiteboard.ErrorPageMapping
Returns a list of "error spacifications", which may be error codes, FQCN of Exception classes or special 4xx or 5xx values
getFilter() - Method in interface org.ops4j.pax.web.service.whiteboard.FilterMapping
Get an actual Filter instance to register.
getFilterClass() - Method in interface org.ops4j.pax.web.service.whiteboard.FilterMapping
Get a class of Filter to register.
getFilterName() - Method in interface org.ops4j.pax.web.service.whiteboard.FilterMapping
Get a name of the filter being registered.
getFormErrorPage() - Method in interface org.ops4j.pax.web.service.whiteboard.SecurityConfigurationMapping
Returns <login-config>/<form-login-config>/<form-error-page>
getFormLoginPage() - Method in interface org.ops4j.pax.web.service.whiteboard.SecurityConfigurationMapping
Returns <login-config>/<form-login-config>/<form-login-page>
getHttpContext() - Method in interface org.ops4j.pax.web.service.whiteboard.HttpContextMapping
Get actual context being registered.
getHttpContext(Bundle) - Method in interface org.ops4j.pax.web.service.whiteboard.HttpContextMapping
Get actual context being registered.
getHttpMethodOmissions() - Method in interface org.ops4j.pax.web.service.whiteboard.SecurityConstraintMapping.WebResourceCollectionMapping
Returns <security-constraint>/<web-resource-collection>/<http-method-omission> collection.
getHttpMethods() - Method in interface org.ops4j.pax.web.service.whiteboard.SecurityConstraintMapping.WebResourceCollectionMapping
Returns <security-constraint>/<web-resource-collection>/<http-method> collection.
getInitParameters() - Method in interface org.ops4j.pax.web.service.whiteboard.ContextMapping
Get context initialization parameters as defined by ServletContext.getInitParameterNames() (<context-param> elements in web.xml).
getInitParameters() - Method in interface org.ops4j.pax.web.service.whiteboard.FilterMapping
Get init parameters for the filter being registered.
getInitParameters() - Method in interface org.ops4j.pax.web.service.whiteboard.JspMapping
Returns optional map of initialization parameters, that may be used to configure Jasper servlet
getInitParameters() - Method in interface org.ops4j.pax.web.service.whiteboard.ServletMapping
Get init parameters for the servlet being registered.
getJspFile() - Method in interface org.ops4j.pax.web.service.whiteboard.JspMapping
Returns a "jsp servlet file" as in <servlet>/<jsp-file> in web.xml
getListener() - Method in interface org.ops4j.pax.web.service.whiteboard.ListenerMapping
Getter.
getLoadOnStartup() - Method in interface org.ops4j.pax.web.service.whiteboard.ServletMapping
Get load on startup value for the servlet being registered.
getLocation() - Method in interface org.ops4j.pax.web.service.whiteboard.ErrorPageMapping
URI mapping (must start with /) that'll be used to handle the exception/error.
getMultipartConfig() - Method in interface org.ops4j.pax.web.service.whiteboard.ServletMapping
Get MultipartConfigElement to configuration multipart support for the servlet being registered.
getName() - Method in interface org.ops4j.pax.web.service.whiteboard.SecurityConstraintMapping
Returns <security-constraint>/<display-name>
getName() - Method in interface org.ops4j.pax.web.service.whiteboard.SecurityConstraintMapping.WebResourceCollectionMapping
Returns <security-constraint>/<web-resource-collection>/<web-resource-name>.
getPath() - Method in interface org.ops4j.pax.web.service.whiteboard.ResourceMapping
Getter.
getRealmName() - Method in interface org.ops4j.pax.web.service.whiteboard.SecurityConfigurationMapping
Returns <login-config>/<realm-name>
getRealPath(String) - Method in interface org.ops4j.pax.web.service.WebContainerContext
Method matching ServletContext.getRealPath(String) and ServletContextHelper.getRealPath(String), but not available in original HttpContext.
getRegexPatterns() - Method in interface org.ops4j.pax.web.service.whiteboard.FilterMapping
Get Regex patterns for the filter mapping.
getResourcePaths(String) - Method in interface org.ops4j.pax.web.service.WebContainerContext
Complement HttpContext.getResource(String) (that matches ServletContext.getResource(String)), so we have a method matching ServletContext.getResourcePaths(String).
getResources(Iterable<Bundle>, String) - Static method in class org.ops4j.pax.web.utils.ClassPathUtil
This method uses Bundle.getResources(String) that delegates to classloader.
getSecurityConstraints() - Method in interface org.ops4j.pax.web.service.whiteboard.SecurityConfigurationMapping
Returns a collection of <security-constraint> information.
getSecurityRoles() - Method in interface org.ops4j.pax.web.service.whiteboard.SecurityConfigurationMapping
Returns declared security roles (<security-role>/<role-name>)
getServlet() - Method in interface org.ops4j.pax.web.service.whiteboard.ServletMapping
Get an actual Servlet instance to register.
getServletClass() - Method in interface org.ops4j.pax.web.service.whiteboard.ServletMapping
Get a class of Servlet to register.
getServletContextHelper() - Method in interface org.ops4j.pax.web.service.whiteboard.ServletContextHelperMapping
Get actual context help being registered.
getServletContextHelper(Bundle) - Method in interface org.ops4j.pax.web.service.whiteboard.ServletContextHelperMapping
Get actual context help being registered.
getServletName() - Method in interface org.ops4j.pax.web.service.whiteboard.ServletMapping
Get a name of the servlet being registered.
getServletNames() - Method in interface org.ops4j.pax.web.service.whiteboard.FilterMapping
Get Servlet names for the filter mapping.
getTransportGuarantee() - Method in interface org.ops4j.pax.web.service.whiteboard.SecurityConstraintMapping
Returns <security-constraint>/<user-data-constraint>/<transport-guarantee>.
getUrlPatterns() - Method in interface org.ops4j.pax.web.service.whiteboard.FilterMapping
Get URL patterns for the filter mapping.
getUrlPatterns() - Method in interface org.ops4j.pax.web.service.whiteboard.JspMapping
Returns an array of URL patterns that map to JSP servlet.
getUrlPatterns() - Method in interface org.ops4j.pax.web.service.whiteboard.ResourceMapping
URL mappings according to Servlet Specificication.
getUrlPatterns() - Method in interface org.ops4j.pax.web.service.whiteboard.SecurityConstraintMapping.WebResourceCollectionMapping
Returns <security-constraint>/<web-resource-collection>/<url-pattern> collection.
getUrlPatterns() - Method in interface org.ops4j.pax.web.service.whiteboard.ServletMapping
Get URL patterns to map into the servlet being registered.
getURLs(ClassLoader) - Static method in class org.ops4j.pax.web.utils.ClassPathUtil
Helper method to get ClassLoaders URLs (if possible)
getValue() - Method in enum org.ops4j.pax.web.service.WebContainerContext.DefaultContextIds
 
getVirtualHosts() - Method in interface org.ops4j.pax.web.service.whiteboard.ContextMapping
Get virtual host names to which this context is mapped.
getWebResourceCollections() - Method in interface org.ops4j.pax.web.service.whiteboard.SecurityConstraintMapping
Returns a collection of <security-constraint>/<web-resource-collection> information.
getWebSocketAnnotatedEndpoint() - Method in interface org.ops4j.pax.web.service.whiteboard.WebSocketMapping
Returns an instance of a class annotated with @javax.websocket.server.ServerEndpoint.
getWebSocketClass() - Method in interface org.ops4j.pax.web.service.whiteboard.WebSocketMapping
Returns a Class of the WebSocket endpoint that should be annotated with @javax.websocket.server.ServerEndpoint annotation.
getWelcomeFiles() - Method in interface org.ops4j.pax.web.service.whiteboard.WelcomeFileMapping
Getter

H

HEADER_CONNECTORS - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Pax Web specific manifest header of the WAB to specify matching connector names/ids for given context/WAB
HEADER_CONTEXT_PATH - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Manifest header key for web application bundles according to 128.3.1 WAB Definition.
HEADER_VIRTUAL_HOSTS - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Pax Web specific manifest header of the WAB to specify matching virtual hosts for given context/WAB.
HttpContextMapping - Interface in org.ops4j.pax.web.service.whiteboard
HttpContext mapping collects all the information required to register a HttpContext to allow referencing it later.
HTTPSERVICE_REGISTRATION_NAMES - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Actual OSGi Http Service will be registered under these objectClass names.

I

INIT_PARAM_FILTER_MAPPING_DISPATCHER - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Deprecated.
INIT_PARAM_FILTER_NAME - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Deprecated.
INIT_PARAM_SERVLET_NAME - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Deprecated.
isAuthRolesSet() - Method in interface org.ops4j.pax.web.service.whiteboard.SecurityConstraintMapping
When returning true, it means that empty roles collection mean "deny all authentication attempts".
isRedirect() - Method in interface org.ops4j.pax.web.service.whiteboard.WelcomeFileMapping
Getter
isShared() - Method in interface org.ops4j.pax.web.service.MultiBundleWebContainerContext
 
isShared() - Method in interface org.ops4j.pax.web.service.WebContainerContext
Should this context (as defined in "102 Http Service" specification, not in "140 Whiteboard Service" specification) be allowed to be used by different bundles?
isShared() - Method in interface org.ops4j.pax.web.service.whiteboard.HttpContextMapping
Whether the context should be shared - Whiteboard contexts are always shared, but Http Service doesn't define such flag at all.

J

jarClassPathEntryExists(URL) - Static method in class org.ops4j.pax.web.utils.ClassPathUtil
Checks whether jar: location exists as proper classpath element
jarToItsClassPath(URL) - Static method in class org.ops4j.pax.web.utils.ClassPathUtil
Used in tests, when there's only surefire on the classpath
JspMapping - Interface in org.ops4j.pax.web.service.whiteboard
Jsp mapping.

L

ListenerMapping - Interface in org.ops4j.pax.web.service.whiteboard
Listener mapping.
listResources(Iterable<Bundle>, String, String, boolean) - Static method in class org.ops4j.pax.web.utils.ClassPathUtil
This method uses BundleWiring.listResources(java.lang.String, java.lang.String, int) that delegates to classloader.

M

MultiBundleWebContainerContext - Interface in org.ops4j.pax.web.service
WebContainerContext that can be shared between different bundles.

O

org.ops4j.pax.web.annotations - package org.ops4j.pax.web.annotations
 
org.ops4j.pax.web.service - package org.ops4j.pax.web.service
Main Pax Web API package providing: extensions to HttpService from OSGi CMPN Http Service specification additional interfaces supporting OSGi CMPN Whiteboard specification
org.ops4j.pax.web.service.views - package org.ops4j.pax.web.service.views
 
org.ops4j.pax.web.service.whiteboard - package org.ops4j.pax.web.service.whiteboard
This package of pax-web-api contains interfaces representing all the web components (or web elements) that can be registered within running HTTP/Servlet engine.
org.ops4j.pax.web.utils - package org.ops4j.pax.web.utils
 

P

PaxWebConfig - Interface in org.ops4j.pax.web.service
Dedicated interface with constants related to configuration.
PaxWebConfiguration - Annotation Type in org.ops4j.pax.web.annotations
Source annotation highlighting that given method SHOULD be called entirely inside Pax Web configuration thread.
PaxWebConstants - Interface in org.ops4j.pax.web.service
Different constants used across Pax Web but not related to configuration that may be specified using org.ops4j.pax.web PID or system/bundle context properties.
PaxWebContainerView - Interface in org.ops4j.pax.web.service.views
Marker interface for views of WebContainer service, to which the container may be adapted.
PaxWebTesting - Annotation Type in org.ops4j.pax.web.annotations
Indication that given method is for testing only
PID - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Service PID used for configuration.
PID_CFG_CIPHERSUITES_EXCLUDED - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Comma separated list of excluded cipher suite names.
PID_CFG_CIPHERSUITES_INCLUDED - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Comma separated list of included cipher suite names, as in SSLEngine.setEnabledCipherSuites(String[]).
PID_CFG_CONNECTOR_IDLE_TIMEOUT - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Jetty: org.eclipse.jetty.server.AbstractConnector#setIdleTimeout(long)
PID_CFG_CONNECTOR_LIST - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Comma-separated list of connector names to set on every deployed context if the context itself doesn't specify such configuration.
PID_CFG_CONTEXT_CONFIGURATION_FILE - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Option to specify single global context configuration file (only Jetty and Tomcat).
PID_CFG_CRL_PATH - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Location of CRL file to use with CertificateFactory.generateCRLs(java.io.InputStream) for X.509 factory
PID_CFG_DEFAULT_SERVLET_ACCEPT_RANGES - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Boolean property to specify whether default servlet should reply with Accept-Ranges: bytes header.
PID_CFG_DEFAULT_SERVLET_CACHE_MAX_ENTRIES - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Integer property to specify maximum number of cache entries (per single resource manager).
PID_CFG_DEFAULT_SERVLET_CACHE_MAX_ENTRY_SIZE - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Integer property to specify maximum size (kB) of single cache entry (file) (per single resource manager).
PID_CFG_DEFAULT_SERVLET_CACHE_MAX_TOTAL_SIZE - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Integer property to specify maximum total size (kB) of the cache (per single resource manager).
PID_CFG_DEFAULT_SERVLET_CACHE_TTL - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Integer property to specify TTL for cache entries (ms)
PID_CFG_DEFAULT_SERVLET_DIR_LISTING - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Boolean property to specify whether dir index should be present when accessing dir resource.
PID_CFG_DEFAULT_SERVLET_REDIRECT_WELCOME - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Boolean property to specify whether welcome file should be served immediately, or by redirect.
PID_CFG_DIGESTAUTH_MAX_NONCE_AGE - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Return max nonce age for DIGEST authentication (in ms), defaults to 60s (60000ms)
PID_CFG_DIGESTAUTH_MAX_NONCE_COUNT - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Return max nonce count for DIGEST authentication, defaults to 1024
PID_CFG_ENABLE_CRLDP - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Should Certificate Revocation List Distribution Points support (CRLDP) be enabled?
PID_CFG_ENABLE_OCSP - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Should On-Line Certificate Status Protocol (OCSP) be enabled?
PID_CFG_ENC_ALGORITHM - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Algorithm name to use for PBE encryption - see SecretKeyFactory.getInstance(java.lang.String) defaults to PBEWithHmacSHA256AndAES_128
PID_CFG_ENC_ENABLED - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Boolean property that tells pax-web-runtime that the configuration may contain encrypted values.
PID_CFG_ENC_ITERATION_COUNT - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
IC parameter for PBE encryption - defaults to 1000
PID_CFG_ENC_MASTERPASSWORD - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Plain text encryption password
PID_CFG_ENC_MASTERPASSWORD_ENV - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Environment variable to use for encryption password
PID_CFG_ENC_MASTERPASSWORD_SYS - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
System property to use for encryption password
PID_CFG_ENC_OSGI_DECRYPTOR - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Similarly to Pax JDBC/JMS, we can reference an OSGi service with objectClass=org.jasypt.encryption.StringEncryptor and decryptor properties.
PID_CFG_ENC_PREFIX - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
String property for the prefix for encrypted values.
PID_CFG_ENC_PROPERTY_PREFIX - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
 
PID_CFG_ENC_PROVIDER - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Provider name to use for PBE encryption - defaults to SunJCE on Oracle/OpenJDK
PID_CFG_ENC_SUFFIX - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
String property for the suffix for encrypted values.
PID_CFG_EVENT_DISPATCHER_THREAD_COUNT - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Option to specify number of threads for internal web element/context (un)registration event dispatching.
PID_CFG_FORMAUTH_REDIRECT - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Returns whether to forward (false, default) to form-login error page or use redirect (true)
PID_CFG_HTTP_CHECK_FORWARDED_HEADERS - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Jetty: adds org.eclipse.jetty.server.ForwardedRequestCustomizer to HttpConfiguration
PID_CFG_HTTP_CONNECTOR_NAME - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Name to use as default (non-secure) connector, defaults to default.
PID_CFG_HTTP_ENABLED - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Should the default non-secure port be enabled?
PID_CFG_HTTP_PORT - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
This property specifies the port used for servlets and resources accessible via HTTP.
PID_CFG_HTTP_PORT_SECURE - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
This property specifies the port used for servlets and resources accessible via HTTPS.
PID_CFG_HTTP_SECURE_CONNECTOR_NAME - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Name to use as secure connector, defaults to secureDefault.
PID_CFG_HTTP_SECURE_ENABLED - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Should the default secure port be enabled?
PID_CFG_JSP_SCRATCH_DIR - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Global Scratch directory for JSPs - by default it is relative to global tmp dir and depends on the context
PID_CFG_LISTENING_ADDRESSES - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Comma-separated list of addresses to bind listeners/connectors to.
PID_CFG_LOG_NCSA_APPEND - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Whether to append to log file
PID_CFG_LOG_NCSA_BUFFERED - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Whether NCSA log file access should be buffered.
PID_CFG_LOG_NCSA_ENABLED - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Should we enable "NCSA Logger"?
PID_CFG_LOG_NCSA_EXTENDED - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Jetty whether to use CustomRequestLog#EXTENDED_NCSA_FORMAT or CustomRequestLog#NCSA_FORMAT
PID_CFG_LOG_NCSA_LOGDIR - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Directory to store request log files
PID_CFG_LOG_NCSA_LOGFILE - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Jetty: defaults to "yyyy_mm_dd.request.log", should contain yyyy_mm_dd.
PID_CFG_LOG_NCSA_LOGFILE_DATE_FORMAT - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Date format to use when current file is renamed during rollover Jetty: org.eclipse.jetty.util.RolloverFileOutputStream._fileDateFormat = ROLLOVER_FILE_DATE_FORMAT
PID_CFG_LOG_NCSA_LOGTIMEZONE - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Timezone to use in logs Jetty: org.eclipse.jetty.server.RequestLogWriter#_timeZone
PID_CFG_LOG_NCSA_RETAINDAYS - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Number of days to retain request files Jetty: org.eclipse.jetty.server.RequestLogWriter._retainDays
PID_CFG_MAX_CERT_PATH_LENGTH - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Return max length of cert path to use during certificate validation
PID_CFG_OCSP_RESPONDER_URL - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
OCSP responder URL, though it doesn't seem to be used by Jetty.
PID_CFG_PROTOCOLS_EXCLUDED - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Comma separated list of excluded protocol names.
PID_CFG_PROTOCOLS_INCLUDED - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Comma separated list of included protocol names, as in SSLEngine.setEnabledProtocols(String[]).
PID_CFG_SERVER_CONFIGURATION_FILE - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Option to specify single external configuration file.
PID_CFG_SERVER_CONFIGURATION_FILES - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Specify comma-separated list of external, server-specific config locations.
PID_CFG_SERVER_IDLE_TIMEOUT - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Jetty: org.eclipse.jetty.util.thread.QueuedThreadPool#setIdleTimeout(int)
PID_CFG_SERVER_MAX_THREADS - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Gets maximum number of threads to use in server runtime.
PID_CFG_SERVER_MIN_THREADS - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Gets minimum number of threads to use in server runtime.
PID_CFG_SERVER_THREAD_NAME_PREFIX - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Prefix to use for server thread names.
PID_CFG_SESSION_COOKIE_COMMENT - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
String property that specifies session cookie comment
PID_CFG_SESSION_COOKIE_DOMAIN - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
String property that specifies session cookie domain
PID_CFG_SESSION_COOKIE_HTTP_ONLY - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Boolean property that specifies http only flag for session cookie.
PID_CFG_SESSION_COOKIE_MAX_AGE - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Integer property that specifies max age of session cookie
PID_CFG_SESSION_COOKIE_NAME - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
String property that specifies session cookie name (defaults to JSESSIONID)
PID_CFG_SESSION_COOKIE_PATH - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
String property that specifies session cookie path (defaults to context path)
PID_CFG_SESSION_COOKIE_SAME_SITE - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
String property that specifies SameSite attribute of session cookie
PID_CFG_SESSION_COOKIE_SECURE - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Boolean property that specifies secure flag for session cookie.
PID_CFG_SESSION_STORE_DIRECTORY - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
When specified and is a valid directory location, file session persistence will be enabled
PID_CFG_SESSION_TIMEOUT - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Integer property that specifies timeout of sessions in minutes (defaults to 30)
PID_CFG_SESSION_URL - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
For Jetty, we can specify the URL path parameter for session URL rewriting.
PID_CFG_SESSION_WORKER_NAME - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Allows configuration of Jetty's SessionHandler.SessionIdManager.workerName
PID_CFG_SHOW_STACKS - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Boolean property to configure the container to show or hide stack traces in error handler.
PID_CFG_SSL_CLIENT_AUTH_NEEDED - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
PID_CFG_SSL_CLIENT_AUTH_WANTED - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
PID_CFG_SSL_KEY_ALIAS - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Alias of private key entry in server keystore to use of no SNI is enabled
PID_CFG_SSL_KEY_MANAGER_FACTORY_ALGORITHM - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
PID_CFG_SSL_KEY_PASSWORD - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Password for private key entry inside server keystore
PID_CFG_SSL_KEYSTORE - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
File or URL to location of Keystore with server certificate and private key.
PID_CFG_SSL_KEYSTORE_PASSWORD - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Password for entire server keystore
PID_CFG_SSL_KEYSTORE_PROVIDER - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Provider of server keystore as specified by KeyStore.getInstance(String, String)
PID_CFG_SSL_KEYSTORE_TYPE - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Type of server keystore to use as specified by KeyStore.getInstance(String, String)
PID_CFG_SSL_PROTOCOL - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Protocol to use with SSLContext.getInstance(String).
PID_CFG_SSL_PROVIDER - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Property to specify SSL provider to use for secure connector.
PID_CFG_SSL_RENEGOTIATION_ALLOWED - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Allow SSL renegotiation
PID_CFG_SSL_RENEGOTIATION_LIMIT - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
SSL renegotiation limit
PID_CFG_SSL_SECURE_RANDOM_ALGORITHM - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Algorithm to use with SecureRandom.getInstance(String).
PID_CFG_SSL_SESSION_CACHE_SIZE - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
SSL Session cache size.
PID_CFG_SSL_SESSION_ENABLED - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Are SSL Sessions enabled? If true (which is default), such hint is passed to SSLContext.createSSLEngine(String, int).
PID_CFG_SSL_SESSION_TIMEOUT - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
SSL Session timeout.
PID_CFG_SSL_TRUST_MANAGER_FACTORY_ALGORITHM - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
PID_CFG_SSL_TRUSTSTORE - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
File or URL to location of server truststore.
PID_CFG_SSL_TRUSTSTORE_PASSWORD - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Password for entire server truststore
PID_CFG_SSL_TRUSTSTORE_PROVIDER - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Provider of server truststore as specified by KeyStore.getInstance(String, String)
PID_CFG_SSL_TRUSTSTORE_TYPE - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Type of server truststore to use as specified by KeyStore.getInstance(String, String)
PID_CFG_TCCL_TYPE - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Defines the type of TCCL that should be set for service methods (like Servlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)).
PID_CFG_TEMP_DIR - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Servlet API 4, 4.8.1 "Temporary Working Directories".
PID_CFG_VALIDATE_CERTS - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Whether certificates in server keystore should be validated on load
PID_CFG_VALIDATE_PEER_CERTS - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Whether certificates in server truststore should be validated on load
PID_CFG_VIRTUAL_HOST_LIST - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
Comma-separated list of virtual hosts to set on every deployed context if the context itself doesn't specify such configuration.

R

registerBundle(Bundle) - Method in interface org.ops4j.pax.web.service.MultiBundleWebContainerContext
Register given Bundle as a bundle using given shared context.
registerConstraintMapping(String, String, String, String, boolean, List<String>, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Not recommended way to register single security constraint for target context.
registerErrorPage(String, String, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Registers an error page to customize the response sent back to the web client in case that an exception or error propagates back to the web container, or the servlet/filter calls sendError() on the response object for a specific status code.
registerErrorPages(String[], String, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Register multiple error pages to be associated with given location
registerEventListener(EventListener, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Registers an event listener.
registerFilter(Class<? extends Filter>, String[], String[], Dictionary<String, String>, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Registers a filter by class name, with filter URL mappings and/or servlet names to map the filter to.
registerFilter(Class<? extends Filter>, String, String[], String[], Dictionary<String, String>, Boolean, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Registers a filter by class name, with filter URL mappings, servlet names to map the filter to and async-support flag.
registerFilter(Filter, String[], String[], Dictionary<String, String>, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Registers a filter with filter URL mappings and/or servlet names to map the filter to.
registerFilter(Filter, String, String[], String[], Dictionary<String, String>, Boolean, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Registers a filter with filter URL mappings, servlet names to map the filter to and async-support flag.
registerJspConfigPropertyGroup(List<String>, List<String>, List<String>, Boolean, Boolean, Boolean, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Adds JSP configuration to given context.
registerJspConfigPropertyGroup(JspPropertyGroupDescriptor, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Adds JSP configuration to given context using JspPropertyGroupDescriptor.
registerJspConfigTagLibs(String, String, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Adds mapping of taglib to given context.
registerJspConfigTagLibs(Collection<TaglibDescriptor>, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Adds multiple URI - location mappings for TLDs.
registerJsps(String[], Dictionary<String, String>, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Enable JSP support by configuring target runtime specific JSP servlet (which is Jasper in all the cases).
registerJspServlet(String, String[], Dictionary<String, String>, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
>@code web.xml} allows registration of a <servlet> with {@link } instead of {@link }.
registerLoginConfig(String, String, String, String, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Registers <login-config> configuration into the selected context
registerServlet(Class<? extends Servlet>, String[], Dictionary<String, String>, Integer, Boolean, MultipartConfigElement, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Register a servlet using class instead of an instance and with URL mappings instead of alias and with load-on-startup, async-support parameters and multipart configuration.
registerServlet(Class<? extends Servlet>, String[], Dictionary<String, String>, Integer, Boolean, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Register a servlet using class instead of an instance and with URL mappings instead of alias and with load-on-startup and async-support parameters.
registerServlet(Class<? extends Servlet>, String[], Dictionary<String, String>, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Register a servlet using class instead of an instance and with URL mappings instead of alias.
registerServlet(String, Servlet, Dictionary<?, ?>, Integer, Boolean, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Registers a servlet as in HttpService.registerServlet(java.lang.String, javax.servlet.Servlet, java.util.Dictionary<?, ?>, org.osgi.service.http.HttpContext) with two additional parameters: load on startup (<servlet>/<load-on-startup> element from web.xml) async supported (<servlet>/<async-supported> element from web.xml)
registerServlet(Servlet, String[], Dictionary<String, String>, Integer, Boolean, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Registers a servlet with servlet URL mappings, load-on-startup and async-support parameters.
registerServlet(Servlet, String[], Dictionary<String, String>, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Registers a servlet as in HttpService.registerServlet(java.lang.String, javax.servlet.Servlet, java.util.Dictionary<?, ?>, org.osgi.service.http.HttpContext) but with servlet URL mappings (see Servlet API specification, chapter 12.2, "Specification of Mappings") instead of single alias.
registerServlet(Servlet, String, String[], Dictionary<String, String>, Integer, Boolean, MultipartConfigElement, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Registers a servlet with servlet name, URL mappings, load-on-startup, async-support parameters and multipart configuration.
registerServlet(Servlet, String, String[], Dictionary<String, String>, Integer, Boolean, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Registers a servlet with servlet name, URL mappings, load-on-startup and async-support parameters.
registerServlet(Servlet, String, String[], Dictionary<String, String>, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Registers a servlet as in HttpService.registerServlet(java.lang.String, javax.servlet.Servlet, java.util.Dictionary<?, ?>, org.osgi.service.http.HttpContext) but with servlet name and URL mappings (see Servlet API specification, chapter 12.2, "Specification of Mappings") instead of single alias.
registerServletContainerInitializer(ServletContainerInitializer, Class<?>[], HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Register ServletContainerInitializer into a context.
registerWebSocket(Object, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Registers a WebSocket endpoint annotated with @javax.websocket.server.ServerEndpoint.
registerWelcomeFiles(String[], boolean, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Registers an ordered list of partial URIs that conform to welcome pages definition from chapter 10.10 of Servlet 4 specification.
ResourceMapping - Interface in org.ops4j.pax.web.service.whiteboard
Resource mapping.
Review - Annotation Type in org.ops4j.pax.web.annotations
Annotation to mark code element as being under review, with developer comments.

S

SecurityConfigurationMapping - Interface in org.ops4j.pax.web.service.whiteboard
Single interface to register 3 security aspects of web.xml configuration: <login-config> <security-constraint> <security-role>
SecurityConstraintMapping - Interface in org.ops4j.pax.web.service.whiteboard
Single constraint mapping to be used by SecurityConfigurationMapping.
SecurityConstraintMapping.WebResourceCollectionMapping - Interface in org.ops4j.pax.web.service.whiteboard
A representation of single <security-constraint>/<web-resource-collection>
SERVICE_PROPERTY_ASYNC_SUPPORTED - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Deprecated.
SERVICE_PROPERTY_CONNECTORS - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Improved name for the service registration property to configure connectors of the context (ServletContextHelper, HttpContext, etc.).
SERVICE_PROPERTY_CONNECTORS_LEGACY - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Deprecated.
SERVICE_PROPERTY_HTTP_CONTEXT_ID - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Deprecated.
Use HttpWhiteboardConstants.HTTP_WHITEBOARD_CONTEXT_NAME
SERVICE_PROPERTY_HTTP_CONTEXT_PATH - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Deprecated.
Use HttpWhiteboardConstants.HTTP_WHITEBOARD_CONTEXT_PATH
SERVICE_PROPERTY_HTTP_CONTEXT_SHARED - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Deprecated.
User ServletContextHelper services which are "shared" by default
SERVICE_PROPERTY_INIT_PREFIX - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Deprecated.
SERVICE_PROPERTY_INTERNAL - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Service registration property to mark services as internal, so they're not processed by Pax Web Whiteboard extender as normal Whiteboard services.
SERVICE_PROPERTY_LOAD_ON_STARTUP - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Deprecated.
SERVICE_PROPERTY_SERVLET_ALIAS - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Deprecated.
SERVICE_PROPERTY_SERVLET_NAMES - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Deprecated.
SERVICE_PROPERTY_URL_PATTERNS - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Deprecated.
SERVICE_PROPERTY_VIRTUAL_HOSTS - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Improved name for the service registration property to configure virtual hosts of the context (ServletContextHelper, HttpContext, etc.).
SERVICE_PROPERTY_VIRTUAL_HOSTS_LEGACY - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Deprecated.
SERVICE_PROPERTY_WEB_SERVLETCONTEXT_NAME - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Context name of the WAB bundle or bundle registering OSGi servlet context (Pax Web addition)
SERVICE_PROPERTY_WEB_SERVLETCONTEXT_PATH - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Context path of the WAB bundle or bundle registering OSGi servlet context
SERVICE_PROPERTY_WEB_SYMBOLIC_NAME - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Symbolic name of the WAB bundle or bundle registering OSGi servlet context
SERVICE_PROPERTY_WEB_VERSION - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Version of the WAB bundle or bundle registering OSGi servlet context
SERVICE_PROPERTY_WEBSOCKET - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Service registration property indication WebSocket registration.
SERVICE_PROPERTY_WEBSOCKET_LEGACY - Static variable in interface org.ops4j.pax.web.service.PaxWebConstants
Deprecated.
ServletContextHelperMapping - Interface in org.ops4j.pax.web.service.whiteboard
ServletContextHelper mapping collects all the information required to register a ServletContextHelper to allow referencing it later.
ServletMapping - Interface in org.ops4j.pax.web.service.whiteboard
Servlet mapping contains all the information required to register a Servlet (either directly or using whiteboard pattern).
setContextParams(Dictionary<String, Object>, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Sets context paramaters to be used in the servlet context corresponding to specified http context.
setSessionCookieConfig(String, String, Boolean, Boolean, String, Integer, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Set session configuration.
setSessionCookieConfig(SessionCookieConfig, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Set session configuration.
setSessionTimeout(Integer, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Sets the session timeout of the servlet context corresponding to specified http context.
SHARED - org.ops4j.pax.web.service.WebContainerContext.DefaultContextIds

U

unregisterConstraintMapping(HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Removes all security constraints from given context - for compatibility with Pax Web 7.
unregisterErrorPage(String, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Unregisters a previously registered error page - it'll be removed from a set of error pages associated with some mapping location.
unregisterErrorPages(String[], HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Unregisters multiple error pages associated with some mapping location.
unregisterEventListener(EventListener) - Method in interface org.ops4j.pax.web.service.WebContainer
Unregisters a previously registered listener.
unregisterFilter(String) - Method in interface org.ops4j.pax.web.service.WebContainer
Unregisters a previously registered servlet filter by its name.
unregisterFilter(Filter) - Method in interface org.ops4j.pax.web.service.WebContainer
Unregisters a previously registered servlet filter.
unregisterFilters(Class<? extends Filter>) - Method in interface org.ops4j.pax.web.service.WebContainer
Unregisters a previously registered servlet filters with given class.
unregisterJsps(HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Unregisters JSP servlet from given context - the only possible servlet regardless of the related mappings.
unregisterJspServlet(String, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Unregisters a servlet that's using {@link } in web.xml.
unregisterLoginConfig(HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Clears login configuration for given context
unregisterServlet(String) - Method in interface org.ops4j.pax.web.service.WebContainer
Unregister a previously registered servlet by its name.
unregisterServlet(Servlet) - Method in interface org.ops4j.pax.web.service.WebContainer
Unregisters a previously registered servlet.
unregisterServletContainerInitializer(ServletContainerInitializer, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Unregister a ServletContainerInitializer from a context.
unregisterServlets(Class<? extends Servlet>) - Method in interface org.ops4j.pax.web.service.WebContainer
Unregisters all previously registered servlets with given class.
unregisterWebSocket(Object, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Unregisters a previously registered WebSocket endpoint annotated with @javax.websocket.server.ServerEndpoint
unregisterWelcomeFiles(String[], HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Unregisters previously registered welcome files (whether redirected or not).

V

value() - Method in annotation type org.ops4j.pax.web.annotations.Review
Any review notes
valueOf(String) - Static method in enum org.ops4j.pax.web.service.WebContainerContext.DefaultContextIds
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.ops4j.pax.web.service.WebContainerContext.DefaultContextIds
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebContainer - Interface in org.ops4j.pax.web.service
This interface extends HttpService defined in OSGi CMPN R7, chapter 102 "Http Service specification".
WebContainerContext - Interface in org.ops4j.pax.web.service
HttpContext extension that adds: identity (String ID) to HttpContext (knowing that single bundle using such context is part of the identity) missing resource-access method matching ServletContext.getResourcePaths(String) method. shared flag
WebContainerContext.DefaultContextIds - Enum in org.ops4j.pax.web.service
Default context identifiers.
WebSocketMapping - Interface in org.ops4j.pax.web.service.whiteboard
WebSocket mapping contains all the information required to register a WebSocket.
WelcomeFileMapping - Interface in org.ops4j.pax.web.service.whiteboard
Welcome file mapping
A B C D E F G H I J L M O P R S U V W 
All Classes All Packages