D F G I J O S V W

D

destroy() - Method in class org.glassfish.jersey.servlet.ServletContainer
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.glassfish.jersey.servlet.ServletContainer
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.glassfish.jersey.servlet.ServletContainer
Dispatches client requests to the ServletContainer.service(URI, URI, HttpServletRequest, HttpServletResponse) method.

F

FILTER_CONTEXT_PATH - Static variable in class org.glassfish.jersey.servlet.ServletProperties
If set, indicates the URL pattern of the Jersey servlet filter context path.
FILTER_FORWARD_ON_404 - Static variable in class org.glassfish.jersey.servlet.ServletProperties
If set to true and a 404 response with no entity body is returned from either the runtime or the application then the runtime forwards the request to the next filter in the filter chain.
FILTER_STATIC_CONTENT_REGEXP - Static variable in class org.glassfish.jersey.servlet.ServletProperties
If set the regular expression is used to match an incoming servlet path URI to some web page content such as static resources or JSPs to be handled by the underlying servlet engine.

G

getConfigType() - Method in interface org.glassfish.jersey.servlet.WebConfig
Get the configuration type of this config.
getConfigType() - Method in class org.glassfish.jersey.servlet.WebFilterConfig
 
getConfigType() - Method in class org.glassfish.jersey.servlet.WebServletConfig
 
getDefaultResourceConfig(Map<String, Object>, WebConfig, Module...) - Method in class org.glassfish.jersey.servlet.WebComponent
Get the default resource configuration if one is not declared in the web.xml.
getInitParameter(String) - Method in interface org.glassfish.jersey.servlet.WebConfig
Get an initialization parameter.
getInitParameter(String) - Method in class org.glassfish.jersey.servlet.WebFilterConfig
 
getInitParameter(String) - Method in class org.glassfish.jersey.servlet.WebServletConfig
 
getInitParameterNames() - Method in interface org.glassfish.jersey.servlet.WebConfig
Get the enumeration of initialization parameter names.
getInitParameterNames() - Method in class org.glassfish.jersey.servlet.WebFilterConfig
 
getInitParameterNames() - Method in class org.glassfish.jersey.servlet.WebServletConfig
 
getName() - Method in interface org.glassfish.jersey.servlet.WebConfig
Get the name of the Web component.
getName() - Method in class org.glassfish.jersey.servlet.WebFilterConfig
 
getName() - Method in class org.glassfish.jersey.servlet.WebServletConfig
 
getServletContext() - Method in class org.glassfish.jersey.servlet.ServletContainer
Get the servlet context for the servlet or filter, depending on how this class is registered.
getServletContext() - Method in interface org.glassfish.jersey.servlet.WebConfig
Get the ServletContext.
getServletContext() - Method in class org.glassfish.jersey.servlet.WebFilterConfig
 
getServletContext() - Method in class org.glassfish.jersey.servlet.WebServletConfig
 
getStaticContentPattern() - Method in class org.glassfish.jersey.servlet.ServletContainer
Get the static content path pattern.

I

init(WebConfig) - Method in class org.glassfish.jersey.servlet.ServletContainer
Initiate the Web component.
init() - Method in class org.glassfish.jersey.servlet.ServletContainer
 
init(FilterConfig) - Method in class org.glassfish.jersey.servlet.ServletContainer
 

J

JerseyServletContainerInitializer - Class in org.glassfish.jersey.servlet
ServletContainerInitializer implementation used for Servlet 3.x deployment.
JerseyServletContainerInitializer() - Constructor for class org.glassfish.jersey.servlet.JerseyServletContainerInitializer
 

O

onStartup(Set<Class<?>>, ServletContext) - Method in class org.glassfish.jersey.servlet.JerseyServletContainerInitializer
 
org.glassfish.jersey.servlet - package org.glassfish.jersey.servlet
Jersey generic Servlet container integration classes.

S

service(ServletRequest, ServletResponse) - Method in class org.glassfish.jersey.servlet.ServletContainer
Dispatches client requests to the protected service method.
service(HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.jersey.servlet.ServletContainer
Receives standard HTTP requests from the public service method and dispatches them to the doXXX methods defined in this class.
service(URI, URI, HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.jersey.servlet.ServletContainer
Dispatch client requests to a resource class.
service(URI, URI, HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.jersey.servlet.WebComponent
Dispatch client requests to a resource class.
ServletContainer - Class in org.glassfish.jersey.servlet
A Servlet or Filter for deploying root resource classes.
ServletContainer() - Constructor for class org.glassfish.jersey.servlet.ServletContainer
 
ServletContainer(ResourceConfig) - Constructor for class org.glassfish.jersey.servlet.ServletContainer
 
ServletProperties - Class in org.glassfish.jersey.servlet
Jersey servlet container configuration properties.

V

valueOf(String) - Static method in enum org.glassfish.jersey.servlet.WebConfig.ConfigType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.glassfish.jersey.servlet.WebConfig.ConfigType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebComponent - Class in org.glassfish.jersey.servlet
An abstract Web component that may be extended by a Servlet and/or Filter implementation, or encapsulated by a Servlet or Filter implementation.
WebComponent(WebConfig) - Constructor for class org.glassfish.jersey.servlet.WebComponent
 
WebComponent(ResourceConfig) - Constructor for class org.glassfish.jersey.servlet.WebComponent
 
WebConfig - Interface in org.glassfish.jersey.servlet
The Web configuration for accessing initialization parameters of a Web component and the ServletContext.
WebConfig.ConfigType - Enum in org.glassfish.jersey.servlet
The web configuration type.
WebFilterConfig - Class in org.glassfish.jersey.servlet
A filter based web config.
WebFilterConfig(FilterConfig) - Constructor for class org.glassfish.jersey.servlet.WebFilterConfig
 
WebServletConfig - Class in org.glassfish.jersey.servlet
A servlet based web config.
WebServletConfig(ServletContainer) - Constructor for class org.glassfish.jersey.servlet.WebServletConfig
 

D F G I J O S V W

Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.