B C D F G O P R S U W

B

BUNDLE_CONTEXT_ATTRIBUTE - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
Servlet context attribute containing the bundle context of the bundle registereing the http context.

C

CONTEXT_NAME - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
Init param name for specifying a context name.

D

deregisterBundle(Bundle) - Method in interface org.ops4j.pax.web.service.SharedWebContainerContext
 

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.

G

getDefaultSharedHttpContext() - Method in interface org.ops4j.pax.web.service.WebContainer
 
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.

O

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

P

PID - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
Service PID used for configuration.
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_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_LISTENING_ADDRESSES - 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_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_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_KEYPASSWORD - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
 
PROPERTY_SSL_KEYSTORE - 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
 
PROPERTY_TEMP_DIR - 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
 
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, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Registers a servlet filter.
registerJsps(String[], HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Enable jsp support.
registerServlet(Servlet, String[], Dictionary, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Registers a servlet.
registerServlet(Servlet, String, String[], Dictionary, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Registers a named servlet.
A named servlet can then be referenced by name while registering a filter.
registerWelcomeFiles(String[], boolean, HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Registers an ordered list of partial URIs.

S

SERVLET_NAME - Static variable in interface org.ops4j.pax.web.service.WebContainerConstants
Servlet init param name for specifying a servlet name.
setContextParam(Dictionary, 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.
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.
SharedWebContainerContext - Interface in org.ops4j.pax.web.service
 

U

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.
unregisterJsps(HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Unregister jsps and disable jsp support.
unregisterServlet(Servlet) - Method in interface org.ops4j.pax.web.service.WebContainer
Unregisters a previously registered servlet.
unregisterWelcomeFiles(HttpContext) - Method in interface org.ops4j.pax.web.service.WebContainer
Unregisters previous registered welcome files.

W

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.

B C D F G O P R S U W

Copyright © 2006-2010 OPS4J - Open Participation Software for Java. All Rights Reserved.