A C D F G I J L O P R S V W

A

APPLICATION_CONFIG_CLASS - Static variable in class com.sun.jersey.spi.container.servlet.ServletContainer
The servlet initialization property whose value is a fully qualified class name of a class that implements ResourceConfig or Application.
APPLICATION_CONFIG_CLASS - Static variable in class com.sun.jersey.spi.container.servlet.WebComponent
The servlet initialization property whose value is a fully qualified class name of a class that implements ResourceConfig or Application.

C

com.sun.jersey.api.container.filter.servlet - package com.sun.jersey.api.container.filter.servlet
 
com.sun.jersey.api.core.servlet - package com.sun.jersey.api.core.servlet
 
com.sun.jersey.spi.container.servlet - package com.sun.jersey.spi.container.servlet
Provides support for servlet-based and filter-based Web applications.
com.sun.jersey.spi.scanning.servlet - package com.sun.jersey.spi.scanning.servlet
 
configure(WebConfig, ResourceConfig, WebApplication) - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
Configure the ResourceConfig.
configure(ServletConfig, ResourceConfig, WebApplication) - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
Configure the ResourceConfig for a Servlet.
configure(FilterConfig, ResourceConfig, WebApplication) - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
Configure the ResourceConfig for a Filter.
configure(WebConfig, ResourceConfig, WebApplication) - Method in class com.sun.jersey.spi.container.servlet.WebComponent
Configure the ResourceConfig.
create(AbstractMethod) - Method in class com.sun.jersey.api.container.filter.servlet.RolesAllowedResourceFilterFactory
 
create() - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
Create a new instance of a WebApplication.
create() - Method in class com.sun.jersey.spi.container.servlet.WebComponent
Create a new instance of a WebApplication.
createRequest(WebApplication, HttpServletRequest, URI, URI) - Method in class com.sun.jersey.spi.container.servlet.WebComponent
Extension point for creating your custom container request.

D

destroy() - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
Destroy this Servlet or Filter.
destroy() - Method in class com.sun.jersey.spi.container.servlet.WebComponent
Destroy this Web component.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
Dispatches client requests to the ServletContainer.doFilter(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, javax.servlet.FilterChain) method.
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
Dispatches client requests to the ServletContainer.service(java.net.URI, java.net.URI, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) method.

F

FEATURE_ALLOW_RAW_MANAGED_BEANS - Static variable in class com.sun.jersey.spi.container.servlet.ServletContainer
If set to true then the internal Jersey CDI component provider will be used for managed bean types, that are not annotated with ManagedBean annotation (neither with any other bean defining annotation) and CDI bean manager evaluates them as dependent scoped beans.
FEATURE_FILTER_FORWARD_ON_404 - Static variable in class com.sun.jersey.spi.container.servlet.ServletContainer
If 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.

G

getConfigType() - Method in interface com.sun.jersey.spi.container.servlet.WebConfig
Get the configuration type of this config.
getConfigType() - Method in class com.sun.jersey.spi.container.servlet.WebFilterConfig
 
getConfigType() - Method in class com.sun.jersey.spi.container.servlet.WebServletConfig
 
getDefaultResourceConfig(Map<String, Object>, WebConfig) - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
Get the default resource configuration if one is not declared in the web.xml.
getDefaultResourceConfig(Map<String, Object>, ServletConfig) - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
Deprecated. methods should implement ServletContainer.getDefaultResourceConfig(java.util.Map, com.sun.jersey.spi.container.servlet.WebConfig).
getDefaultResourceConfig(Map<String, Object>, WebConfig) - Method in class com.sun.jersey.spi.container.servlet.WebComponent
Get the default resource configuration if one is not declared in the web.xml.
getDefaultResourceConfig(Map<String, Object>) - Method in interface com.sun.jersey.spi.container.servlet.WebConfig
Get the default ResourceConfig.
getDefaultResourceConfig(Map<String, Object>) - Method in class com.sun.jersey.spi.container.servlet.WebFilterConfig
 
getDefaultResourceConfig(Map<String, Object>) - Method in class com.sun.jersey.spi.container.servlet.WebServletConfig
 
getInitParameter(String) - Method in interface com.sun.jersey.spi.container.servlet.WebConfig
Get an initialization parameter.
getInitParameter(String) - Method in class com.sun.jersey.spi.container.servlet.WebFilterConfig
 
getInitParameter(String) - Method in class com.sun.jersey.spi.container.servlet.WebServletConfig
 
getInitParameterNames() - Method in interface com.sun.jersey.spi.container.servlet.WebConfig
Get the enumeration of initialization parameter names.
getInitParameterNames() - Method in class com.sun.jersey.spi.container.servlet.WebFilterConfig
 
getInitParameterNames() - Method in class com.sun.jersey.spi.container.servlet.WebServletConfig
 
getName() - Method in interface com.sun.jersey.spi.container.servlet.WebConfig
Get the name of the Web component.
getName() - Method in class com.sun.jersey.spi.container.servlet.WebFilterConfig
 
getName() - Method in class com.sun.jersey.spi.container.servlet.WebServletConfig
 
getResourceConfig() - Method in class com.sun.jersey.spi.container.servlet.WebComponent
Get the resource configuration.
getServletContext() - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
Get the servlet context for the servlet or filter, depending on how this class is registered.
getServletContext() - Method in interface com.sun.jersey.spi.container.servlet.WebConfig
Get the ServletContext.
getServletContext() - Method in class com.sun.jersey.spi.container.servlet.WebFilterConfig
 
getServletContext() - Method in class com.sun.jersey.spi.container.servlet.WebServletConfig
 
getStaticContentPattern() - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
 
getWebConfig() - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
Get the Web configuration.
getWebConfig() - Method in class com.sun.jersey.spi.container.servlet.WebComponent
Get the Web configuration.
GLASSFISH_DEFAULT_ERROR_PAGE_RESPONSE - Static variable in class com.sun.jersey.spi.container.servlet.ServletContainer
The servlet initialization property whose boolean value determines if GlassFish default error pages will be returned or not.

I

init(WebConfig) - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
Initiate the Web component.
init() - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
 
init(FilterConfig) - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
 
init(WebConfig) - Method in class com.sun.jersey.spi.container.servlet.WebComponent
Initiate the Web component.
initiate(ResourceConfig, WebApplication) - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
Initiate the WebApplication.
initiate(ResourceConfig, WebApplication) - Method in class com.sun.jersey.spi.container.servlet.WebComponent
Initiate the WebApplication.

J

JSP_TEMPLATES_BASE_PATH - Static variable in class com.sun.jersey.spi.container.servlet.ServletContainer
The base path in the Web Pages where JSP templates, associated with viewables of resource classes, are located.
JSP_TEMPLATES_BASE_PATH - Static variable in class com.sun.jersey.spi.container.servlet.WebComponent
The base path in the Web Pages where JSP templates, associated with viewables of resource classes, are located.

L

load() - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
Load the Web application.
load() - Method in class com.sun.jersey.spi.container.servlet.WebComponent
Load the Web application.

O

onReload() - Method in class com.sun.jersey.spi.container.servlet.WebComponent
Reload the Web application.

P

PerSession - Annotation Type in com.sun.jersey.spi.container.servlet
Used to annotate resource classes that require a new instance for each HTTP servlet session.
PROPERTY_FILTER_CONTEXT_PATH - Static variable in class com.sun.jersey.spi.container.servlet.ServletContainer
The filter context path.
PROPERTY_WEB_PAGE_CONTENT_REGEX - Static variable in class com.sun.jersey.spi.container.servlet.ServletContainer
If set the regular expression 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.

R

reload() - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
Reload the Web application.
RESOURCE_CONFIG_CLASS - Static variable in class com.sun.jersey.spi.container.servlet.ServletContainer
The servlet initialization property whose value is a fully qualified class name of a class that implements ResourceConfig or Application.
RESOURCE_CONFIG_CLASS - Static variable in class com.sun.jersey.spi.container.servlet.WebComponent
The servlet initialization property whose value is a fully qualified class name of a class that implements ResourceConfig or Application.
RolesAllowedResourceFilterFactory - Class in com.sun.jersey.api.container.filter.servlet
A ResourceFilterFactory supporting the RolesAllowed, PermitAll and DenyAll on resource methods sub-resource methods, and sub-resource locators.
RolesAllowedResourceFilterFactory() - Constructor for class com.sun.jersey.api.container.filter.servlet.RolesAllowedResourceFilterFactory
 

S

scan(ScannerListener) - Method in class com.sun.jersey.spi.scanning.servlet.WebAppResourcesScanner
 
service(URI, URI, HttpServletRequest, HttpServletResponse) - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
Dispatch client requests to a resource class.
service(HttpServletRequest, HttpServletResponse) - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
Dispatches client requests to the ServletContainer.service(java.net.URI, java.net.URI, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) method.
service(URI, URI, HttpServletRequest, HttpServletResponse) - Method in class com.sun.jersey.spi.container.servlet.WebComponent
Dispatch client requests to a resource class.
ServletContainer - Class in com.sun.jersey.spi.container.servlet
A Servlet or Filter for deploying root resource classes.
ServletContainer() - Constructor for class com.sun.jersey.spi.container.servlet.ServletContainer
 
ServletContainer(Class<? extends Application>) - Constructor for class com.sun.jersey.spi.container.servlet.ServletContainer
 
ServletContainer(Application) - Constructor for class com.sun.jersey.spi.container.servlet.ServletContainer
 
ServletContainer.ContextInjectableProvider<T> - Class in com.sun.jersey.spi.container.servlet
A helper class for creating an injectable provider that supports Context with a type and constant value.
ServletContainer.ContextInjectableProvider(Type, T) - Constructor for class com.sun.jersey.spi.container.servlet.ServletContainer.ContextInjectableProvider
Create a new instance.

V

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

W

WebAppResourceConfig - Class in com.sun.jersey.api.core.servlet
A mutable implementation of DefaultResourceConfig that dynamically searches for root resource and provider classes in the Web application resource paths declared by the property ClasspathResourceConfig.PROPERTY_CLASSPATH.
WebAppResourceConfig(Map<String, Object>, ServletContext) - Constructor for class com.sun.jersey.api.core.servlet.WebAppResourceConfig
 
WebAppResourceConfig(String[], ServletContext) - Constructor for class com.sun.jersey.api.core.servlet.WebAppResourceConfig
 
WebAppResourcesScanner - Class in com.sun.jersey.spi.scanning.servlet
A scanner that recursively scans resources within a Web application.
WebAppResourcesScanner(String[], ServletContext) - Constructor for class com.sun.jersey.spi.scanning.servlet.WebAppResourcesScanner
Scan from a set of web resource paths.
WebComponent - Class in com.sun.jersey.spi.container.servlet
An abstract Web component that may be extended a Servlet and/or Filter implementation, or encapsulated by a Servlet or Filter implementation.
WebComponent() - Constructor for class com.sun.jersey.spi.container.servlet.WebComponent
 
WebComponent(Application) - Constructor for class com.sun.jersey.spi.container.servlet.WebComponent
 
WebComponent.ContextInjectableProvider<T> - Class in com.sun.jersey.spi.container.servlet
A helper class for creating an injectable provider that supports Context with a type and constant value.
WebComponent.ContextInjectableProvider(Type, T) - Constructor for class com.sun.jersey.spi.container.servlet.WebComponent.ContextInjectableProvider
Create a new instance.
WebConfig - Interface in com.sun.jersey.spi.container.servlet
The Web configuration for accessing initialization parameters of a Web component and the ServletContext.
WebConfig.ConfigType - Enum in com.sun.jersey.spi.container.servlet
The web configuration type.
WebFilterConfig - Class in com.sun.jersey.spi.container.servlet
A filter based web config.
WebFilterConfig(FilterConfig) - Constructor for class com.sun.jersey.spi.container.servlet.WebFilterConfig
 
WebServletConfig - Class in com.sun.jersey.spi.container.servlet
A servlet based web config.
WebServletConfig(ServletContainer) - Constructor for class com.sun.jersey.spi.container.servlet.WebServletConfig
 

A C D F G I J L O P R S V W

Copyright © 2017 Oracle Corporation. All Rights Reserved.