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

A

annotation - Variable in class org.ops4j.pax.web.utils.ServletAnnotationScanner
 
asyncSupported - Variable in class org.ops4j.pax.web.utils.FilterAnnotationScanner
 
asyncSupported - Variable in class org.ops4j.pax.web.utils.ServletAnnotationScanner
 
AuthenticatorService - Interface in org.ops4j.pax.web.service
 

B

begin(HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Start modifying the http context.
BUNDLE_CONTEXT_ATTRIBUTE - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
Servlet context attribute containing the bundle context of the bundle registering the http context.

C

calculateRequestInfoDTO(String, Iterator<WhiteboardElement>) - Method in interface org.ops4j.pax.web.service.WebContainer
 
ClassPathUtil - Class in org.ops4j.pax.web.utils
 
CONTEXT_NAME - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
Init param name for specifying a context name.
CONTEXT_PATH_KEY - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
Manifest header key for web application bundles.
createDefaultHttpContext(String) - Method in interface org.ops4j.pax.web.service.WebContainer
Creates a default HttpContext as defined for HttpService.createDefaultHttpContext()
createDefaultSharedHttpContext() - Method in interface org.ops4j.pax.web.service.WebContainer
Creates a default implementation of a SharedWebContainerContext
createWhiteboardRuntimeDTO(Iterator<WhiteboardElement>) - Method in interface org.ops4j.pax.web.service.WebContainer
 

D

deregisterBundle(Bundle) - Method in interface org.ops4j.pax.web.service.SharedWebContainerContext
 
dispatcherTypes - Variable in class org.ops4j.pax.web.utils.FilterAnnotationScanner
 

E

end(HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Validate changes on the given http context
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

FILTER_MAPPING_DISPATCHER - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
Filter init param name for specifying a filter-mapping dispatch behaviour Must be a comma delimited string of: request forward include error values are not case sensitive.
FILTER_NAME - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
Filter init param name for specifying a filter name.
FILTER_RANKING - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
filterAnnotation - Variable in class org.ops4j.pax.web.utils.FilterAnnotationScanner
 
FilterAnnotationScanner - Class in org.ops4j.pax.web.utils
 
FilterAnnotationScanner(Class<?>) - Constructor for class org.ops4j.pax.web.utils.FilterAnnotationScanner
 
FilterMapping - Interface in org.ops4j.pax.web.service.whiteboard
Filter mapping.
filterName - Variable in class org.ops4j.pax.web.utils.FilterAnnotationScanner
 
findResources(Iterable<Bundle>, String, String, boolean) - Static method in class org.ops4j.pax.web.utils.ClassPathUtil
 

G

getAlias() - Method in interface org.ops4j.pax.web.service.whiteboard.ResourceMapping
Getter.
getAlias() - Method in interface org.ops4j.pax.web.service.whiteboard.ServletMapping
Getter.
getAsyncSupported() - Method in interface org.ops4j.pax.web.service.whiteboard.FilterMapping
Getter
getAsyncSupported() - Method in interface org.ops4j.pax.web.service.whiteboard.ServletMapping
Getter.
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.
getBundlesInClassSpace(Bundle, Set<Bundle>) - Static method in class org.ops4j.pax.web.utils.ClassPathUtil
Gets a list of bundles that are imported or required by this bundle.
getClassPathJars(Bundle) - Static method in class org.ops4j.pax.web.utils.ClassPathUtil
Returns a list of urls to jars that composes the Bundle-ClassPath.
getContextId() - Method in interface org.ops4j.pax.web.service.WebContainerContext
Returns the name of this Context.
getDefaultSharedHttpContext() - Method in interface org.ops4j.pax.web.service.WebContainer
 
getDispatcherType() - Method in interface org.ops4j.pax.web.service.whiteboard.FilterMapping
Getter
getError() - Method in interface org.ops4j.pax.web.service.whiteboard.ErrorPageMapping
Getter
getErrorPageMapping() - Method in interface org.ops4j.pax.web.service.whiteboard.WhiteboardErrorPage
 
getErrorPageMappings() - Method in interface org.ops4j.pax.web.service.whiteboard.WhiteboardServlet
 
getFilter() - Method in interface org.ops4j.pax.web.service.whiteboard.FilterMapping
Getter.
getFilterMapping() - Method in interface org.ops4j.pax.web.service.whiteboard.WhiteboardFilter
 
getHttpContext() - Method in interface org.ops4j.pax.web.service.whiteboard.HttpContextMapping
Getter.
getHttpContextId() - Method in interface org.ops4j.pax.web.service.whiteboard.ErrorPageMapping
Getter.
getHttpContextId() - Method in interface org.ops4j.pax.web.service.whiteboard.FilterMapping
Getter.
getHttpContextId() - Method in interface org.ops4j.pax.web.service.whiteboard.HttpContextMapping
Getter.
getHttpContextId() - Method in interface org.ops4j.pax.web.service.whiteboard.JspMapping
Getter.
getHttpContextId() - Method in interface org.ops4j.pax.web.service.whiteboard.ListenerMapping
Getter.
getHttpContextId() - Method in interface org.ops4j.pax.web.service.whiteboard.ResourceMapping
Getter.
getHttpContextId() - Method in interface org.ops4j.pax.web.service.whiteboard.ServletMapping
Getter.
getHttpContextId() - Method in interface org.ops4j.pax.web.service.whiteboard.WebSocketMapping
Getter.
getHttpContextId() - Method in interface org.ops4j.pax.web.service.whiteboard.WelcomeFileMapping
Getter.
getHttpContextMapping() - Method in interface org.ops4j.pax.web.service.whiteboard.WhiteboardHttpContext
 
getHttpService() - Method in interface org.ops4j.pax.web.service.WebAppDependencyHolder
Returns the HTTP service to be used by the given application.
getInitParams() - Method in interface org.ops4j.pax.web.service.whiteboard.FilterMapping
Getter.
getInitParams() - Method in interface org.ops4j.pax.web.service.whiteboard.JspMapping
Getter.
getInitParams() - Method in interface org.ops4j.pax.web.service.whiteboard.ServletMapping
Getter.
getJspMapping() - Method in interface org.ops4j.pax.web.service.whiteboard.WhiteboardJspMapping
 
getListener() - Method in interface org.ops4j.pax.web.service.whiteboard.ListenerMapping
Getter.
getListenerMapping() - Method in interface org.ops4j.pax.web.service.whiteboard.WhiteboardListener
 
getLoadOnStartup() - Method in interface org.ops4j.pax.web.service.whiteboard.ServletMapping
Getter.
getLocation() - Method in interface org.ops4j.pax.web.service.whiteboard.ErrorPageMapping
Getter
getMultipartConfig() - Method in interface org.ops4j.pax.web.service.whiteboard.ServletMapping
Getter.
getName() - Method in interface org.ops4j.pax.web.service.whiteboard.FilterMapping
Getter
getParameters() - Method in interface org.ops4j.pax.web.service.whiteboard.HttpContextMapping
Getter.
getPath() - Method in interface org.ops4j.pax.web.service.whiteboard.HttpContextMapping
Getter.
getPath() - Method in interface org.ops4j.pax.web.service.whiteboard.ResourceMapping
Getter.
getResourceMapping() - Method in interface org.ops4j.pax.web.service.whiteboard.WhiteboardResource
 
getResourceMapping() - Method in interface org.ops4j.pax.web.service.whiteboard.WhiteboardResourceMapping
 
getResourcePaths(String) - Method in interface org.ops4j.pax.web.service.WebContainerContext
Returns a set of all the paths (String objects) to entries within the web application whose longest sub-path matches the supplied path argument.
getServiceID() - Method in interface org.ops4j.pax.web.service.whiteboard.WhiteboardElement
Service-Id is necessary for WhiteboardDTO
getServlet() - Method in interface org.ops4j.pax.web.service.whiteboard.ServletMapping
Getter.
getServletContainerInitializer() - Method in interface org.ops4j.pax.web.service.WebAppDependencyHolder
Returns a servlet container initializer to be added to the given application.
getServletContextHelper() - Method in interface org.ops4j.pax.web.service.whiteboard.WhiteboardServletContextHelper
 
getServletMapping() - Method in interface org.ops4j.pax.web.service.whiteboard.WhiteboardServlet
 
getServletName() - Method in interface org.ops4j.pax.web.service.whiteboard.ServletMapping
Getter.
getServletNames() - Method in interface org.ops4j.pax.web.service.whiteboard.FilterMapping
Getter.
getSharedContext() - Method in interface org.ops4j.pax.web.service.whiteboard.WebSocketMapping
 
getUrlPatterns() - Method in interface org.ops4j.pax.web.service.whiteboard.FilterMapping
Getter.
getUrlPatterns() - Method in interface org.ops4j.pax.web.service.whiteboard.JspMapping
Getter.
getUrlPatterns() - Method in interface org.ops4j.pax.web.service.whiteboard.ServletMapping
Getter.
getValue() - Method in enum org.ops4j.pax.web.service.WebContainerContext.DefaultContextIds
 
getWebcontainerDTO() - Method in interface org.ops4j.pax.web.service.WebContainer
 
getWebSocket() - Method in interface org.ops4j.pax.web.service.whiteboard.WebSocketMapping
 
getWelcomeFilemapping() - Method in interface org.ops4j.pax.web.service.whiteboard.WhiteboardWelcomeFile
 
getWelcomeFiles() - Method in interface org.ops4j.pax.web.service.whiteboard.WelcomeFileMapping
Getter

H

HttpContextMapping - Interface in org.ops4j.pax.web.service.whiteboard
Http context mapping.

I

isAliasRegistration() - Method in interface org.ops4j.pax.web.service.whiteboard.WhiteboardServlet
 
isDefaultOrSharedContext() - Method in interface org.ops4j.pax.web.service.WebContainerContext
 
isRedirect() - Method in interface org.ops4j.pax.web.service.whiteboard.WelcomeFileMapping
Getter
isValid() - Method in interface org.ops4j.pax.web.service.whiteboard.WhiteboardElement
Only valid elements will be added to the webcontainer.

J

JspMapping - Interface in org.ops4j.pax.web.service.whiteboard
Jsp mapping.

L

ListenerMapping - Interface in org.ops4j.pax.web.service.whiteboard
Listener mapping.
listeningAddresses - Variable in class org.ops4j.pax.web.service.WebContainerDTO
 
loadOnStartup - Variable in class org.ops4j.pax.web.utils.FilterAnnotationScanner
 
loadOnStartup - Variable in class org.ops4j.pax.web.utils.ServletAnnotationScanner
 

M

multiPartConfigAnnotation - Variable in class org.ops4j.pax.web.utils.FilterAnnotationScanner
 
multiPartConfigAnnotation - Variable in class org.ops4j.pax.web.utils.ServletAnnotationScanner
 

O

org.ops4j.pax.web.service - package org.ops4j.pax.web.service
 
org.ops4j.pax.web.service.whiteboard - package org.ops4j.pax.web.service.whiteboard
 
org.ops4j.pax.web.utils - package org.ops4j.pax.web.utils
 

P

PID - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
Service PID used for configuration.
port - Variable in class org.ops4j.pax.web.service.WebContainerDTO
 
PROPERTY_CIPHERSUITE_EXCLUDED - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
Deprecated.
use PROPERTY_CIPHERSUITES_EXCLUDED instead.
PROPERTY_CIPHERSUITE_INCLUDED - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
Deprecated.
use PROPERTY_CIPHERSUITES_INCLUDED instead.
PROPERTY_CIPHERSUITES_EXCLUDED - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_CIPHERSUITES_INCLUDED - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_CONNECTOR_IDLE_TIMEOUT - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_CONNECTOR_LIST - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_CRL_PATH - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_DEFAULT_AUTHMETHOD - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_DEFAULT_REALMNAME - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_ENABLE_CRLDP - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_ENABLE_OCSP - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_ENC_ALGORITHM - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_ENC_ENABLED - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_ENC_MASTERPASSWORD - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_ENC_PREFIX - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_ENC_SUFFIX - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_HTTP_CHECK_FORWARDED_HEADERS - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_HTTP_CONNECTOR_NAME - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_HTTP_ENABLED - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_HTTP_PORT - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_HTTP_SECURE_CONNECTOR_NAME - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_HTTP_SECURE_ENABLED - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_HTTP_SECURE_PORT - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_HTTP_USE_NIO - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_IDLE_TIMEOUT - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_LISTENING_ADDRESSES - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_LOG_NCSA_APPEND - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_LOG_NCSA_COOKIES - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_LOG_NCSA_DISPATCH - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_LOG_NCSA_ENABLED - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_LOG_NCSA_EXTENDED - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_LOG_NCSA_FORMAT - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_LOG_NCSA_LATENCY - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_LOG_NCSA_LOGDIR - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_LOG_NCSA_LOGTIMEZONE - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_LOG_NCSA_RETAINDAYS - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_LOG_NCSA_SERVER - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_MAX_THREADS - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_MIN_THREADS - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_OCSP_RESPONDER_URL - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_PROTOCOLS_EXCLUDED - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_PROTOCOLS_INCLUDED - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_SERVER_CONFIGURATION_FILE - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_SERVER_CONFIGURATION_URL - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_SERVLETCONTEXT_NAME - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_SERVLETCONTEXT_PATH - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_SESSION_COOKIE - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_SESSION_COOKIE_HTTP_ONLY - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_SESSION_COOKIE_MAX_AGE - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_SESSION_COOKIE_SECURE - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_SESSION_DOMAIN - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_SESSION_LAZY_LOAD - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_SESSION_PATH - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_SESSION_STORE_DIRECTORY - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_SESSION_TIMEOUT - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_SESSION_URL - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_SHOW_STACKS - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_SSL_CLIENT_AUTH_NEEDED - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_SSL_CLIENT_AUTH_WANTED - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_SSL_KEY_ALIAS - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_SSL_KEY_PASSWORD - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_SSL_KEYPASSWORD - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
Deprecated.
use PROPERTY_SSL_KEY_PASSWORD instead.
PROPERTY_SSL_KEYSTORE - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_SSL_KEYSTORE_PASSWORD - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_SSL_KEYSTORE_TYPE - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_SSL_PASSWORD - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
Deprecated.
use PROPERTY_SSL_KEYSTORE_PASSWORD instead.
PROPERTY_SSL_RENEGOTIATION_ALLOWED - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_SSL_TRUST_STORE - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_SSL_TRUST_STORE_PASSWORD - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_SSL_TRUST_STORE_TYPE - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_SYMBOLIC_NAME - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_TEMP_DIR - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_VALIDATE_CERTS - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_VALIDATE_PEER_CERTS - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_VIRTUAL_HOST_LIST - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_WORKER_NAME - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 

R

registerBundle(Bundle) - Method in interface org.ops4j.pax.web.service.SharedWebContainerContext
 
registerConstraintMapping(String, String, String, String, boolean, List<String>, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Registers constraint mappings....
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.
registerEventListener(EventListener, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Registers an event listener.
registerFilter(Filter, String[], String[], Dictionary<String, ?>, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Registers a servlet filter.
registerFilter(Filter, String[], String[], Dictionary<String, String>, Boolean, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
 
registerFilter(Class<? extends Filter>, String[], String[], Dictionary<String, String>, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Registers a servlet filter.
registerFilter(Class<? extends Filter>, String[], String[], Dictionary<String, String>, boolean, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Registers a servlet filter.
registerJettyWebXml(URL, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
 
registerJspConfigPropertyGroup(List<String>, List<String>, List<String>, Boolean, Boolean, Boolean, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
 
registerJspConfigTagLibs(String, String, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
 
registerJsps(String[], HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Enable jsp support.
registerJsps(String[], Dictionary<String, ?>, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Enable jsp support.
registerJspServlet(String[], HttpContext, String) - Method in interface org.ops4j.pax.web.service.WebContainer
 
registerJspServlet(String[], Dictionary<String, ?>, HttpContext, String) - Method in interface org.ops4j.pax.web.service.WebContainer
 
registerLoginConfig(String, String, String, String, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Registers login configuration, with authorization method and realm name.
registerServlet(String, Servlet, Dictionary, Integer, Boolean, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Registers a servlet into the URI namespace.
registerServlet(Servlet, String[], Dictionary<String, ?>, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Registers a servlet.
registerServlet(Servlet, String[], Dictionary<String, ?>, Integer, Boolean, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Registers a servlet with enhanced support.
registerServlet(Servlet, String, String[], Dictionary<String, ?>, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Registers a named servlet.
registerServlet(Servlet, String, String[], Dictionary<String, ?>, Integer, Boolean, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Registers a named servlet.
registerServlet(Class<? extends Servlet>, String[], Dictionary<String, ?>, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Register a Servlet by a given Classname instead of an instance ...
registerServlet(Class<? extends Servlet>, String[], Dictionary<String, ?>, Integer, Boolean, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Register a Servlet by a given Classname instead of an instance ...
registerServlet(Servlet, String, String[], Dictionary<String, ?>, Integer, Boolean, MultipartConfigElement, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
 
registerServlet(Class<? extends Servlet>, String[], Dictionary<String, ?>, Integer, Boolean, MultipartConfigElement, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
 
registerServletContainerInitializer(ServletContainerInitializer, Class<?>[], HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Register ServletContainerInitializer....
registerWebSocket(Object, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
 
registerWelcomeFiles(String[], boolean, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Registers an ordered list of partial URIs.
ResourceMapping - Interface in org.ops4j.pax.web.service.whiteboard
Resource mapping.

S

scanBundles(Map<ServletContainerInitializer, Set<Class<?>>>) - Method in class org.ops4j.pax.web.utils.ServletContainerInitializerScanner
 
scanned - Variable in class org.ops4j.pax.web.utils.FilterAnnotationScanner
 
scanned - Variable in class org.ops4j.pax.web.utils.ServletAnnotationScanner
 
securePort - Variable in class org.ops4j.pax.web.service.WebContainerDTO
 
SERVLET_NAME - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
Servlet init param name for specifying a servlet name.
ServletAnnotationScanner - Class in org.ops4j.pax.web.utils
 
ServletAnnotationScanner(Class<?>) - Constructor for class org.ops4j.pax.web.utils.ServletAnnotationScanner
 
ServletContainerInitializerScanner - Class in org.ops4j.pax.web.utils
 
ServletContainerInitializerScanner(Bundle, Bundle, PackageAdmin) - Constructor for class org.ops4j.pax.web.utils.ServletContainerInitializerScanner
 
ServletMapping - Interface in org.ops4j.pax.web.service.whiteboard
Servlet mapping.
servletName - Variable in class org.ops4j.pax.web.utils.ServletAnnotationScanner
 
servletNames - Variable in class org.ops4j.pax.web.utils.FilterAnnotationScanner
 
setConnectorsAndVirtualHosts(List<String>, List<String>, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
 
setContextParam(Dictionary<String, ?>, 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.
setHttpContextId(String) - Method in interface org.ops4j.pax.web.service.whiteboard.WebSocketMapping
 
setSessionCookieConfig(String, String, Boolean, Boolean, String, Integer, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
 
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.
setSharedContext(Boolean) - Method in interface org.ops4j.pax.web.service.whiteboard.WebSocketMapping
 
setWebSocket(Object) - Method in interface org.ops4j.pax.web.service.whiteboard.WebSocketMapping
 
SharedWebContainerContext - Interface in org.ops4j.pax.web.service
 

U

unregisterConstraintMapping(HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Unregisters constraint mappings....
unregisterErrorPage(String, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Unregisters a previous registered error page.
unregisterEventListener(EventListener) - Method in interface org.ops4j.pax.web.service.WebContainer
Unregisters a previously registered listener.
unregisterFilter(Filter) - Method in interface org.ops4j.pax.web.service.WebContainer
Unregisters a previously registered servlet filter.
unregisterFilter(Class<? extends Filter>) - Method in interface org.ops4j.pax.web.service.WebContainer
Unregisters a previously registered servlet filter.
unregisterFilter(String) - Method in interface org.ops4j.pax.web.service.WebContainer
Unregisters a previously registered servlet filter.
unregisterJsps(HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Unregister jsps and disable jsp support.
unregisterJsps(String[], HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Unregister jsps and disable jsp support.
unregisterLoginConfig(HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Unregisters login configuration ....
unregisterServlet(Servlet) - Method in interface org.ops4j.pax.web.service.WebContainer
Unregisters a previously registered servlet.
unregisterServlet(String) - Method in interface org.ops4j.pax.web.service.WebContainer
Unregister a previously registered servlet by it's name.
unregisterServletContainerInitializer(HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Unregister method for ServletContainerInitializers
unregisterServlets(Class<? extends Servlet>) - Method in interface org.ops4j.pax.web.service.WebContainer
Unregisters all previously registered servlet with the given class.
unregisterWebSocket(Object, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
 
unregisterWelcomeFiles(String[], HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Unregisters previous registered welcome files.
urlPatterns - Variable in class org.ops4j.pax.web.utils.FilterAnnotationScanner
 
urlPatterns - Variable in class org.ops4j.pax.web.utils.ServletAnnotationScanner
 

V

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

WebAppDependencyHolder - Interface in org.ops4j.pax.web.service
Encapsulates dependencies for a web application.
WebContainer - Interface in org.ops4j.pax.web.service
WebContainer allows bundles to dynamically: register and unregister event listeners, for better control over the life cycle of ServletContext, HttpSession and ServletRequest; register and unregister filters into the URI namespace of Http Service
WebContainerConstants - Interface in org.ops4j.pax.web.service
Web Container related constants.
WebContainerContext - Interface in org.ops4j.pax.web.service
HttpContext extensions.
WebContainerContext.DefaultContextIds - Enum in org.ops4j.pax.web.service
 
WebContainerDTO - Class in org.ops4j.pax.web.service
 
WebContainerDTO() - Constructor for class org.ops4j.pax.web.service.WebContainerDTO
 
webInitParams - Variable in class org.ops4j.pax.web.utils.FilterAnnotationScanner
 
webInitParams - Variable in class org.ops4j.pax.web.utils.ServletAnnotationScanner
 
WebSocketMapping - Interface in org.ops4j.pax.web.service.whiteboard
 
WelcomeFileMapping - Interface in org.ops4j.pax.web.service.whiteboard
Welcome file mapping
WhiteboardElement - Interface in org.ops4j.pax.web.service.whiteboard
WhiteboardElements and its subtypes are used to establish a link between http-whiteboard-services generated by the whiteboard-extender and the runtime (webcontainer)
WhiteboardErrorPage - Interface in org.ops4j.pax.web.service.whiteboard
 
WhiteboardFilter - Interface in org.ops4j.pax.web.service.whiteboard
 
WhiteboardHttpContext - Interface in org.ops4j.pax.web.service.whiteboard
 
WhiteboardJspMapping - Interface in org.ops4j.pax.web.service.whiteboard
 
WhiteboardListener - Interface in org.ops4j.pax.web.service.whiteboard
 
WhiteboardResource - Interface in org.ops4j.pax.web.service.whiteboard
 
WhiteboardResourceMapping - Interface in org.ops4j.pax.web.service.whiteboard
 
WhiteboardServlet - Interface in org.ops4j.pax.web.service.whiteboard
 
WhiteboardServletContextHelper - Interface in org.ops4j.pax.web.service.whiteboard
 
WhiteboardWelcomeFile - Interface in org.ops4j.pax.web.service.whiteboard
 
A B C D E F G H I J L M O P R S U V W 
Skip navigation links

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