- getAlias() - Method in interface org.ops4j.pax.web.service.whiteboard.ResourceMapping
-
- 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
-
- getBundlesInClassSpace(Bundle, Set<Bundle>, boolean) - 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, 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).
- getClassPathJars(Bundle) - Static method in class org.ops4j.pax.web.utils.ClassPathUtil
-
- 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
-
- 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
- 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
-
- 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
-
- 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
-
- 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
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
-
- 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
-
- PID_CFG_SSL_KEYSTORE_TYPE - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
-
- PID_CFG_SSL_PROTOCOL - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
-
- 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
-
- 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
-
- 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
-
- PID_CFG_SSL_TRUSTSTORE_TYPE - Static variable in interface org.ops4j.pax.web.service.PaxWebConfig
-
- 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.
- 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(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.
- 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.
- 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 instead of
.
- registerLoginConfig(String, String, String, String, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
-
Registers <login-config> configuration into the selected context
- 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>, 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[], 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, 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.
- 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>, 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(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(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>, 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.
- 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.