A B C D E F G H I J L M N O P Q R S T U V W X _ 

A

AbstractBean<T> - Class in com.sun.jersey.server.impl.cdi
Base class implementing the CDI Bean interface.
AbstractBean(Class<?>, Annotation) - Constructor for class com.sun.jersey.server.impl.cdi.AbstractBean
 
AbstractBean(Class<?>, Set<Annotation>) - Constructor for class com.sun.jersey.server.impl.cdi.AbstractBean
 
AbstractBean(Class<?>, Type, Annotation) - Constructor for class com.sun.jersey.server.impl.cdi.AbstractBean
 
AbstractBean(Class<?>, Type, Set<Annotation>) - Constructor for class com.sun.jersey.server.impl.cdi.AbstractBean
 
AbstractField - Class in com.sun.jersey.api.model
 
AbstractField(Field) - Constructor for class com.sun.jersey.api.model.AbstractField
 
AbstractHttpContextInjectable<T> - Class in com.sun.jersey.server.impl.inject
An injectable that obtains an injectable value given the HttpContext.
AbstractHttpContextInjectable() - Constructor for class com.sun.jersey.server.impl.inject.AbstractHttpContextInjectable
 
AbstractImplicitViewMethod - Class in com.sun.jersey.api.model
Abstraction for an implicit view method.
AbstractImplicitViewMethod(AbstractResource) - Constructor for class com.sun.jersey.api.model.AbstractImplicitViewMethod
 
AbstractMethod - Class in com.sun.jersey.api.model
 
AbstractMethod(AbstractResource, Method, Annotation[]) - Constructor for class com.sun.jersey.api.model.AbstractMethod
 
AbstractModelComponent - Interface in com.sun.jersey.api.model
 
AbstractModelValidator - Class in com.sun.jersey.server.impl.modelapi.validation
Abstract resource model validator allows to simply implement validators of resource model.
AbstractModelValidator() - Constructor for class com.sun.jersey.server.impl.modelapi.validation.AbstractModelValidator
 
AbstractModelVisitor - Interface in com.sun.jersey.api.model
The interface was originatelly created to allow implementing validators of the abstract resource model.
AbstractResource - Class in com.sun.jersey.api.model
Abstraction for resource class
AbstractResource(Class<?>) - Constructor for class com.sun.jersey.api.model.AbstractResource
Creates a new instance of AbstractResource
AbstractResource(Class<?>, PathValue) - Constructor for class com.sun.jersey.api.model.AbstractResource
Creates a new instance of AbstractResource
AbstractResource(String, AbstractResource) - Constructor for class com.sun.jersey.api.model.AbstractResource
Create a new instance from an existing AbstractResource but defining a new path.
AbstractResourceConstructor - Class in com.sun.jersey.api.model
Abstraction for a resource class constructor
AbstractResourceConstructor(Constructor) - Constructor for class com.sun.jersey.api.model.AbstractResourceConstructor
Creates a new instance of AbstractResourceConstructor
AbstractResourceMethod - Class in com.sun.jersey.api.model
Abstraction for a resource method
AbstractResourceMethod(AbstractResource, Method, Class, Type, String, Annotation[]) - Constructor for class com.sun.jersey.api.model.AbstractResourceMethod
 
AbstractResourceMethodDispatchProvider - Class in com.sun.jersey.server.impl.model.method.dispatch
A partial implementation of ResourceMethodDispatchProvider that creates instances of RequestDispatcher.
AbstractResourceMethodDispatchProvider() - Constructor for class com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider
 
AbstractResourceModelContext - Interface in com.sun.jersey.api.model
Abstraction for abstract resources contained within a specific context (such as an application).
AbstractResourceModelListener - Interface in com.sun.jersey.api.model
To get notifications on abstract resource model events, implement this interface and register your implementation class with the corresponding application.
AbstractSetterMethod - Class in com.sun.jersey.api.model
 
AbstractSetterMethod(AbstractResource, Method, Annotation[]) - Constructor for class com.sun.jersey.api.model.AbstractSetterMethod
 
AbstractSubResourceLocator - Class in com.sun.jersey.api.model
Abstraction for a sub resource locator
AbstractSubResourceLocator(AbstractResource, Method, PathValue, Annotation[]) - Constructor for class com.sun.jersey.api.model.AbstractSubResourceLocator
Creates a new instance of AbstractSubResourceLocator
AbstractSubResourceMethod - Class in com.sun.jersey.api.model
 
AbstractSubResourceMethod(AbstractResource, Method, Class, Type, PathValue, String, Annotation[]) - Constructor for class com.sun.jersey.api.model.AbstractSubResourceMethod
 
accept(AbstractModelVisitor) - Method in class com.sun.jersey.api.model.AbstractField
 
accept(AbstractModelVisitor) - Method in interface com.sun.jersey.api.model.AbstractModelComponent
 
accept(AbstractModelVisitor) - Method in class com.sun.jersey.api.model.AbstractResource
 
accept(AbstractModelVisitor) - Method in class com.sun.jersey.api.model.AbstractResourceConstructor
 
accept(AbstractModelVisitor) - Method in class com.sun.jersey.api.model.AbstractResourceMethod
 
accept(AbstractModelVisitor) - Method in class com.sun.jersey.api.model.AbstractSetterMethod
 
accept(AbstractModelVisitor) - Method in class com.sun.jersey.api.model.AbstractSubResourceLocator
 
accept(AbstractModelVisitor) - Method in class com.sun.jersey.api.model.AbstractSubResourceMethod
 
accept(CharSequence, Object, UriRuleContext) - Method in class com.sun.jersey.server.impl.template.ViewableRule
 
accept(CharSequence, Object, UriRuleContext) - Method in class com.sun.jersey.server.impl.uri.rules.HttpMethodRule
 
accept(CharSequence, Object, UriRuleContext) - Method in class com.sun.jersey.server.impl.uri.rules.ResourceClassRule
Accept the rule.
accept(CharSequence, Object, UriRuleContext) - Method in class com.sun.jersey.server.impl.uri.rules.ResourceObjectRule
Accept the rule.
accept(CharSequence, Object, UriRuleContext) - Method in class com.sun.jersey.server.impl.uri.rules.RightHandPathRule
Accept the rule.
accept(CharSequence, Object, UriRuleContext) - Method in class com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule
Accept the rule.
accept(CharSequence, Object, UriRuleContext) - Method in class com.sun.jersey.server.impl.uri.rules.SubLocatorRule
 
accept(CharSequence, Object, UriRuleContext) - Method in class com.sun.jersey.server.impl.uri.rules.TerminatingRule
 
accept(CharSequence, Object, UriRuleContext) - Method in interface com.sun.jersey.spi.uri.rules.UriRule
Accept the rule.
acr - Variable in class com.sun.jersey.spi.container.AdaptingContainerRequest
The adapted container request.
acr - Variable in class com.sun.jersey.spi.container.AdaptingContainerResponse
The adapted container response.
Activator - Class in com.sun.jersey.server.osgi
 
Activator() - Constructor for class com.sun.jersey.server.osgi.Activator
 
adapt(ResourceMethodDispatchProvider) - Method in interface com.sun.jersey.spi.container.ResourceMethodDispatchAdapter
Adapt a @{link ResourceMethodDispatchProvider}.
adapt(DispatchingListener) - Method in interface com.sun.jersey.spi.monitoring.DispatchingListenerAdapter
adapt(RequestListener) - Method in interface com.sun.jersey.spi.monitoring.RequestListenerAdapter
adapt(ResponseListener) - Method in interface com.sun.jersey.spi.monitoring.ResponseListenerAdapter
AdaptingContainerRequest - Class in com.sun.jersey.spi.container
An adapting in-bound HTTP request that may override the behaviour of ContainerRequest.
AdaptingContainerRequest(ContainerRequest) - Constructor for class com.sun.jersey.spi.container.AdaptingContainerRequest
Create the adapting container request.
AdaptingContainerResponse - Class in com.sun.jersey.spi.container
An adapting in-bound HTTP response that may override the behaviour of ContainerResponse.
AdaptingContainerResponse(ContainerResponse) - Constructor for class com.sun.jersey.spi.container.AdaptingContainerResponse
Create the adapting container response.
add(Application) - Method in class com.sun.jersey.api.core.ResourceConfig
Add the state of an Application to this instance.
add(Closeable) - Method in class com.sun.jersey.server.impl.application.CloseableServiceFactory
 
add(String, T, UriPattern) - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
Adds a new node to the tree.
add(Object...) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.Elements
 
addChild(Object) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.Elements
 
addListener(ContainerListener) - Method in interface com.sun.jersey.spi.container.ContainerNotifier
Add a container listener to be notified when the container events occur.
addTraceHeaders() - Method in class com.sun.jersey.api.core.TraceInformation
 
addTraceHeaders(TraceInformation.TraceHeaderListener) - Method in class com.sun.jersey.api.core.TraceInformation
 
allow - Variable in class com.sun.jersey.server.impl.model.method.ResourceHttpOptionsMethod.OptionsRequestDispatcher
 
AnnotatedCallableImpl<T> - Class in com.sun.jersey.server.impl.cdi
Implements the CDI AnnotatedCallable interface.
AnnotatedCallableImpl(Type, Set<Type>, Set<Annotation>, AnnotatedType<T>, Member, boolean) - Constructor for class com.sun.jersey.server.impl.cdi.AnnotatedCallableImpl
 
AnnotatedConstructorImpl<T> - Class in com.sun.jersey.server.impl.cdi
Implements the CDI AnnotatedConstructor interface.
AnnotatedConstructorImpl(Type, Set<Type>, Set<Annotation>, AnnotatedType<T>, Constructor, boolean) - Constructor for class com.sun.jersey.server.impl.cdi.AnnotatedConstructorImpl
 
AnnotatedConstructorImpl(AnnotatedConstructor<T>, AnnotatedType<T>) - Constructor for class com.sun.jersey.server.impl.cdi.AnnotatedConstructorImpl
 
AnnotatedFieldImpl<T> - Class in com.sun.jersey.server.impl.cdi
Implements the CDI AnnotatedField interface.
AnnotatedFieldImpl(Type, Set<Type>, Set<Annotation>, AnnotatedType<T>, Field, boolean) - Constructor for class com.sun.jersey.server.impl.cdi.AnnotatedFieldImpl
 
AnnotatedFieldImpl(AnnotatedField<? super T>, AnnotatedType<T>) - Constructor for class com.sun.jersey.server.impl.cdi.AnnotatedFieldImpl
 
AnnotatedFieldImpl(AnnotatedField<? super T>, Set<Annotation>, AnnotatedType<T>) - Constructor for class com.sun.jersey.server.impl.cdi.AnnotatedFieldImpl
 
AnnotatedImpl - Class in com.sun.jersey.server.impl.cdi
Implements the CDI Annotated interface.
AnnotatedImpl(Type, Set<Type>, Set<Annotation>) - Constructor for class com.sun.jersey.server.impl.cdi.AnnotatedImpl
 
AnnotatedMemberImpl<T> - Class in com.sun.jersey.server.impl.cdi
Implements the CDI AnnotatedMember interface.
AnnotatedMemberImpl(Type, Set<Type>, Set<Annotation>, AnnotatedType<T>, Member, boolean) - Constructor for class com.sun.jersey.server.impl.cdi.AnnotatedMemberImpl
 
AnnotatedMethodImpl<T> - Class in com.sun.jersey.server.impl.cdi
Implements the CDI AnnotatedMethod interface.
AnnotatedMethodImpl(Type, Set<Type>, Set<Annotation>, AnnotatedType<T>, Method, boolean) - Constructor for class com.sun.jersey.server.impl.cdi.AnnotatedMethodImpl
 
AnnotatedMethodImpl(AnnotatedMethod<? super T>, AnnotatedType<T>) - Constructor for class com.sun.jersey.server.impl.cdi.AnnotatedMethodImpl
 
AnnotatedMethodImpl(AnnotatedMethod<? super T>, Set<Annotation>, AnnotatedType<T>) - Constructor for class com.sun.jersey.server.impl.cdi.AnnotatedMethodImpl
 
AnnotatedParameterImpl<T> - Class in com.sun.jersey.server.impl.cdi
Implements the CDI AnnotatedParameter interface.
AnnotatedParameterImpl(Type, Set<Type>, Set<Annotation>, AnnotatedCallable<T>, int) - Constructor for class com.sun.jersey.server.impl.cdi.AnnotatedParameterImpl
 
AnnotatedParameterImpl(AnnotatedParameter<? super T>, AnnotatedCallable<T>) - Constructor for class com.sun.jersey.server.impl.cdi.AnnotatedParameterImpl
 
AnnotatedParameterImpl(AnnotatedParameter<? super T>, Set<Annotation>, AnnotatedCallable<T>) - Constructor for class com.sun.jersey.server.impl.cdi.AnnotatedParameterImpl
 
AnnotatedTypeImpl<T> - Class in com.sun.jersey.server.impl.cdi
Implements the CDI AnnotatedType interface.
AnnotatedTypeImpl(Type, Set<Type>, Set<Annotation>, Class<T>) - Constructor for class com.sun.jersey.server.impl.cdi.AnnotatedTypeImpl
 
AnnotatedTypeImpl(AnnotatedType) - Constructor for class com.sun.jersey.server.impl.cdi.AnnotatedTypeImpl
 
annotationDoc - Variable in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ParamDocType
 
AnnotationDocType - Class in com.sun.jersey.server.wadl.generators.resourcedoc.model
The documentation type for annotations.
Created on: Jun 12, 2008
AnnotationDocType() - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.model.AnnotationDocType
 
AnnotationResourceFilterFactory - Class in com.sun.jersey.server.impl.container.filter
 
AnnotationResourceFilterFactory(FilterFactory) - Constructor for class com.sun.jersey.server.impl.container.filter.AnnotationResourceFilterFactory
 
AnnotationScannerListener - Class in com.sun.jersey.spi.scanning
A scanner listener that processes Java class files (resource names ending in ".class") annotated with one or more of a set of declared annotations.
AnnotationScannerListener(Class<? extends Annotation>...) - Constructor for class com.sun.jersey.spi.scanning.AnnotationScannerListener
Create a scanner listener to check for annotated Java classes in Java class files.
AnnotationScannerListener(ClassLoader, Class<? extends Annotation>...) - Constructor for class com.sun.jersey.spi.scanning.AnnotationScannerListener
Create a scanner listener to check for annotated Java classes in Java class files.
any - Variable in class com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.XhtmlElementType
 
any - Variable in class com.sun.research.ws.wadl.Application
 
any - Variable in class com.sun.research.ws.wadl.Grammars
 
any - Variable in class com.sun.research.ws.wadl.Link
 
any - Variable in class com.sun.research.ws.wadl.Method
 
any - Variable in class com.sun.research.ws.wadl.Option
 
any - Variable in class com.sun.research.ws.wadl.Param
 
any - Variable in class com.sun.research.ws.wadl.RepresentationType
 
any - Variable in class com.sun.research.ws.wadl.Request
 
any - Variable in class com.sun.research.ws.wadl.Resource
 
any - Variable in class com.sun.research.ws.wadl.Resources
 
any - Variable in class com.sun.research.ws.wadl.ResourceType
 
any - Variable in class com.sun.research.ws.wadl.Response
 
Application - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Application() - Constructor for class com.sun.research.ws.wadl.Application
 
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.
ApplicationAdapter - Class in com.sun.jersey.api.core
An extension of DefaultResourceConfig that adapts an instance of Application.
ApplicationAdapter(Application) - Constructor for class com.sun.jersey.api.core.ApplicationAdapter
 
ApplicationDocs - Class in com.sun.jersey.server.wadl.generators
The wrapper root document for multiple Doc elements.
ApplicationDocs() - Constructor for class com.sun.jersey.server.wadl.generators.ApplicationDocs
 
areInputTypesDeclared() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
 
areOutputTypesDeclared() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
 
AtomicMatchingPatterns<R> - Class in com.sun.jersey.server.impl.uri.rules
Rules associated with instances of {@link UriPattern) and matched to return at most one match.
AtomicMatchingPatterns(Collection<PatternRulePair<R>>) - Constructor for class com.sun.jersey.server.impl.uri.rules.AtomicMatchingPatterns
 
attribute - Variable in class com.sun.jersey.server.wadl.generators.resourcedoc.model.AnnotationDocType
 
AutomataMatchingUriTemplateRules<R> - Class in com.sun.jersey.server.impl.uri.rules.automata
UriRules implementation based on a TRIE/Finite Automata.
AutomataMatchingUriTemplateRules(List<PatternRulePair<R>>) - Constructor for class com.sun.jersey.server.impl.uri.rules.automata.AutomataMatchingUriTemplateRules
 

B

badClassConsumes(Exception, Class, Consumes) - Static method in class com.sun.jersey.server.impl.model.ErrorHelper
 
badClassProduces(Exception, Class, Produces) - Static method in class com.sun.jersey.server.impl.model.ErrorHelper
 
badMethodConsumes(Exception, Class, Method, Consumes) - Static method in class com.sun.jersey.server.impl.model.ErrorHelper
 
badMethodHttpMethod(Class, Method, HttpMethod) - Static method in class com.sun.jersey.server.impl.model.ErrorHelper
 
badMethodProduces(Exception, Class, Method, Produces) - Static method in class com.sun.jersey.server.impl.model.ErrorHelper
 
base - Variable in class com.sun.research.ws.wadl.Resources
 
BaseParamInjectableProvider<A extends java.lang.annotation.Annotation> - Class in com.sun.jersey.server.impl.model.parameter
 
BaseRule - Class in com.sun.jersey.server.impl.uri.rules
Abstract class for a rule that manages capturing group names.
BaseRule(UriTemplate) - Constructor for class com.sun.jersey.server.impl.uri.rules.BaseRule
Public constructor.
BasicValidator - Class in com.sun.jersey.server.impl.modelapi.validation
Performs a basic check on abstract resources.
BasicValidator() - Constructor for class com.sun.jersey.server.impl.modelapi.validation.BasicValidator
 
BeanGenerator - Class in com.sun.jersey.server.impl.cdi
Generates any number of plain bean classes on the fly, loading them with the thread context class loader.
build() - Method in class com.sun.jersey.api.JResponse.JResponseBuilder
Create a JResponse instance from the current JResponseBuilder.
build() - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigBuilder
 
build() - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
 
BuildId - Class in com.sun.jersey.server.impl
 
BuildId() - Constructor for class com.sun.jersey.server.impl.BuildId
 

C

cacheControl(CacheControl) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Set the cache control.
CachedEntityContainerRequest - Class in com.sun.jersey.spi.container
A cached entity in-bound HTTP request that caches the entity instance obtained from the adapted container request.
CachedEntityContainerRequest(ContainerRequest) - Constructor for class com.sun.jersey.spi.container.CachedEntityContainerRequest
 
CDIComponentProviderFactory - Class in com.sun.jersey.server.impl.cdi
Factory for IoCComponentProvider for CDI beans.
CDIComponentProviderFactory(Object, ResourceConfig, WebApplication) - Constructor for class com.sun.jersey.server.impl.cdi.CDIComponentProviderFactory
 
CDIComponentProviderFactoryInitializer - Class in com.sun.jersey.server.impl.cdi
Initializes the factory for IoCComponentProvider(s) for CDI beans.
CDIComponentProviderFactoryInitializer() - Constructor for class com.sun.jersey.server.impl.cdi.CDIComponentProviderFactoryInitializer
 
CDIExtension - Class in com.sun.jersey.server.impl.cdi
 
CDIExtension() - Constructor for class com.sun.jersey.server.impl.cdi.CDIExtension
 
classDoc - Variable in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ResourceDocType
 
ClassDocType - Class in com.sun.jersey.server.wadl.generators.resourcedoc.model
The documentation type for classes.
Created on: Jun 12, 2008
ClassDocType() - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.model.ClassDocType
 
ClassNamesResourceConfig - Class in com.sun.jersey.api.core
A mutable implementation of DefaultResourceConfig that explicitly declares for root resource and provider classes.
ClassNamesResourceConfig(Class...) - Constructor for class com.sun.jersey.api.core.ClassNamesResourceConfig
Declare an array of root resource and provider classes.
ClassNamesResourceConfig(String...) - Constructor for class com.sun.jersey.api.core.ClassNamesResourceConfig
Declare root resource and provider class as an array of class names.
ClassNamesResourceConfig(Map<String, Object>) - Constructor for class com.sun.jersey.api.core.ClassNamesResourceConfig
Declare root resource and provider classes declaring the class names as a property of ResourceConfig.
ClasspathResourceConfig - Class in com.sun.jersey.api.core
A mutable implementation of DefaultResourceConfig that dynamically searches for root resource and provider classes in the files and directories declared by the property ClasspathResourceConfig.PROPERTY_CLASSPATH.
ClasspathResourceConfig() - Constructor for class com.sun.jersey.api.core.ClasspathResourceConfig
 
ClasspathResourceConfig(Map<String, Object>) - Constructor for class com.sun.jersey.api.core.ClasspathResourceConfig
 
ClasspathResourceConfig(String[]) - Constructor for class com.sun.jersey.api.core.ClasspathResourceConfig
 
cleanIssueList() - Method in class com.sun.jersey.server.impl.modelapi.validation.AbstractModelValidator
Removes all issues from the current issue list.
CLIENT_ERROR - Static variable in class com.sun.jersey.api.Responses
 
clientError() - Static method in class com.sun.jersey.api.Responses
 
clone() - Method in class com.sun.jersey.api.core.ResourceConfig
Clone this resource configuration.
clone() - Method in class com.sun.jersey.api.JResponse.JResponseBuilder
Create a shallow copy preserving state.
clone() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
clone() - Method in interface com.sun.jersey.spi.container.WebApplication
Clone the WebApplication instance.
close(HttpContext) - Method in class com.sun.jersey.server.impl.application.CloseableServiceFactory
 
CloseableServiceFactory - Class in com.sun.jersey.server.impl.application
 
CloseableServiceFactory(HttpContext) - Constructor for class com.sun.jersey.server.impl.application.CloseableServiceFactory
 
code - Variable in class com.sun.jersey.server.impl.uri.rules.automata.TrieArc
Character that match this arc.
com.sun.jersey.api - package com.sun.jersey.api
Provides support for responses and exceptions.
com.sun.jersey.api.container - package com.sun.jersey.api.container
Provides support for creating HTTP-based containers.
com.sun.jersey.api.container.filter - package com.sun.jersey.api.container.filter
Provides common server-side filters.
com.sun.jersey.api.container.httpserver - package com.sun.jersey.api.container.httpserver
Provides support for creating a Light weight HTTP server HTTP container.
com.sun.jersey.api.core - package com.sun.jersey.api.core
Provides support for configuration.
com.sun.jersey.api.model - package com.sun.jersey.api.model
Provides an abstract model of a resource class.
com.sun.jersey.api.view - package com.sun.jersey.api.view
Provides support for Model, View and Controller (MVC).
com.sun.jersey.api.wadl - package com.sun.jersey.api.wadl
Provides support for WADL generation.
com.sun.jersey.api.wadl.config - package com.sun.jersey.api.wadl.config
Provides support for configuring WADL generation.
com.sun.jersey.server.impl - package com.sun.jersey.server.impl
 
com.sun.jersey.server.impl.application - package com.sun.jersey.server.impl.application
 
com.sun.jersey.server.impl.cdi - package com.sun.jersey.server.impl.cdi
 
com.sun.jersey.server.impl.component - package com.sun.jersey.server.impl.component
 
com.sun.jersey.server.impl.container - package com.sun.jersey.server.impl.container
 
com.sun.jersey.server.impl.container.filter - package com.sun.jersey.server.impl.container.filter
 
com.sun.jersey.server.impl.container.httpserver - package com.sun.jersey.server.impl.container.httpserver
 
com.sun.jersey.server.impl.container.servlet - package com.sun.jersey.server.impl.container.servlet
 
com.sun.jersey.server.impl.ejb - package com.sun.jersey.server.impl.ejb
 
com.sun.jersey.server.impl.inject - package com.sun.jersey.server.impl.inject
 
com.sun.jersey.server.impl.managedbeans - package com.sun.jersey.server.impl.managedbeans
 
com.sun.jersey.server.impl.model - package com.sun.jersey.server.impl.model
 
com.sun.jersey.server.impl.model.method - package com.sun.jersey.server.impl.model.method
 
com.sun.jersey.server.impl.model.method.dispatch - package com.sun.jersey.server.impl.model.method.dispatch
 
com.sun.jersey.server.impl.model.parameter - package com.sun.jersey.server.impl.model.parameter
 
com.sun.jersey.server.impl.model.parameter.multivalued - package com.sun.jersey.server.impl.model.parameter.multivalued
 
com.sun.jersey.server.impl.modelapi.annotation - package com.sun.jersey.server.impl.modelapi.annotation
 
com.sun.jersey.server.impl.modelapi.validation - package com.sun.jersey.server.impl.modelapi.validation
 
com.sun.jersey.server.impl.monitoring - package com.sun.jersey.server.impl.monitoring
Provides support GlassFish monitoring.
com.sun.jersey.server.impl.provider - package com.sun.jersey.server.impl.provider
 
com.sun.jersey.server.impl.resource - package com.sun.jersey.server.impl.resource
 
com.sun.jersey.server.impl.template - package com.sun.jersey.server.impl.template
 
com.sun.jersey.server.impl.uri - package com.sun.jersey.server.impl.uri
 
com.sun.jersey.server.impl.uri.rules - package com.sun.jersey.server.impl.uri.rules
 
com.sun.jersey.server.impl.uri.rules.automata - package com.sun.jersey.server.impl.uri.rules.automata
 
com.sun.jersey.server.impl.wadl - package com.sun.jersey.server.impl.wadl
 
com.sun.jersey.server.osgi - package com.sun.jersey.server.osgi
 
com.sun.jersey.server.probes - package com.sun.jersey.server.probes
Provides support GlassFish monitoring probes.
com.sun.jersey.server.spi.component - package com.sun.jersey.server.spi.component
Provides support for components that are resource classes.
com.sun.jersey.server.wadl - package com.sun.jersey.server.wadl
Provides support for WADL configuration and generation.
com.sun.jersey.server.wadl.generators - package com.sun.jersey.server.wadl.generators
Provides support for JAXB WADL generation.
com.sun.jersey.server.wadl.generators.resourcedoc - package com.sun.jersey.server.wadl.generators.resourcedoc
Provides support for JAXB WADL generation for resource classes.
com.sun.jersey.server.wadl.generators.resourcedoc.model - package com.sun.jersey.server.wadl.generators.resourcedoc.model
Provides support for JAXB-based resource class model.
com.sun.jersey.server.wadl.generators.resourcedoc.xhtml - package com.sun.jersey.server.wadl.generators.resourcedoc.xhtml
Provides support for JAXB-based XHTML.
com.sun.jersey.spi.container - package com.sun.jersey.spi.container
Provides support for containers and the web application that manages resource classes.
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.dispatch - package com.sun.jersey.spi.dispatch
Provides support for dispatching the HTTP request to a resource method of a resource class instance.
com.sun.jersey.spi.monitoring - package com.sun.jersey.spi.monitoring
 
com.sun.jersey.spi.resource - package com.sun.jersey.spi.resource
Provides support for plugable life-cycle declaration and implementation.
com.sun.jersey.spi.scanning - package com.sun.jersey.spi.scanning
Provides support for server-side class scanning.
com.sun.jersey.spi.template - package com.sun.jersey.spi.template
Provides support for view aspect of model view controller and templates that produce views.
com.sun.jersey.spi.uri.rules - package com.sun.jersey.spi.uri.rules
Provides support for hierarchical matching and accepting of URIs.
com.sun.research.ws.wadl - package com.sun.research.ws.wadl
 
CombiningMatchingPatterns<R> - Class in com.sun.jersey.server.impl.uri.rules
Rules combining one or more other rules and matching in sequence.
CombiningMatchingPatterns(List<UriRules<R>>) - Constructor for class com.sun.jersey.server.impl.uri.rules.CombiningMatchingPatterns
 
commentText - Variable in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
 
COMMON_DELIMITERS - Static variable in class com.sun.jersey.api.core.ResourceConfig
Common delimiters used by various properties.
COMPARATOR - Static variable in class com.sun.jersey.server.impl.model.method.ResourceMethod
Comparator for resource methods, comparing the consumed and produced media types.
COMPARATOR - Static variable in class com.sun.jersey.server.impl.uri.PathPattern
Defer to comparing the templates associated with the patterns.
configure(ResourceConfig) - Method in interface com.sun.jersey.api.core.ResourceConfigurator
Configure the resource configuration.
configure() - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorConfig
 
configure(ServletConfig, ResourceConfig, WebApplication) - Method in class com.sun.jersey.server.impl.container.servlet.ServletAdaptor
 
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.
CONFLICT - Static variable in class com.sun.jersey.api.Responses
 
conflict() - Static method in class com.sun.jersey.api.Responses
 
ConflictException - Exception in com.sun.jersey.api
A HTTP 409 (Conflict) exception.
ConflictException() - Constructor for exception com.sun.jersey.api.ConflictException
Create a HTTP 409 (Conflict) exception.
ConflictException(String) - Constructor for exception com.sun.jersey.api.ConflictException
Create a HTTP 409 (Conflict) exception.
construct(HttpContext) - Method in class com.sun.jersey.server.spi.component.ResourceComponentConstructor
 
consumes(MediaType) - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
Ascertain if the method is capable of consuming an entity of a certain media type.
consumesWild() - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
 
ContainerException - Exception in com.sun.jersey.api.container
Runtime exception to be caught by the container.
ContainerException() - Constructor for exception com.sun.jersey.api.container.ContainerException
Construct a new instance with the supplied message
ContainerException(String) - Constructor for exception com.sun.jersey.api.container.ContainerException
Construct a new instance with the supplied message
ContainerException(String, Throwable) - Constructor for exception com.sun.jersey.api.container.ContainerException
Construct a new instance with the supplied message and cause
ContainerException(Throwable) - Constructor for exception com.sun.jersey.api.container.ContainerException
Construct a new instance with the supplied cause
ContainerFactory - Class in com.sun.jersey.api.container
Factory for creating specific HTTP-based containers.
ContainerListener - Interface in com.sun.jersey.spi.container
A listener that is registered with a ContainerNotifier to get notified of container related events.
ContainerNotifier - Interface in com.sun.jersey.spi.container
A container notifier that is used to register container listeners.
ContainerProvider<T> - Interface in com.sun.jersey.spi.container
Service-provider interface for creating container instances.
ContainerRequest - Class in com.sun.jersey.spi.container
An in-bound HTTP request to be processed by the web application.
ContainerRequest(WebApplication, String, URI, URI, InBoundHeaders, InputStream) - Constructor for class com.sun.jersey.spi.container.ContainerRequest
Create a new container request.
ContainerRequestFilter - Interface in com.sun.jersey.spi.container
A filter for filtering a request.
ContainerResponse - Class in com.sun.jersey.spi.container
An out-bound HTTP response to be processed by the web application.
ContainerResponse(WebApplication, ContainerRequest, ContainerResponseWriter) - Constructor for class com.sun.jersey.spi.container.ContainerResponse
Instantate a new ContainerResponse.
ContainerResponseFilter - Interface in com.sun.jersey.spi.container
A filter for filtering a response.
ContainerResponseWriter - Interface in com.sun.jersey.spi.container
Containers implement this interface and provide an instance to the WebApplication or ContainerResponse.
content - Variable in class com.sun.research.ws.wadl.Doc
 
CONTENT_TYPE_PROPERTY - Static variable in class com.sun.jersey.server.impl.uri.rules.HttpMethodRule
 
contentLocation(URI) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Set the content location.
cookie(NewCookie...) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Add cookies.
CookieParamInjectableProvider - Class in com.sun.jersey.server.impl.model.parameter
 
CookieParamInjectableProvider(MultivaluedParameterExtractorProvider) - Constructor for class com.sun.jersey.server.impl.model.parameter.CookieParamInjectableProvider
 
create(AbstractMethod) - Method in class com.sun.jersey.api.container.filter.ResourceDebuggingFilterFactory
 
create(AbstractMethod) - Method in class com.sun.jersey.api.container.filter.RolesAllowedResourceFilterFactory
 
create(String) - Static method in class com.sun.jersey.api.container.httpserver.HttpServerFactory
Create a HttpServer that registers a HttpHandler that in turn manages all root resource classes found by searching the classes referenced in the java classpath.
create(URI) - Static method in class com.sun.jersey.api.container.httpserver.HttpServerFactory
Create a HttpServer that registers a HttpHandler that in turn manages all root resource classes found by searching the classes referenced in the java classath.
create(String, ResourceConfig) - Static method in class com.sun.jersey.api.container.httpserver.HttpServerFactory
Create a HttpServer that registers a HttpHandler that in turn manages all root resource and provder classes declared by the resource configuration.
create(URI, ResourceConfig) - Static method in class com.sun.jersey.api.container.httpserver.HttpServerFactory
Create a HttpServer that registers a HttpHandler that in turn manages all root resource and provder classes declared by the resource configuration.
create(String, ResourceConfig, IoCComponentProviderFactory) - Static method in class com.sun.jersey.api.container.httpserver.HttpServerFactory
Create a HttpServer that registers a HttpHandler that in turn manages all root resource and provder classes declared by the resource configuration.
create(URI, ResourceConfig, IoCComponentProviderFactory) - Static method in class com.sun.jersey.api.container.httpserver.HttpServerFactory
Create a HttpServer that registers a HttpHandler that in turn manages all root resource and provder classes declared by the resource configuration.
create(String, HttpHandler) - Static method in class com.sun.jersey.api.container.httpserver.HttpServerFactory
Create a HttpServer that registers a HttpHandler that in turn manages all root resource classes found by searching the classes referenced in the java classath.
create(URI, HttpHandler) - Static method in class com.sun.jersey.api.container.httpserver.HttpServerFactory
Create a HttpServer that registers a HttpHandler that in turn manages all root resource classes found by searching the classes referenced in the java classath.
create(ProviderServices) - Static method in class com.sun.jersey.server.impl.application.ResourceMethodDispatcherFactory
 
create(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.application.ResourceMethodDispatcherFactory
 
create(CreationalContext<T>) - Method in class com.sun.jersey.server.impl.cdi.AbstractBean
 
create(CreationalContext<T>) - Method in class com.sun.jersey.server.impl.cdi.ProviderBasedBean
 
create(AbstractMethod) - Method in class com.sun.jersey.server.impl.container.filter.AnnotationResourceFilterFactory
 
create(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.ejb.EJBRequestDispatcherProvider
 
create(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider
 
create(AbstractResourceMethod, JavaMethodInvoker) - Method in class com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider
 
create(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.model.method.dispatch.FormDispatchProvider
 
create(AbstractResourceMethod, JavaMethodInvoker) - Method in class com.sun.jersey.server.impl.model.method.dispatch.FormDispatchProvider
 
create(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.model.method.dispatch.HttpReqResDispatchProvider
 
create(AbstractResourceMethod, JavaMethodInvoker) - Method in class com.sun.jersey.server.impl.model.method.dispatch.HttpReqResDispatchProvider
 
create(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.model.method.dispatch.MultipartFormDispatchProvider
 
create(AbstractResourceMethod, JavaMethodInvoker) - Method in class com.sun.jersey.server.impl.model.method.dispatch.MultipartFormDispatchProvider
 
create(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.model.method.dispatch.VoidVoidDispatchProvider
 
create(AbstractResourceMethod, JavaMethodInvoker) - Method in class com.sun.jersey.server.impl.model.method.dispatch.VoidVoidDispatchProvider
 
create(Map<PathPattern, UriRule>) - Static method in class com.sun.jersey.server.impl.uri.rules.UriRulesFactory
 
create(Map<PathPattern, UriRule>, List<PatternRulePair<UriRule>>) - Static method in class com.sun.jersey.server.impl.uri.rules.UriRulesFactory
 
create(List<PatternRulePair<UriRule>>) - Static method in class com.sun.jersey.server.impl.uri.rules.UriRulesFactory
 
create(AbstractMethod) - Method in interface com.sun.jersey.spi.container.ResourceFilterFactory
Create a list of ResourceFilter instance given a method of the abstract resource model.
create(AbstractResourceMethod, JavaMethodInvoker) - Method in interface com.sun.jersey.spi.container.ResourceMethodCustomInvokerDispatchProvider
Create a RequestDispatcher for a resource method of a resource.
create(AbstractResourceMethod) - Method in interface com.sun.jersey.spi.container.ResourceMethodDispatchProvider
Create a RequestDispatcher for a resource method of a resource.
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.
createApplication() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createApplication() - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
 
createApplication() - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
 
createApplication() - Method in interface com.sun.jersey.server.wadl.WadlGenerator
 
createApplication() - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
 
createApplication() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Application
createApplicationDocs() - Method in class com.sun.jersey.server.wadl.generators.ObjectFactory
 
createClasspath() - Method in class com.sun.jersey.api.wadl.WadlGeneratorTask
 
createContainer(Class<A>, Class<?>...) - Static method in class com.sun.jersey.api.container.ContainerFactory
Create a container according to the class requested.
createContainer(Class<A>, Set<Class<?>>) - Static method in class com.sun.jersey.api.container.ContainerFactory
Create a container according to the class requested.
createContainer(Class<A>, ResourceConfig) - Static method in class com.sun.jersey.api.container.ContainerFactory
Create a container according to the class requested.
createContainer(Class<A>, ResourceConfig, IoCComponentProviderFactory) - Static method in class com.sun.jersey.api.container.ContainerFactory
Create a container according to the class requested.
createContainer(Class<A>, String) - Static method in class com.sun.jersey.api.container.ContainerFactory
Deprecated. 
createContainer(Class<A>) - Static method in class com.sun.jersey.api.container.ContainerFactory
Create an instance of a container according to the class requested.
createContainer(Class<A>, String...) - Static method in class com.sun.jersey.api.container.ContainerFactory
Create an instance of a container according to the class requested.
createContainer(Class<HttpHandler>, ResourceConfig, WebApplication) - Method in class com.sun.jersey.server.impl.container.httpserver.HttpHandlerContainerProvider
 
createContainer(Class<T>, ResourceConfig, WebApplication) - Method in interface com.sun.jersey.spi.container.ContainerProvider
Create an container of type T.
created(URI) - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder for a created resource, set the location header using the supplied value.
createDispatchingListener(ProviderServices) - Static method in class com.sun.jersey.server.impl.monitoring.MonitoringProviderFactory
 
createDoc() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Doc
createEndpoint(Application, Class<T>) - Method in class com.sun.jersey.server.impl.provider.RuntimeDelegateImpl
 
createFault(RepresentationType) - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of JAXBElement<RepresentationType>}
createGrammars() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Grammars
createInclude() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Include
createLink() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Link
createMatchResourceContext(URI) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
createMethod(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createMethod(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
 
createMethod(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
 
createMethod(AbstractResource, AbstractResourceMethod) - Method in interface com.sun.jersey.server.wadl.WadlGenerator
 
createMethod(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
 
createMethod() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Method
createOption() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Option
createParam(AbstractResource, AbstractMethod, Parameter) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createParam(AbstractResource, AbstractMethod, Parameter) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
 
createParam(AbstractResource, AbstractMethod, Parameter) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
 
createParam(AbstractResource, AbstractMethod, Parameter) - Method in interface com.sun.jersey.server.wadl.WadlGenerator
 
createParam(AbstractResource, AbstractMethod, Parameter) - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
 
createParam() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Param
createRepresentation(RepresentationType) - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of JAXBElement<RepresentationType>}
createRepresentationType() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of RepresentationType
createRequest(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createRequest(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
 
createRequest(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
 
createRequest(AbstractResource, AbstractResourceMethod) - Method in interface com.sun.jersey.server.wadl.WadlGenerator
 
createRequest(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
 
createRequest(WebApplication, HttpServletRequest, URI, URI) - Method in class com.sun.jersey.spi.container.servlet.WebComponent
Extension point for creating your custom container request.
createRequest() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Request
createRequestListener(ProviderServices) - Static method in class com.sun.jersey.server.impl.monitoring.MonitoringProviderFactory
 
createRequestRepresentation(AbstractResource, AbstractResourceMethod, MediaType) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createRequestRepresentation(AbstractResource, AbstractResourceMethod, MediaType) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
 
createRequestRepresentation(AbstractResource, AbstractResourceMethod, MediaType) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
 
createRequestRepresentation(AbstractResource, AbstractResourceMethod, MediaType) - Method in interface com.sun.jersey.server.wadl.WadlGenerator
 
createRequestRepresentation(AbstractResource, AbstractResourceMethod, MediaType) - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
 
createResource(Class<?>) - Static method in class com.sun.jersey.server.impl.modelapi.annotation.IntrospectionModeller
 
createResource(AbstractResource, String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createResource(AbstractResource, String) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
 
createResource(AbstractResource, String) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
 
createResource(AbstractResource, String) - Method in interface com.sun.jersey.server.wadl.WadlGenerator
 
createResource(AbstractResource, String) - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
 
createResource() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Resource
createResourceDocType() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ObjectFactory
 
createResources() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createResources() - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
 
createResources() - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
 
createResources() - Method in interface com.sun.jersey.server.wadl.WadlGenerator
 
createResources() - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
 
createResources() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Resources
createResourceType() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of ResourceType
createResponse(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createResponse(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
 
createResponse(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
 
createResponse(AbstractResource, AbstractResourceMethod) - Method in interface com.sun.jersey.server.wadl.WadlGenerator
 
createResponse(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
 
createResponse() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Response
createResponseListener(ProviderServices) - Static method in class com.sun.jersey.server.impl.monitoring.MonitoringProviderFactory
 
createResponseRepresentation(AbstractResource, AbstractResourceMethod, MediaType) - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
 
createWadlApplicationContext(Set<AbstractResource>) - Method in class com.sun.jersey.server.impl.wadl.WadlFactory
 
createWadlOptionsMethod(Map<String, List<ResourceMethod>>, AbstractResource, PathPattern) - Method in class com.sun.jersey.server.impl.wadl.WadlFactory
Create the WADL resource method for OPTIONS.
createWebApplication() - Method in class com.sun.jersey.server.impl.container.WebApplicationProviderImpl
 
createWebApplication() - Static method in class com.sun.jersey.spi.container.WebApplicationFactory
Create a Web application instance.
createWebApplication() - Method in interface com.sun.jersey.spi.container.WebApplicationProvider
Instantiate a new WebApplication.
createXhtmlCodeType() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.ObjectFactory
 
createXhtmlElementType() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.ObjectFactory
 

D

DefaultResourceConfig - Class in com.sun.jersey.api.core
A mutable implementation of ResourceConfig that declares default values for features.
DefaultResourceConfig() - Constructor for class com.sun.jersey.api.core.DefaultResourceConfig
 
DefaultResourceConfig(Class<?>...) - Constructor for class com.sun.jersey.api.core.DefaultResourceConfig
 
DefaultResourceConfig(Set<Class<?>>) - Constructor for class com.sun.jersey.api.core.DefaultResourceConfig
 
DeferredResourceConfig - Class in com.sun.jersey.server.impl.application
 
DeferredResourceConfig(Class<? extends Application>) - Constructor for class com.sun.jersey.server.impl.application.DeferredResourceConfig
 
DeferredResourceConfig(Class<? extends Application>, Set<Class<?>>) - Constructor for class com.sun.jersey.server.impl.application.DeferredResourceConfig
 
DeferredResourceConfig.ApplicationHolder - Class in com.sun.jersey.server.impl.application
 
descriptions() - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
 
destroy() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
destroy(T, CreationalContext<T>) - Method in class com.sun.jersey.server.impl.cdi.AbstractBean
 
destroy(HttpContext) - Static method in class com.sun.jersey.server.impl.resource.PerRequestFactory
 
destroy(Object) - Method in class com.sun.jersey.server.spi.component.ResourceComponentDestructor
 
destroy() - Method in interface com.sun.jersey.server.spi.component.ResourceComponentProvider
Destroy the resource component provider.
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.
destroy() - Method in interface com.sun.jersey.spi.container.WebApplication
Destroy the Web application.
DiscoveredParameter - Class in com.sun.jersey.server.impl.cdi
Records all information about a JAX-RS-related parameter.
DiscoveredParameter(Annotation, Type, DefaultValue, boolean) - Constructor for class com.sun.jersey.server.impl.cdi.DiscoveredParameter
 
dispatch(Object, HttpContext) - Method in class com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher
 
dispatch(Object, HttpContext) - Method in class com.sun.jersey.server.impl.model.method.ResourceHttpOptionsMethod.OptionsRequestDispatcher
 
dispatch(Object, HttpContext) - Method in interface com.sun.jersey.spi.dispatch.RequestDispatcher
Dispatch to the resource method of the resource class instance.
DispatchingListener - Interface in com.sun.jersey.spi.monitoring
 
DispatchingListenerAdapter - Interface in com.sun.jersey.spi.monitoring
 
doc - Variable in class com.sun.research.ws.wadl.Application
 
Doc - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Doc() - Constructor for class com.sun.research.ws.wadl.Doc
 
doc - Variable in class com.sun.research.ws.wadl.Grammars
 
doc - Variable in class com.sun.research.ws.wadl.Include
 
doc - Variable in class com.sun.research.ws.wadl.Link
 
doc - Variable in class com.sun.research.ws.wadl.Method
 
doc - Variable in class com.sun.research.ws.wadl.Option
 
doc - Variable in class com.sun.research.ws.wadl.Param
 
doc - Variable in class com.sun.research.ws.wadl.RepresentationType
 
doc - Variable in class com.sun.research.ws.wadl.Request
 
doc - Variable in class com.sun.research.ws.wadl.Resource
 
doc - Variable in class com.sun.research.ws.wadl.Resources
 
doc - Variable in class com.sun.research.ws.wadl.ResourceType
 
doc - Variable in class com.sun.research.ws.wadl.Response
 
docs - Variable in class com.sun.jersey.server.wadl.generators.ApplicationDocs
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
doTag() - Method in class com.sun.jersey.server.impl.container.servlet.Include
 

E

EJBComponentProviderFactoryInitilizer - Class in com.sun.jersey.server.impl.ejb
 
EJBComponentProviderFactoryInitilizer() - Constructor for class com.sun.jersey.server.impl.ejb.EJBComponentProviderFactoryInitilizer
 
EJBExceptionMapper - Class in com.sun.jersey.server.impl.ejb
 
EJBExceptionMapper(Providers) - Constructor for class com.sun.jersey.server.impl.ejb.EJBExceptionMapper
 
EJBRequestDispatcherProvider - Class in com.sun.jersey.server.impl.ejb
 
EJBRequestDispatcherProvider() - Constructor for class com.sun.jersey.server.impl.ejb.EJBRequestDispatcherProvider
 
el(String) - Static method in class com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.Elements
 
element - Variable in class com.sun.research.ws.wadl.RepresentationType
 
Elements - Class in com.sun.jersey.server.wadl.generators.resourcedoc.xhtml
This class provides a fluent interface to xhtml supporting jaxb bindings.
Created on: Jun 17, 2008
Elements(QName, Class<XhtmlElementType>, XhtmlElementType) - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.Elements
 
EMPTY_PATH - Static variable in class com.sun.jersey.server.impl.uri.PathPattern
Empty path.
encoding(String) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Set the content encoding.
entity - Variable in class com.sun.jersey.api.JResponse.AJResponseBuilder
The entity.
entity(E) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Set the entity.
EntityParamDispatchProvider - Class in com.sun.jersey.server.impl.model.method.dispatch
 
EntityParamDispatchProvider() - Constructor for class com.sun.jersey.server.impl.model.method.dispatch.EntityParamDispatchProvider
 
equals(Object) - Method in class com.sun.jersey.server.impl.cdi.DiscoveredParameter
 
ErrorHelper - Class in com.sun.jersey.server.impl.model
Error helper class for reporting errors related to processing a Web resource.
ErrorHelper() - Constructor for class com.sun.jersey.server.impl.model.ErrorHelper
 
evaluatePreconditions(EntityTag) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
evaluatePreconditions(Date) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
evaluatePreconditions(Date, EntityTag) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
evaluatePreconditions() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
evaluatePreconditions() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
evaluatePreconditions(EntityTag) - Method in class com.sun.jersey.spi.container.ContainerRequest
 
evaluatePreconditions(Date) - Method in class com.sun.jersey.spi.container.ContainerRequest
 
evaluatePreconditions(Date, EntityTag) - Method in class com.sun.jersey.spi.container.ContainerRequest
 
ExceptionMapperContext - Interface in com.sun.jersey.spi.container
Provides lookup of ExceptionMapper instances that can be used to map exceptions to responses.
ExceptionMapperFactory - Class in com.sun.jersey.server.impl.application
 
ExceptionMapperFactory() - Constructor for class com.sun.jersey.server.impl.application.ExceptionMapperFactory
 
execute() - Method in class com.sun.jersey.api.wadl.WadlGeneratorTask
 
expires(Date) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Set the expires date.
ExtendedUriInfo - Interface in com.sun.jersey.api.core
Extensions to UriInfo.
extract(MultivaluedMap<String, String>) - Method in interface com.sun.jersey.server.impl.model.parameter.multivalued.MultivaluedParameterExtractor
 
ExtractorContainerException - Exception in com.sun.jersey.server.impl.model.parameter.multivalued
A runtime exception that contains a cause, a checked or runtime exception, that may be passed to the cause of a WebApplicationException.
ExtractorContainerException() - Constructor for exception com.sun.jersey.server.impl.model.parameter.multivalued.ExtractorContainerException
 
ExtractorContainerException(String) - Constructor for exception com.sun.jersey.server.impl.model.parameter.multivalued.ExtractorContainerException
 
ExtractorContainerException(String, Throwable) - Constructor for exception com.sun.jersey.server.impl.model.parameter.multivalued.ExtractorContainerException
 
ExtractorContainerException(Throwable) - Constructor for exception com.sun.jersey.server.impl.model.parameter.multivalued.ExtractorContainerException
 

F

fatalIssuesFound() - Method in class com.sun.jersey.server.impl.modelapi.validation.AbstractModelValidator
Convenience method to see if there were fatal issues found
FEATURE_CANONICALIZE_URI_PATH - Static variable in class com.sun.jersey.api.core.ResourceConfig
If true the request URI path component will be canonicalized by removing contiguous slashes (i.e.
FEATURE_DISABLE_WADL - Static variable in class com.sun.jersey.api.core.ResourceConfig
If true then disable WADL generation.
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.
FEATURE_IMPLICIT_VIEWABLES - Static variable in class com.sun.jersey.api.core.ResourceConfig
If true then the matching algorithm will attempt to match and accept any static content or templates associated with a resource that were not explicitly declared by that resource.
FEATURE_LOGGING_DISABLE_ENTITY - Static variable in class com.sun.jersey.api.container.filter.LoggingFilter
If true the request and response entities (if present) will not be logged.
FEATURE_MATCH_MATRIX_PARAMS - Static variable in class com.sun.jersey.api.core.ResourceConfig
If true then matrix parameters (if present) in the request URI path component will not be ignored when matching the path to URI templates declared by resource classes.
FEATURE_NORMALIZE_URI - Static variable in class com.sun.jersey.api.core.ResourceConfig
If true and ResourceConfig.FEATURE_CANONICALIZE_URI_PATH is true then the request URI will be normalized as specified by URI.normalize().
FEATURE_REDIRECT - Static variable in class com.sun.jersey.api.core.ResourceConfig
If true, and ResourceConfig.FEATURE_CANONICALIZE_URI_PATH is true, and the canonicalization/normalization operations on the request URI result in a new URI that is not equal to the request URI, then the client is (temporarily) redirected to the new URI.
FEATURE_TRACE - Static variable in class com.sun.jersey.api.core.ResourceConfig
If true then enable tracing.
FEATURE_TRACE_PER_REQUEST - Static variable in class com.sun.jersey.api.core.ResourceConfig
If true then enable tracing on a per-request basis.
filter(ContainerRequest) - Method in class com.sun.jersey.api.container.filter.GZIPContentEncodingFilter
 
filter(ContainerRequest, ContainerResponse) - Method in class com.sun.jersey.api.container.filter.GZIPContentEncodingFilter
 
filter(ContainerRequest) - Method in class com.sun.jersey.api.container.filter.LoggingFilter
 
filter(ContainerRequest, ContainerResponse) - Method in class com.sun.jersey.api.container.filter.LoggingFilter
 
filter(ContainerRequest) - Method in class com.sun.jersey.api.container.filter.PostReplaceFilter
 
filter(ContainerRequest) - Method in class com.sun.jersey.api.container.filter.UriConnegFilter
 
filter(ContainerRequest) - Method in class com.sun.jersey.server.impl.container.filter.NormalizeFilter
 
filter(ContainerRequest) - Method in interface com.sun.jersey.spi.container.ContainerRequestFilter
Filter the request.
filter(ContainerRequest, ContainerResponse) - Method in interface com.sun.jersey.spi.container.ContainerResponseFilter
Filter the response.
FilterFactory - Class in com.sun.jersey.server.impl.container.filter
 
FilterFactory(ProviderServices) - Constructor for class com.sun.jersey.server.impl.container.filter.FilterFactory
 
find(Class<? extends Throwable>) - Method in class com.sun.jersey.server.impl.application.ExceptionMapperFactory
 
find(Class<? extends Throwable>) - Method in interface com.sun.jersey.spi.container.ExceptionMapperContext
Find an exception mapper for a class of throwable that is capable of converting a throwable to a response.
finish() - Method in interface com.sun.jersey.spi.container.ContainerResponseWriter
Finish writing the response.
fixed - Variable in class com.sun.research.ws.wadl.Param
 
FORM_PROPERTY - Static variable in class com.sun.jersey.server.impl.model.method.dispatch.FormDispatchProvider
 
FormDispatchProvider - Class in com.sun.jersey.server.impl.model.method.dispatch
 
FormDispatchProvider() - Constructor for class com.sun.jersey.server.impl.model.method.dispatch.FormDispatchProvider
 
FormParamInjectableProvider - Class in com.sun.jersey.server.impl.model.parameter
 
FormParamInjectableProvider(MultivaluedParameterExtractorProvider) - Constructor for class com.sun.jersey.server.impl.model.parameter.FormParamInjectableProvider
 
forward(ServletRequest, ServletResponse) - Method in class com.sun.jersey.server.impl.container.servlet.RequestDispatcherWrapper
 
fromResponse(Response) - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder by performing a shallow copy of an existing Response.
fromResponse(JResponse<E>) - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder by performing a shallow copy of an existing JResponse.
fromValue(String) - Static method in enum com.sun.research.ws.wadl.HTTPMethods
 
fromValue(String) - Static method in enum com.sun.research.ws.wadl.ParamStyle
 

G

generate(Set<AbstractResource>) - Method in class com.sun.jersey.server.wadl.WadlBuilder
Generate WADL for a set of resources.
generate(AbstractResource) - Method in class com.sun.jersey.server.wadl.WadlBuilder
Generate WADL for a resource.
generate(AbstractResource, String) - Method in class com.sun.jersey.server.wadl.WadlBuilder
Generate WADL for a virtual subresource resulting from sub resource methods.
generator(Class<? extends WadlGenerator>) - Static method in class com.sun.jersey.api.wadl.config.WadlGeneratorConfig
Start to build an instance of WadlGeneratorConfig:
generator(WadlGenerator) - Static method in class com.sun.jersey.api.wadl.config.WadlGeneratorConfig
Start to build an instance of WadlGeneratorConfig:
generator(WadlGenerator) - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigBuilder
 
generator(Class<? extends WadlGenerator>) - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
 
get(Parameter) - Method in class com.sun.jersey.server.impl.model.parameter.BaseParamInjectableProvider
 
get(Parameter) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.MultivaluedParameterExtractorFactory
 
get(Parameter) - Method in interface com.sun.jersey.server.impl.model.parameter.multivalued.MultivaluedParameterExtractorProvider
 
get() - Method in class com.sun.jersey.server.impl.ThreadLocalHttpContext
 
get() - Method in class com.sun.jersey.server.impl.ThreadLocalInvoker
 
getAbsolutePath() - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the absolute path of the request.
getAbsolutePath() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getAbsolutePath() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getAbsolutePath() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getAbsolutePathBuilder() - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the absolute path of the request in the form of a UriBuilder.
getAbsolutePathBuilder() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getAbsolutePathBuilder() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getAbsolutePathBuilder() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getAbstractResourceMethod() - Method in class com.sun.jersey.server.impl.model.method.ResourceHttpMethod
 
getAbstractResourceMethod() - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
Get the abstract resource method.
getAbstractRootResources() - Method in interface com.sun.jersey.api.model.AbstractResourceModelContext
 
getAccept(HttpRequestContext) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
Get the list of Media type from the "Accept" of an HTTP request.
getAccept(HttpRequestContext, List<QualitySourceMediaType>) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
 
getAcceptableLanguages() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getAcceptableLanguages() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getAcceptableMediaType(List<MediaType>) - Method in interface com.sun.jersey.api.core.HttpRequestContext
Deprecated. 
getAcceptableMediaType(List<MediaType>) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getAcceptableMediaType(List<MediaType>) - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getAcceptableMediaTypes(List<QualitySourceMediaType>) - Method in interface com.sun.jersey.api.core.HttpRequestContext
Deprecated. 
getAcceptableMediaTypes(List<QualitySourceMediaType>) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getAcceptableMediaTypes() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getAcceptableMediaTypes(List<QualitySourceMediaType>) - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getAcceptableMediaTypes() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getAcceptCharset(HttpRequestContext) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
Get the list of language tag from the "Accept-Charset" of an HTTP request.
getAcceptEncoding(HttpRequestContext) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
Get the list of language tag from the "Accept-Charset" of an HTTP request.
getAcceptLangauge(HttpRequestContext) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
getAcceptLanguage(HttpRequestContext) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
Get the list of language tag from the "Accept-Language" of an HTTP request.
getAnnotatedClasses() - Method in class com.sun.jersey.spi.scanning.AnnotationScannerListener
Get the set of annotated classes.
getAnnotation(Class<T>) - Method in class com.sun.jersey.api.model.AbstractMethod
 
getAnnotation(Class<T>) - Method in class com.sun.jersey.api.model.AbstractResource
 
getAnnotation() - Method in class com.sun.jersey.api.model.Parameter
 
getAnnotation(Class<T>) - Method in class com.sun.jersey.api.model.Parameter
 
getAnnotation(Class<T>) - Method in class com.sun.jersey.server.impl.cdi.AnnotatedImpl
 
getAnnotation() - Method in class com.sun.jersey.server.impl.cdi.DiscoveredParameter
 
getAnnotationDocs() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ParamDocType
 
getAnnotations() - Method in interface com.sun.jersey.api.core.HttpResponseContext
Get the annotations associated with the response entity (if any).
getAnnotations() - Method in class com.sun.jersey.api.model.AbstractMethod
 
getAnnotations() - Method in class com.sun.jersey.api.model.AbstractResource
 
getAnnotations() - Method in class com.sun.jersey.api.model.Parameter
 
getAnnotations() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedImpl
 
getAnnotations() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
getAnnotations() - Method in class com.sun.jersey.spi.container.ContainerResponse
 
getAnnotationTypeName() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.AnnotationDocType
 
getAny() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ClassDocType
 
getAny() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
 
getAny() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ParamDocType
 
getAny() - Method in class com.sun.research.ws.wadl.Application
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Grammars
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Link
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Method
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Option
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.RepresentationType
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Request
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Resources
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.ResourceType
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Response
Gets the value of the any property.
getApplication() - Method in class com.sun.jersey.server.impl.application.DeferredResourceConfig.ApplicationHolder
 
getApplication(ProviderFactory) - Method in class com.sun.jersey.server.impl.application.DeferredResourceConfig
 
getApplication() - Method in class com.sun.jersey.server.impl.wadl.WadlApplicationContextImpl
 
getApplication(UriInfo) - Method in class com.sun.jersey.server.impl.wadl.WadlApplicationContextImpl
 
getApplication() - Method in interface com.sun.jersey.server.wadl.WadlApplicationContext
Get a new instance of a JAXB WADL Application corresponding to all the root resource classes.
getApplication(UriInfo) - Method in interface com.sun.jersey.server.wadl.WadlApplicationContext
Get a new instance of a JAXB WADL Application corresponding to all the root resource classes, and configure the base URI.
getArcs() - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
arcs getter.
getAttributeDocs() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.AnnotationDocType
 
getAuthenticationScheme() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getAuthenticationScheme() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getBase() - Method in class com.sun.research.ws.wadl.Resources
Gets the value of the base property.
getBaseType() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedImpl
 
getBaseUri() - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the base URI of the application.
getbaseUri() - Method in class com.sun.jersey.api.wadl.WadlGeneratorTask
 
getBaseUri() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getBaseUri() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getBaseUri() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getBaseUriBuilder() - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the base URI of the application in the form of a UriBuilder.
getBaseUriBuilder() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getBaseUriBuilder() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getBaseUriBuilder() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getBean(BeanManager, Class<?>) - Static method in class com.sun.jersey.server.impl.cdi.Utils
 
getBeanClass() - Method in class com.sun.jersey.server.impl.cdi.AbstractBean
 
getBuildId() - Static method in class com.sun.jersey.server.impl.BuildId
 
getChildNodes() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.XhtmlElementType
 
getClassDoc(Class<?>) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.ResourceDocAccessor
 
getClasses() - Method in class com.sun.jersey.api.core.DefaultResourceConfig
 
getClassName() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ClassDocType
 
getClasspath() - Method in class com.sun.jersey.api.wadl.WadlGeneratorTask
 
getCommentText() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ClassDocType
 
getCommentText() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
Gets the value of the commentText property.
getCommentText() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ParamDocType
 
getComponentProvider(Class<?>) - Method in class com.sun.jersey.server.impl.cdi.CDIComponentProviderFactory
 
getComponentProvider(ComponentContext, Class<?>) - Method in class com.sun.jersey.server.impl.cdi.CDIComponentProviderFactory
 
getComponentProvider(ComponentContext, Class) - Method in class com.sun.jersey.server.impl.component.IoCResourceFactory
 
getComponentProvider(ComponentContext, Class) - Method in class com.sun.jersey.server.impl.component.ResourceFactory
 
getComponentProvider(Class) - Method in class com.sun.jersey.server.impl.container.servlet.PerSessionFactory
 
getComponentProvider(IoCComponentProvider, Class) - Method in class com.sun.jersey.server.impl.container.servlet.PerSessionFactory
 
getComponentProvider(Class) - Method in class com.sun.jersey.server.impl.resource.PerRequestFactory
 
getComponentProvider(IoCComponentProvider, Class) - Method in class com.sun.jersey.server.impl.resource.PerRequestFactory
 
getComponentProvider(Class) - Method in class com.sun.jersey.server.impl.resource.SingletonFactory
 
getComponentProvider(IoCComponentProvider, Class) - Method in class com.sun.jersey.server.impl.resource.SingletonFactory
 
getComponentProvider(IoCComponentProvider, Class<?>) - Method in interface com.sun.jersey.server.spi.component.ResourceComponentProviderFactory
Get the resource class component provider.
getComponentProviderFactory(Class) - Method in class com.sun.jersey.server.impl.component.ResourceFactory
 
getComponents() - Method in class com.sun.jersey.api.model.AbstractField
 
getComponents() - Method in interface com.sun.jersey.api.model.AbstractModelComponent
 
getComponents() - Method in class com.sun.jersey.api.model.AbstractResource
 
getComponents() - Method in class com.sun.jersey.api.model.AbstractResourceConstructor
 
getComponents() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
 
getComponents() - Method in class com.sun.jersey.api.model.AbstractSetterMethod
 
getComponents() - Method in class com.sun.jersey.api.model.AbstractSubResourceLocator
 
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
 
getConstructors() - Method in class com.sun.jersey.api.model.AbstractResource
 
getConstructors() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedTypeImpl
 
getConsumes() - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
 
getContainerRequest() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getContainerRequest() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
getContainerRequest() - Method in class com.sun.jersey.spi.container.ContainerResponse
Get the container request.
getContainerRequest() - Method in interface com.sun.jersey.spi.uri.rules.UriRuleContext
Get the container request.
getContainerRequestFilters() - Method in class com.sun.jersey.api.core.ResourceConfig
Get the list of container request filters.
getContainerResponse() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getContainerResponse() - Method in interface com.sun.jersey.spi.uri.rules.UriRuleContext
Get the container response.
getContainerResponseFilters() - Method in class com.sun.jersey.api.core.ResourceConfig
Get the list of container response filters.
getContainerResponseWriter() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
getContainerResponseWriter() - Method in class com.sun.jersey.spi.container.ContainerResponse
Get the container response writer.
getContent() - Method in class com.sun.research.ws.wadl.Doc
Gets the value of the content property.
getContentLanguageAsLocale(HttpRequestContext) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
Get the content language as a Locale instance.
getContentType(HttpRequestContext) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
Get the content type from the "Content-Type" of an HTTP request.
getContentType(String) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
Get the content type from a String.
getContentType(Object) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
Get the content type from an Object.
getCookieNameValueMap() - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the cookie name value map.
getCookieNameValueMap() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getCookieNameValueMap() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getCookies() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getCookies() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getCtor() - Method in class com.sun.jersey.api.model.AbstractResourceConstructor
 
getDeclaredAnnotations() - Method in class com.sun.jersey.api.model.AbstractMethod
 
getDeclaredAnnotations() - Method in class com.sun.jersey.api.model.AbstractResource
 
getDeclaredAnnotations() - Method in class com.sun.jersey.api.model.Parameter
 
getDeclaringCallable() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedParameterImpl
 
getDeclaringResource() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
 
getDeclaringType() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedMemberImpl
 
getDefault() - Static method in class com.sun.jersey.spi.container.JavaMethodInvokerFactory
 
getDefault() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the default property.
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
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
 
getDefaultStringValue() - Method in exception com.sun.jersey.api.ParamException
Get the default String value.
getDefaultStringValue() - Method in interface com.sun.jersey.server.impl.model.parameter.multivalued.MultivaluedParameterExtractor
 
getDefaultValue() - Method in class com.sun.jersey.api.model.Parameter
 
getDefaultValue() - Method in class com.sun.jersey.server.impl.cdi.DiscoveredParameter
 
getDestfile() - Method in class com.sun.jersey.api.wadl.WadlGeneratorTask
 
getDispatcher() - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
 
getDispatcher(AbstractResourceMethod, JavaMethodInvoker) - Method in class com.sun.jersey.spi.container.ResourceMethodCustomInvokerDispatchFactory
 
getDispatchingListener() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
getDispatchingListener() - Method in interface com.sun.jersey.spi.container.WebApplication
Get an instance of DispatchingListener that should be used to monitor request processing.
getDispatchProvider() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
getDoc() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
 
getDoc() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.WadlParamType
 
getDoc() - Method in class com.sun.research.ws.wadl.Application
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Grammars
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Include
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Link
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Method
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Option
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.RepresentationType
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Request
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Resources
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.ResourceType
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Response
Gets the value of the doc property.
getDocs() - Method in class com.sun.jersey.server.wadl.generators.ApplicationDocs
 
getDocs() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ResourceDocType
 
getElement() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
 
getElement() - Method in class com.sun.research.ws.wadl.RepresentationType
Gets the value of the element property.
getElements(String[]) - Static method in class com.sun.jersey.api.core.ResourceConfig
Get a canonical array of String elements from a String array where each entry may contain zero or more elements separated by ';'.
getElements(String[], String) - Static method in class com.sun.jersey.api.core.ResourceConfig
Get a canonical array of String elements from a String array where each entry may contain zero or more elements separated by characters in delimiters string.
getEntity(Class<T>) - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the request entity, returns null if the request does not contain an entity body.
getEntity(Class<T>, Type, Annotation[]) - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the request entity, returns null if the request does not contain an entity body.
getEntity() - Method in interface com.sun.jersey.api.core.HttpResponseContext
 
getEntity() - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Get the response entity.
getEntity() - Method in class com.sun.jersey.api.JResponse
Get the response entity.
getEntity(Class<T>) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getEntity(Class<T>, Type, Annotation[]) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getEntity() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
getEntity(Class<T>) - Method in class com.sun.jersey.spi.container.CachedEntityContainerRequest
Get the entity or a cached instance.
getEntity(Class<T>, Type, Annotation[]) - Method in class com.sun.jersey.spi.container.CachedEntityContainerRequest
Get the entity or a cached instance.
getEntity(Class<T>, Type, Annotation[]) - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getEntity(Class<T>) - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getEntity() - Method in class com.sun.jersey.spi.container.ContainerResponse
 
getEntityInputStream() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getEntityInputStream() - Method in class com.sun.jersey.spi.container.ContainerRequest
Get the input stream of the entity.
getEntityType() - Method in interface com.sun.jersey.api.core.HttpResponseContext
 
getEntityType() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
getEntityType() - Method in class com.sun.jersey.spi.container.ContainerResponse
 
getExample() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
 
getExceptionMapperContext() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
getExceptionMapperContext() - Method in interface com.sun.jersey.spi.container.WebApplication
Get the exception mapper context that can be used to map exceptions to responses.
getExplicitRootResources() - Method in class com.sun.jersey.api.core.DefaultResourceConfig
 
getExplicitRootResources() - Method in class com.sun.jersey.api.core.ResourceConfig
Get a map of explicit root resource classes and root resource singleton instances.
getFeature(String) - Method in class com.sun.jersey.api.core.DefaultResourceConfig
 
getFeature(String) - Method in class com.sun.jersey.api.core.ResourceConfig
Get the value of a feature.
getFeatures() - Method in class com.sun.jersey.api.core.DefaultResourceConfig
 
getFeatures() - Method in class com.sun.jersey.api.core.ResourceConfig
Get the map of features associated with the Web application.
getFeaturesAndProperties() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
getFeaturesAndProperties() - Method in interface com.sun.jersey.spi.container.WebApplication
Get the features and properties.
getField() - Method in class com.sun.jersey.api.model.AbstractField
 
getFields() - Method in class com.sun.jersey.api.model.AbstractResource
 
getFields() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedTypeImpl
 
getFirstArc() - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
firstArch getter.
getFixed() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the fixed property.
getFormParameters() - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the form parameters of the request entity.
getFormParameters() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getFormParameters() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getGeneratorClass() - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorDescription
 
getGenericReturnType() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
 
getGrammars() - Method in class com.sun.research.ws.wadl.Application
Gets the value of the grammars property.
getHeaderValue(String) - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get a HTTP header value.
getHeaderValue(String) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getHeaderValue(String) - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getHeaderValue(Object) - Static method in class com.sun.jersey.spi.container.ContainerResponse
Convert a header value, represented as a general object, to the string value.
getHref() - Method in class com.sun.research.ws.wadl.Include
Gets the value of the href property.
getHref() - Method in class com.sun.research.ws.wadl.Method
Gets the value of the href property.
getHref() - Method in class com.sun.research.ws.wadl.RepresentationType
Gets the value of the href property.
getHttpHeaders() - Method in interface com.sun.jersey.api.core.HttpResponseContext
Get the HTTP response headers.
getHttpHeaders() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
getHttpHeaders() - Method in class com.sun.jersey.spi.container.ContainerResponse
 
getHttpMethod() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
 
getHttpMethod() - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
 
getId() - Method in class com.sun.research.ws.wadl.Method
Gets the value of the id property.
getId() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the id property.
getId() - Method in class com.sun.research.ws.wadl.RepresentationType
Gets the value of the id property.
getId() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the id property.
getId() - Method in class com.sun.research.ws.wadl.ResourceType
Gets the value of the id property.
getIfMatch(HttpRequestContext) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
 
getIfNoneMatch(HttpRequestContext) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
 
getImmutableThreadLocal() - Method in class com.sun.jersey.server.impl.ThreadLocalInvoker
 
getInclude() - Method in class com.sun.research.ws.wadl.Grammars
Gets the value of the include property.
getInitialContext() - Static method in class com.sun.jersey.server.impl.InitialContextHelper
 
getInitializedExtension() - Static method in class com.sun.jersey.server.impl.cdi.CDIExtension
 
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
 
getInjectable(ComponentContext, Context, Type) - Method in class com.sun.jersey.server.impl.application.CloseableServiceFactory
 
getInjectable(Parameter, ComponentScope) - Method in interface com.sun.jersey.server.impl.inject.ServerInjectableProviderContext
Get an injectable given a parameter.
getInjectable(AccessibleObject, Parameter, ComponentScope) - Method in interface com.sun.jersey.server.impl.inject.ServerInjectableProviderContext
Get an injectable given a parameter.
getInjectable(List<Parameter>, ComponentScope) - Method in interface com.sun.jersey.server.impl.inject.ServerInjectableProviderContext
Get a list of injectable given a list of parameter.
getInjectable(AccessibleObject, List<Parameter>, ComponentScope) - Method in interface com.sun.jersey.server.impl.inject.ServerInjectableProviderContext
Get a list of injectable given a list of parameter.
getInjectable(Parameter, ComponentScope) - Method in class com.sun.jersey.server.impl.inject.ServerInjectableProviderFactory
 
getInjectable(AccessibleObject, Parameter, ComponentScope) - Method in class com.sun.jersey.server.impl.inject.ServerInjectableProviderFactory
 
getInjectable(List<Parameter>, ComponentScope) - Method in class com.sun.jersey.server.impl.inject.ServerInjectableProviderFactory
 
getInjectable(AccessibleObject, List<Parameter>, ComponentScope) - Method in class com.sun.jersey.server.impl.inject.ServerInjectableProviderFactory
 
getInjectable(ComponentContext, CookieParam, Parameter) - Method in class com.sun.jersey.server.impl.model.parameter.CookieParamInjectableProvider
 
getInjectable(ComponentContext, FormParam, Parameter) - Method in class com.sun.jersey.server.impl.model.parameter.FormParamInjectableProvider
 
getInjectable(ComponentContext, HeaderParam, Parameter) - Method in class com.sun.jersey.server.impl.model.parameter.HeaderParamInjectableProvider
 
getInjectable(ComponentContext, Context, Type) - Method in class com.sun.jersey.server.impl.model.parameter.HttpContextInjectableProvider
 
getInjectable(ComponentContext, MatrixParam, Parameter) - Method in class com.sun.jersey.server.impl.model.parameter.MatrixParamInjectableProvider
 
getInjectable(ComponentContext, PathParam, Parameter) - Method in class com.sun.jersey.server.impl.model.parameter.PathParamInjectableProvider
 
getInjectable(ComponentContext, QueryParam, Parameter) - Method in class com.sun.jersey.server.impl.model.parameter.QueryParamInjectableProvider
 
getInjectableiWithScope(Parameter, ComponentScope) - Method in interface com.sun.jersey.server.impl.inject.ServerInjectableProviderContext
Get an injectable given a parameter.
getInjectableiWithScope(AccessibleObject, Parameter, ComponentScope) - Method in interface com.sun.jersey.server.impl.inject.ServerInjectableProviderContext
Get an injectable given a parameter.
getInjectableiWithScope(Parameter, ComponentScope) - Method in class com.sun.jersey.server.impl.inject.ServerInjectableProviderFactory
 
getInjectableiWithScope(AccessibleObject, Parameter, ComponentScope) - Method in class com.sun.jersey.server.impl.inject.ServerInjectableProviderFactory
 
getInjectableProviderContext() - Method in class com.sun.jersey.server.impl.component.ResourceFactory
 
getInjectableProviderContext() - Method in class com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider
Get the server-specific injectable provider context.
getInjectables() - Method in class com.sun.jersey.server.impl.inject.InjectableValuesProvider
 
getInjectables(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.model.method.dispatch.FormDispatchProvider
 
getInjectables(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.model.method.dispatch.MultipartFormDispatchProvider
 
getInjectableValues(HttpContext) - Method in class com.sun.jersey.server.impl.inject.InjectableValuesProvider
Get the injectable values.
getInjectableValuesProvider(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider
Get the injectable values provider for an abstract resource method.
getInjectableValuesProvider(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.model.method.dispatch.EntityParamDispatchProvider
 
getInjectableValuesProvider(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.model.method.dispatch.FormDispatchProvider
 
getInjectionPoints() - Method in class com.sun.jersey.server.impl.cdi.AbstractBean
 
getInstance(BeanManager, Class<T>) - Static method in class com.sun.jersey.server.impl.cdi.Utils
 
getInstance(HttpContext) - Method in interface com.sun.jersey.server.spi.component.ResourceComponentProvider
Get the instance.
getIssueList() - Method in class com.sun.jersey.server.impl.modelapi.validation.AbstractModelValidator
Returns a list of issues found after AbstractModelValidator.validate(com.sun.jersey.api.model.AbstractModelComponent) method has been invoked
getIterator() - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNodeValue
 
getJavaClass() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedTypeImpl
 
getJavaMember() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedConstructorImpl
 
getJavaMember() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedFieldImpl
 
getJavaMember() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedMemberImpl
 
getJavaMember() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedMethodImpl
 
getJAXBContext() - Method in class com.sun.jersey.server.impl.wadl.WadlApplicationContextImpl
 
getJAXBContext() - Method in interface com.sun.jersey.server.wadl.WadlApplicationContext
Get the default JAXB context associated with the WadlGenerator for the Web application.
getJAXBContextPath() - Method in class com.sun.jersey.server.impl.wadl.WadlApplicationContextImpl
 
getJAXBContextPath() - Method in interface com.sun.jersey.server.wadl.WadlApplicationContext
Get the default JAXB context path to create a JAXBContext.
getJResponse() - Method in class com.sun.jersey.api.JResponseAsResponse
Get the adapted JResponse instance.
getLang() - Method in class com.sun.research.ws.wadl.Doc
Gets the value of the lang property.
getLanguage() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getLanguage() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getLanguageMappings() - Method in class com.sun.jersey.api.core.DefaultResourceConfig
 
getLanguageMappings() - Method in class com.sun.jersey.api.core.ResourceConfig
Get a map of file extension to language.
getLanguageTagAsLocale(String) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
 
getLink() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the link property.
getMappedThrowable() - Method in interface com.sun.jersey.api.core.ExtendedUriInfo
Get the throwable that was mapped to a response.
getMappedThrowable() - Method in interface com.sun.jersey.api.core.HttpResponseContext
Get the throwable (if any) that was mapped to a response.
getMappedThrowable() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getMappedThrowable() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
getMappedThrowable() - Method in class com.sun.jersey.spi.container.ContainerResponse
 
getMatchedMethod() - Method in interface com.sun.jersey.api.core.ExtendedUriInfo
Get get matched resource method that was invoked.
getMatchedMethod() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getMatchedResources() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getMatchedResults() - Method in interface com.sun.jersey.api.core.ExtendedUriInfo
Get a read-only list of MatchResult for matched resources.
getMatchedResults() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getMatchedTemplates() - Method in interface com.sun.jersey.api.core.ExtendedUriInfo
Get a read-only list of UriTemplate for matched resources.
getMatchedTemplates() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getMatchedURIs() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getMatchedURIs(boolean) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getMatchResult() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getMatchResult() - Method in interface com.sun.jersey.spi.uri.rules.UriMatchResultContext
Get the match result
getMediaType() - Method in interface com.sun.jersey.api.core.HttpResponseContext
Get the media type of the response entity.
getMediaType() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
 
getMediaType() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getMediaType() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
getMediaType() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getMediaType() - Method in class com.sun.jersey.spi.container.ContainerResponse
 
getMediaType() - Method in class com.sun.research.ws.wadl.RepresentationType
Gets the value of the mediaType property.
getMediaTypeMappings() - Method in class com.sun.jersey.api.core.DefaultResourceConfig
 
getMediaTypeMappings() - Method in class com.sun.jersey.api.core.ResourceConfig
Get a map of file extension to media type.
getMessage() - Method in class com.sun.jersey.api.model.ResourceModelIssue
Human readible description of the issue
getMessage() - Method in exception com.sun.jersey.api.NotFoundException
 
getMessageBodyWorkers() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
getMessageBodyWorkers() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getMessageBodyWorkers() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
getMessageBodyWorkers() - Method in class com.sun.jersey.spi.container.ContainerRequest
Get the message body workers.
getMessageBodyWorkers() - Method in class com.sun.jersey.spi.container.ContainerResponse
Get the message body workers.
getMessageBodyWorkers() - Method in interface com.sun.jersey.spi.container.WebApplication
Get the message body workers that can be used for getting message body readers and writers.
getMetadata() - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Get the metadata associated with the response.
getMetadata() - Method in class com.sun.jersey.api.JResponse
Get metadata associated with the response as a map.
getMethod() - Method in class com.sun.jersey.api.model.AbstractMethod
 
getMethod() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getMethod() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getMethod() - Method in class com.sun.research.ws.wadl.ResourceType
Gets the value of the method property.
getMethodDoc(Class<?>, Method) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.ResourceDocAccessor
 
getMethodDocs() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ClassDocType
 
getMethodName() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
 
getMethodOrResource() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the methodOrResource property.
getMethods() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedTypeImpl
 
getModel() - Method in class com.sun.jersey.api.view.Viewable
Get the model.
getMultivaluedParameterExtractorProvider() - Method in class com.sun.jersey.server.impl.model.method.dispatch.FormDispatchProvider
 
getName() - Method in class com.sun.jersey.server.impl.cdi.AbstractBean
 
getName() - Method in interface com.sun.jersey.server.impl.model.parameter.multivalued.MultivaluedParameterExtractor
 
getName() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.NamedValueType
 
getName() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.WadlParamType
 
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
 
getName() - Method in class com.sun.research.ws.wadl.Method
Gets the value of the name property.
getName() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the name property.
getNotFoundUri() - Method in exception com.sun.jersey.api.NotFoundException
Get the URI that is not found.
getOption() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the option property.
getOriginalApplication() - Method in class com.sun.jersey.server.impl.application.DeferredResourceConfig.ApplicationHolder
 
getOriginalEntity() - Method in interface com.sun.jersey.api.core.HttpResponseContext
Get the original entity instance that was set by HttpResponseContext.setEntity(java.lang.Object).
getOriginalEntity() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
getOriginalEntity() - Method in class com.sun.jersey.spi.container.ContainerResponse
 
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Doc
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Include
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Link
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Method
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Option
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Param
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.RepresentationType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Request
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Resource
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Resources
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.ResourceType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Response
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOutputStream() - Method in interface com.sun.jersey.api.core.HttpResponseContext
Get an OutputStream to which an entity may be written.
getOutputStream() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
getOutputStream() - Method in class com.sun.jersey.spi.container.ContainerResponse
 
getParam() - Method in class com.sun.research.ws.wadl.RepresentationType
Gets the value of the param property.
getParam() - Method in class com.sun.research.ws.wadl.Request
Gets the value of the param property.
getParam() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the param property.
getParam() - Method in class com.sun.research.ws.wadl.ResourceType
Gets the value of the param property.
getParam() - Method in class com.sun.research.ws.wadl.Response
Gets the value of the param property.
getParamDoc(Class<?>, Method, Parameter) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.ResourceDocAccessor
 
getParamDocs() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
 
getParameterClass() - Method in class com.sun.jersey.api.model.Parameter
 
getParameterName() - Method in exception com.sun.jersey.api.ParamException
Get the parameter name.
getParameters() - Method in class com.sun.jersey.api.model.AbstractField
 
getParameters() - Method in class com.sun.jersey.api.model.AbstractResourceConstructor
 
getParameters() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
 
getParameters() - Method in class com.sun.jersey.api.model.AbstractSetterMethod
 
getParameters() - Method in class com.sun.jersey.api.model.AbstractSubResourceLocator
 
getParameters() - Method in interface com.sun.jersey.api.model.Parameterized
 
getParameters() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedCallableImpl
 
getParameterType() - Method in class com.sun.jersey.api.model.Parameter
 
getParameterType() - Method in exception com.sun.jersey.api.ParamException
Get the type of the parameter annotation.
getParamName() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ParamDocType
 
getPath() - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the path of the current request relative to the base URI as a string.
getPath(boolean) - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the path of the current request relative to the base URI as a string.
getPath() - Method in class com.sun.jersey.api.model.AbstractResource
 
getPath() - Method in class com.sun.jersey.api.model.AbstractSubResourceLocator
 
getPath() - Method in class com.sun.jersey.api.model.AbstractSubResourceMethod
 
getPath() - Method in interface com.sun.jersey.api.model.PathAnnotated
 
getPath() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getPath(boolean) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getPath() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getPath(boolean) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getPath() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getPath(boolean) - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getPath() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the path property.
getPath() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the path property.
getPathParameters() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getPathParameters(boolean) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getPathSegments(String) - Method in interface com.sun.jersey.api.core.ExtendedUriInfo
Get the path segments that contains a template variable.
getPathSegments(String, boolean) - Method in interface com.sun.jersey.api.core.ExtendedUriInfo
Get the path segments that contains a template variable.
getPathSegments() - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the path of the current request relative to the base URI as a list of PathSegment.
getPathSegments(boolean) - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the path of the current request relative to the base URI as a list of PathSegment.
getPathSegments() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getPathSegments(boolean) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getPathSegments(String) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getPathSegments(String, boolean) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getPathSegments() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getPathSegments(boolean) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getPathSegments() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getPathSegments(boolean) - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getPattern() - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
pattern getter.
getPosition() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedParameterImpl
 
getPostConstructMethods() - Method in class com.sun.jersey.api.model.AbstractResource
 
getPreDestroyMethods() - Method in class com.sun.jersey.api.model.AbstractResource
 
getProduces() - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
 
getProfile() - Method in class com.sun.research.ws.wadl.RepresentationType
Gets the value of the profile property.
getProperties() - Method in class com.sun.jersey.api.core.DefaultResourceConfig
 
getProperties() - Method in interface com.sun.jersey.api.core.HttpContext
Get the mutable properties.
getProperties() - Method in class com.sun.jersey.api.core.ResourceConfig
Get the map of properties associated with the Web application.
getProperties() - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorDescription
 
getProperties() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getProperties() - Method in class com.sun.jersey.server.impl.ThreadLocalHttpContext
 
getProperties() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getProperties() - Method in class com.sun.jersey.spi.container.ContainerRequest
Get the mutable properties.
getProperty(String) - Method in class com.sun.jersey.api.core.DefaultResourceConfig
 
getProperty(String) - Method in class com.sun.jersey.api.core.ResourceConfig
Get the value of a property.
getProviderClasses() - Method in class com.sun.jersey.api.core.ResourceConfig
Get the set of provider classes.
getProviders() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
getProviders() - Method in interface com.sun.jersey.spi.container.WebApplication
Get the providers.
getProviderSingletons() - Method in class com.sun.jersey.api.core.ResourceConfig
Get the set of provider singleton instances.
getQualifiers() - Method in class com.sun.jersey.server.impl.cdi.AbstractBean
 
getQueryParameters() - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the URI query parameters of the current request.
getQueryParameters(boolean) - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the URI query parameters of the current request.
getQueryParameters() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getQueryParameters(boolean) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getQueryParameters() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getQueryParameters(boolean) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getQueryParameters() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getQueryParameters(boolean) - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getQueryType() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the queryType property.
getRel() - Method in class com.sun.research.ws.wadl.Link
Gets the value of the rel property.
getRepeating() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the repeating property.
getRepresentation() - Method in class com.sun.research.ws.wadl.Request
Gets the value of the representation property.
getRepresentationDoc() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RequestDocType
 
getRepresentationOrFault() - Method in class com.sun.research.ws.wadl.Response
Gets the value of the representationOrFault property.
getRepresentations() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ResponseDocType
 
getRequest() - Method in interface com.sun.jersey.api.core.HttpContext
Get the HTTP request information.
getRequest() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getRequest() - Method in class com.sun.jersey.server.impl.ThreadLocalHttpContext
 
getRequest() - Method in class com.sun.research.ws.wadl.Method
Gets the value of the request property.
getRequestDoc() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
 
getRequestFilter() - Method in interface com.sun.jersey.spi.container.ResourceFilter
Get the request filter.
getRequestFilters() - Method in class com.sun.jersey.server.impl.container.filter.FilterFactory
 
getRequestFilters(List<ResourceFilter>) - Static method in class com.sun.jersey.server.impl.container.filter.FilterFactory
 
getRequestFilters() - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
 
getRequestHeader(String) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getRequestHeader(String) - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getRequestHeaders() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getRequestHeaders() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getRequestListener() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
getRequestListener() - Method in interface com.sun.jersey.spi.container.WebApplication
Get an instance of RequestListener that should be used to monitor request processing.
getRequestRepresentation(Class<?>, Method, String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.ResourceDocAccessor
 
getRequestUri() - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the absolute request URI.
getRequestUri() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getRequestUri() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getRequestUri() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getRequestUriBuilder() - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the absolute request URI in the form of a UriBuilder.
getRequestUriBuilder() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getRequestUriBuilder() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getRequestUriBuilder() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getRequired() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the required property.
getRequiredJaxbContextPath() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
getRequiredJaxbContextPath() - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
 
getRequiredJaxbContextPath() - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
 
getRequiredJaxbContextPath() - Method in interface com.sun.jersey.server.wadl.WadlGenerator
The jaxb context path that is used when the generated wadl application is marshalled to a file.
This method is used in a decorator like manner.
The result return the path (or a colon-separated list of package names) containing jaxb-beans that are added to wadl elements by this WadlGenerator, additionally to the context path of the decorated WadlGenerator (set by WadlGenerator.setWadlGeneratorDelegate(WadlGenerator).
If you do not use custom jaxb beans, then simply return _delegate.getRequiredJaxbContextPath(), otherwise return the delegate's WadlGenerator.getRequiredJaxbContextPath() together with your required context path (separated by a colon):
getRequiredJaxbContextPath() - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
 
getResolvingClass() - Method in class com.sun.jersey.api.view.Viewable
Get the resolving class.
getResource(Class<T>) - Method in interface com.sun.jersey.api.core.ResourceContext
Provides an instance of the given resource class.
getResource() - Method in class com.sun.jersey.api.model.AbstractMethod
 
getResource(Class) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getResource(Class) - Method in interface com.sun.jersey.spi.uri.rules.UriRuleContext
Get the resource instance from a resource class.
getResource() - Method in class com.sun.research.ws.wadl.Resources
Gets the value of the resource property.
getResourceClass() - Method in class com.sun.jersey.api.model.AbstractResource
 
getResourceClass() - Method in class com.sun.jersey.server.spi.component.ResourceComponentConstructor
 
getResourceConfig() - Method in class com.sun.jersey.spi.container.servlet.WebComponent
Get the resource configuration.
getResourceFilterFactories() - Method in class com.sun.jersey.api.core.ResourceConfig
Get the list of resource filter factories.
getResourceFilters(AbstractMethod) - Method in class com.sun.jersey.server.impl.container.filter.FilterFactory
 
getResourceFilters(Class<? extends ResourceFilter>[]) - Method in class com.sun.jersey.server.impl.container.filter.FilterFactory
 
getResourceMethods() - Method in class com.sun.jersey.api.model.AbstractResource
Provides a non-null list of resource methods available on the resource
getResources() - Method in class com.sun.research.ws.wadl.Application
Gets the value of the resources property.
getResourceType() - Method in class com.sun.research.ws.wadl.Link
Gets the value of the resourceType property.
getResourceTypeOrMethodOrRepresentation() - Method in class com.sun.research.ws.wadl.Application
Gets the value of the resourceTypeOrMethodOrRepresentation property.
getResponse() - Method in interface com.sun.jersey.api.core.HttpContext
Get the HTTP response information.
getResponse() - Method in interface com.sun.jersey.api.core.HttpResponseContext
Get the response that was set.
getResponse() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getResponse() - Method in class com.sun.jersey.server.impl.ThreadLocalHttpContext
 
getResponse(Class<?>, Method) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.ResourceDocAccessor
 
getResponse() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
getResponse() - Method in class com.sun.jersey.spi.container.ContainerResponse
 
getResponse() - Method in class com.sun.research.ws.wadl.Method
Gets the value of the response property.
getResponseDoc() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
 
getResponseFilter() - Method in interface com.sun.jersey.spi.container.ResourceFilter
Get the response filter.
getResponseFilters() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getResponseFilters() - Method in class com.sun.jersey.server.impl.container.filter.FilterFactory
 
getResponseFilters(List<ResourceFilter>) - Static method in class com.sun.jersey.server.impl.container.filter.FilterFactory
 
getResponseFilters() - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
 
getResponseListener() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
getResponseListener() - Method in interface com.sun.jersey.spi.container.WebApplication
Get an instance of ResponseListener that should be used to monitor request processing.
getReturnDoc() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
 
getReturnDoc() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ResponseDocType
 
getReturnType() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
 
getReturnTypeExample() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
 
getRev() - Method in class com.sun.research.ws.wadl.Link
Gets the value of the rev property.
getRootResourceClasses() - Method in class com.sun.jersey.api.core.ResourceConfig
Get the set of root resource classes.
getRootResourceSingletons() - Method in class com.sun.jersey.api.core.ResourceConfig
Get the set of root resource singleton instances.
getRules() - Method in class com.sun.jersey.server.impl.application.RootResourceUriRules
 
getRules(Class) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getRules() - Method in class com.sun.jersey.server.impl.model.ResourceUriRules
 
getRules(Class) - Method in interface com.sun.jersey.spi.uri.rules.UriRuleContext
Get the rules for a resource class.
getScope() - Method in class com.sun.jersey.server.impl.application.CloseableServiceFactory
 
getScope() - Method in class com.sun.jersey.server.impl.cdi.AbstractBean
 
getScope(Class) - Method in class com.sun.jersey.server.impl.component.ResourceFactory
 
getScope(Class) - Method in class com.sun.jersey.server.impl.container.servlet.PerSessionFactory
 
getScope() - Method in class com.sun.jersey.server.impl.model.parameter.BaseParamInjectableProvider
 
getScope() - Method in class com.sun.jersey.server.impl.model.parameter.HttpContextInjectableProvider
 
getScope(Class) - Method in class com.sun.jersey.server.impl.resource.PerRequestFactory
 
getScope(Class) - Method in class com.sun.jersey.server.impl.resource.SingletonFactory
 
getScope() - Method in interface com.sun.jersey.server.spi.component.ResourceComponentProvider
Get the scope.
getScope(Class) - Method in interface com.sun.jersey.server.spi.component.ResourceComponentProviderFactory
Get the scope of the resource class.
getServerInjectableProviderFactory() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
getServerInjectableProviderFactory() - Method in interface com.sun.jersey.spi.container.WebApplication
Get the server injectable provider factory.
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
 
getSetterMethods() - Method in class com.sun.jersey.api.model.AbstractResource
 
getSingletons() - Method in class com.sun.jersey.api.core.DefaultResourceConfig
 
getSize(Viewable, Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.server.impl.template.ViewableMessageBodyWriter
 
getSource() - Method in class com.sun.jersey.api.model.Parameter
 
getSource() - Method in class com.sun.jersey.api.model.ResourceModelIssue
Corresponding object (having the issue)
getSourceName() - Method in class com.sun.jersey.api.model.Parameter
 
getSpecificAcceptableMediaTypes(List<MediaType>, List<? extends MediaType>) - Static method in class com.sun.jersey.server.impl.uri.rules.HttpMethodRule
Get a list of media types that are acceptable for the response.
getStaticContentPattern() - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
 
getStatus() - Method in interface com.sun.jersey.api.core.HttpResponseContext
 
getStatus() - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Get the status code associated with the response.
getStatus() - Method in class com.sun.jersey.api.JResponse
Get the status code associated with the response.
getStatus() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
 
getStatus() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
getStatus() - Method in class com.sun.jersey.spi.container.ContainerResponse
 
getStatus() - Method in class com.sun.research.ws.wadl.RepresentationType
Gets the value of the status property.
getStatusType() - Method in interface com.sun.jersey.api.core.HttpResponseContext
 
getStatusType() - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Get the status type associated with the response.
getStatusType() - Method in class com.sun.jersey.api.JResponse
Get the status type associated with the response.
getStatusType() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
getStatusType() - Method in class com.sun.jersey.spi.container.ContainerResponse
 
getStereotypes() - Method in class com.sun.jersey.server.impl.cdi.AbstractBean
 
getStoredJAXBContext(Class) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.JAXBStringReaderProviders
 
getStringReader(Class, Type, Annotation[]) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.JAXBStringReaderProviders.RootElementProvider
 
getStringReader(Class<T>, Type, Annotation[]) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderFactory
 
getStringReader(Class, Type, Annotation[]) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders.DateProvider
 
getStringReader(Class, Type, Annotation[]) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders.StringConstructor
 
getStringReader(Class, Type, Annotation[]) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders.TypeFromString
 
getStringReader(Class, Type, Annotation[]) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders.TypeFromStringEnum
 
getStringReader(Class, Type, Annotation[]) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders.TypeValueOf
 
getStyle() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.WadlParamType
 
getStyle() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the style property.
getSubResourceLocators() - Method in class com.sun.jersey.api.model.AbstractResource
Provides a non-null list of subresource locators available on the resource
getSubResourceMethods() - Method in class com.sun.jersey.api.model.AbstractResource
Provides a non-null list of subresource methods available on the resource
getSupportedInputTypes() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
 
getSupportedOutputTypes() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
 
getTemplate() - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
 
getTemplate() - Method in class com.sun.jersey.server.impl.uri.PathPattern
Get template.
getTemplate() - Method in class com.sun.jersey.server.impl.uri.rules.BaseRule
Get URI template initialized in ctor.
getTemplateName() - Method in class com.sun.jersey.api.view.Viewable
Get the template name.
getThreadLocal() - Method in class com.sun.jersey.server.impl.ThreadLocalInvoker
 
getThreadLocalHttpContext() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
getThreadLocalHttpContext() - Method in interface com.sun.jersey.spi.container.WebApplication
Get an instance of HttpContext that is a proxy to a thread local instance of HttpContext.
getTitle() - Method in class com.sun.research.ws.wadl.Doc
Gets the value of the title property.
getType() - Method in class com.sun.jersey.api.JResponse
Get the type of the entity.
getType() - Method in class com.sun.jersey.server.impl.cdi.DiscoveredParameter
 
getType() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.WadlParamType
 
getType() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the type property.
getType() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the type property.
getTypeClosure() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedImpl
 
getTypes() - Method in class com.sun.jersey.server.impl.cdi.AbstractBean
 
getUnmarshaller(Class) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.JAXBStringReaderProviders
 
getUriInfo() - Method in interface com.sun.jersey.api.core.HttpContext
Get the extended URI information.
getUriInfo() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getUriInfo() - Method in class com.sun.jersey.server.impl.ThreadLocalHttpContext
 
getUserPrincipal() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getUserPrincipal() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getValue() - Method in class com.sun.jersey.api.model.PathValue
 
getValue() - Method in class com.sun.jersey.server.impl.application.CloseableServiceFactory
 
getValue() - Method in class com.sun.jersey.server.impl.cdi.DiscoveredParameter
 
getValue() - Method in class com.sun.jersey.server.impl.inject.AbstractHttpContextInjectable
This implementation throws an IllegalStateException.
getValue(HttpContext) - Method in class com.sun.jersey.server.impl.inject.AbstractHttpContextInjectable
Get the injectable value given the HttpContext.
getValue() - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
value getter.
getValue() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.NamedValueType
 
getValue() - Method in class com.sun.research.ws.wadl.Option
Gets the value of the value property.
getWadl(UriInfo) - Method in class com.sun.jersey.server.impl.wadl.WadlResource
 
getWadlBuilder() - Method in class com.sun.jersey.server.impl.wadl.WadlApplicationContextImpl
 
getWadlBuilder() - Method in interface com.sun.jersey.server.wadl.WadlApplicationContext
Get a WADL builder initiated with the configured WadlGenerator for the Web application.
getWadlGenerator() - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorConfig
Get or load the initialized WadlGenerator, based on the WadlGeneratorDescriptions provided by WadlGeneratorConfig.configure().
getWadlParams() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ResponseDocType
 
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.
getWithoutDefaultValue(Parameter) - Method in class com.sun.jersey.server.impl.model.parameter.BaseParamInjectableProvider
 
getWithoutDefaultValue(Parameter) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.MultivaluedParameterExtractorFactory
 
getWithoutDefaultValue(Parameter) - Method in interface com.sun.jersey.server.impl.model.parameter.multivalued.MultivaluedParameterExtractorProvider
 
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.
GlassFishMonitoringInitializer - Class in com.sun.jersey.server.impl.monitoring
 
GlassFishMonitoringInitializer() - Constructor for class com.sun.jersey.server.impl.monitoring.GlassFishMonitoringInitializer
 
GlassfishMonitoringProvider - Interface in com.sun.jersey.spi.monitoring
A GlassFish monitoring provider to register Jersey-based monitoring.
grammars - Variable in class com.sun.research.ws.wadl.Application
 
Grammars - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Grammars() - Constructor for class com.sun.research.ws.wadl.Grammars
 
GZIPContentEncodingFilter - Class in com.sun.jersey.api.container.filter
A GZIP content encoding filter.
GZIPContentEncodingFilter() - Constructor for class com.sun.jersey.api.container.filter.GZIPContentEncodingFilter
 

H

handle(HttpExchange) - Method in class com.sun.jersey.server.impl.container.httpserver.HttpHandlerContainer
 
handleRequest(ContainerRequest, ContainerResponseWriter) - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
handleRequest(ContainerRequest, ContainerResponse) - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
handleRequest(ContainerRequest, ContainerResponseWriter) - Method in interface com.sun.jersey.spi.container.WebApplication
Handle an HTTP request by dispatching the request to the appropriate matching Web resource that produces the response or otherwise producing the appropriate HTTP error response.
handleRequest(ContainerRequest, ContainerResponse) - Method in interface com.sun.jersey.spi.container.WebApplication
Handle an HTTP request by dispatching the request to the appropriate matching Web resource that produces the response or otherwise producing the appropriate HTTP error response.
hasAttributeDocs() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.AnnotationDocType
 
hasConflict(PathPattern) - Method in class com.sun.jersey.server.impl.model.RulesMap
 
hasDefaultValue() - Method in class com.sun.jersey.api.model.Parameter
 
hasEntity() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
 
hashCode() - Method in class com.sun.jersey.server.impl.cdi.DiscoveredParameter
 
hasInjectableArtifacts() - Method in class com.sun.jersey.server.spi.component.ResourceComponentInjector
Ascertain if there are any injectable artifacts to be injected.
hasRepresentations() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ResponseDocType
 
hasValue() - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
Tells if there is a value in this node.
header(String, Object) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Add a header.
header(String, Object, boolean) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Add a header.
HeaderParamInjectableProvider - Class in com.sun.jersey.server.impl.model.parameter
 
HeaderParamInjectableProvider(MultivaluedParameterExtractorProvider) - Constructor for class com.sun.jersey.server.impl.model.parameter.HeaderParamInjectableProvider
 
headers - Variable in class com.sun.jersey.api.JResponse.AJResponseBuilder
The response metadata.
headerSingle(String, Object) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Add a header or replace an existing header.
href - Variable in class com.sun.research.ws.wadl.Include
 
href - Variable in class com.sun.research.ws.wadl.Method
 
href - Variable in class com.sun.research.ws.wadl.RepresentationType
 
HTTP_METHOD_MATCH_RESOURCE - Static variable in class com.sun.jersey.server.impl.application.WebApplicationContext
 
HttpContext - Interface in com.sun.jersey.api.core
A HttpContext makes it possible for a web resource implementation class to access and manipulate HTTP request and response information directly.
HttpContextInjectableProvider - Class in com.sun.jersey.server.impl.model.parameter
 
HttpContextInjectableProvider() - Constructor for class com.sun.jersey.server.impl.model.parameter.HttpContextInjectableProvider
 
HttpHandlerContainer - Class in com.sun.jersey.server.impl.container.httpserver
A HttpHandler for a WebApplicationImpl.
HttpHandlerContainer(WebApplication) - Constructor for class com.sun.jersey.server.impl.container.httpserver.HttpHandlerContainer
 
HttpHandlerContainerProvider - Class in com.sun.jersey.server.impl.container.httpserver
HTTP handler container provider.
HttpHandlerContainerProvider() - Constructor for class com.sun.jersey.server.impl.container.httpserver.HttpHandlerContainerProvider
 
HttpHelper - Class in com.sun.jersey.server.impl.model
Helper classes for HTTP.
HttpHelper() - Constructor for class com.sun.jersey.server.impl.model.HttpHelper
 
HttpMethodRule - Class in com.sun.jersey.server.impl.uri.rules
The rule for accepting an HTTP method.
HttpMethodRule(Map<String, List<ResourceMethod>>, DispatchingListener) - Constructor for class com.sun.jersey.server.impl.uri.rules.HttpMethodRule
 
HttpMethodRule(Map<String, List<ResourceMethod>>, boolean, DispatchingListener) - Constructor for class com.sun.jersey.server.impl.uri.rules.HttpMethodRule
 
HTTPMethods - Enum in com.sun.research.ws.wadl
Java class for HTTPMethods.
HttpReqResDispatchProvider - Class in com.sun.jersey.server.impl.model.method.dispatch
A dispatch provider implementation that answers to methods with a return definition of void, receiving only HttpRequestContext and HttpResponseContext (a service alike method).
HttpReqResDispatchProvider() - Constructor for class com.sun.jersey.server.impl.model.method.dispatch.HttpReqResDispatchProvider
 
HttpRequestContext - Interface in com.sun.jersey.api.core
An abstraction of a HTTP request.
HttpResponseContext - Interface in com.sun.jersey.api.core
An abstraction of a HTTP response.
HttpServerFactory - Class in com.sun.jersey.api.container.httpserver
Factory for creating HttpServer instances.

I

id - Variable in class com.sun.research.ws.wadl.Method
 
id - Variable in class com.sun.research.ws.wadl.Param
 
id - Variable in class com.sun.research.ws.wadl.RepresentationType
 
id - Variable in class com.sun.research.ws.wadl.Resource
 
id - Variable in class com.sun.research.ws.wadl.ResourceType
 
ImplicitProduces - Annotation Type in com.sun.jersey.api.view
Defines the media type(s) that a resource class can produce for implicit views.
Include - Class in com.sun.jersey.server.impl.container.servlet
Includes a side JSP file for the "resolvingClass" class.
Include() - Constructor for class com.sun.jersey.server.impl.container.servlet.Include
 
include(ServletRequest, ServletResponse) - Method in class com.sun.jersey.server.impl.container.servlet.RequestDispatcherWrapper
 
include - Variable in class com.sun.research.ws.wadl.Grammars
 
Include - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Include() - Constructor for class com.sun.research.ws.wadl.Include
 
init(Scanner) - Method in class com.sun.jersey.api.core.ScanningResourceConfig
Initialize and scan for root resource and provider classes using a scanner.
init(ProviderServices) - Method in class com.sun.jersey.server.impl.application.ExceptionMapperFactory
 
init(ResourceConfig) - Method in class com.sun.jersey.server.impl.container.filter.FilterFactory
 
init(ProviderServices) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderFactory
 
init(InjectableProviderFactory, Set<AbstractResource>) - Method in class com.sun.jersey.server.impl.wadl.WadlFactory
 
init(AbstractResource) - Method in interface com.sun.jersey.server.spi.component.ResourceComponentProvider
Initiate the component provider with the resource model.
init() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
init() - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
 
init() - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
 
init() - Method in interface com.sun.jersey.server.wadl.WadlGenerator
Invoked before all methods related to wadl-building are invoked.
init() - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
 
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.
InitialContextHelper - Class in com.sun.jersey.server.impl
 
InitialContextHelper() - Constructor for class com.sun.jersey.server.impl.InitialContextHelper
 
initialize(ResourceConfig, WebApplication) - Static method in class com.sun.jersey.server.impl.cdi.CDIComponentProviderFactoryInitializer
 
initialize(ResourceConfig) - Static method in class com.sun.jersey.server.impl.ejb.EJBComponentProviderFactoryInitilizer
 
initialize(ResourceConfig) - Static method in class com.sun.jersey.server.impl.managedbeans.ManagedBeanComponentProviderFactoryInitilizer
 
initialize() - Static method in class com.sun.jersey.server.impl.monitoring.GlassFishMonitoringInitializer
 
InitializedLater - Interface in com.sun.jersey.server.impl.cdi
An interface for objects to be initialized later, when Jersey is ready for use.
initiate(ResourceConfig) - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
initiate(ResourceConfig, IoCComponentProviderFactory) - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
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.
initiate(ResourceConfig) - Method in interface com.sun.jersey.spi.container.WebApplication
Initiate the Web application.
initiate(ResourceConfig, IoCComponentProviderFactory) - Method in interface com.sun.jersey.spi.container.WebApplication
Initiate the Web application.
inject(HttpContext, Object) - Method in class com.sun.jersey.server.spi.component.ResourceComponentInjector
Inject onto an instance of a resource class.
InjectableValuesProvider - Class in com.sun.jersey.server.impl.inject
A hold of a list of injectable that obtains the injectable values from that list.
InjectableValuesProvider(List<Injectable>) - Constructor for class com.sun.jersey.server.impl.inject.InjectableValuesProvider
Create a new instance given a list of injectable.
InjectParam - Annotation Type in com.sun.jersey.api.core
Used to annotate fields, methods or parameters that shall be injected with instances obtained from Jersey or registered IoC component provider factories that provide support for Guice, Spring or CDI.
IntrospectionModeller - Class in com.sun.jersey.server.impl.modelapi.annotation
 
IntrospectionModeller() - Constructor for class com.sun.jersey.server.impl.modelapi.annotation.IntrospectionModeller
 
invoke(Object, Method, Object[]) - Method in class com.sun.jersey.server.impl.ThreadLocalInvoker
 
invoke(Object, Method, Object[]) - Method in class com.sun.jersey.server.impl.ThreadLocalNamedInvoker
 
invoke(Method, Object, Object...) - Method in interface com.sun.jersey.spi.container.JavaMethodInvoker
 
invoker - Variable in class com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher
 
IoCResourceFactory - Class in com.sun.jersey.server.impl.component
 
IoCResourceFactory(ResourceConfig, ServerInjectableProviderContext, List<IoCComponentProviderFactory>) - Constructor for class com.sun.jersey.server.impl.component.IoCResourceFactory
 
isAlternative() - Method in class com.sun.jersey.server.impl.cdi.AbstractBean
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class com.sun.jersey.api.model.AbstractMethod
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class com.sun.jersey.api.model.AbstractResource
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class com.sun.jersey.api.model.Parameter
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class com.sun.jersey.server.impl.cdi.AnnotatedImpl
 
isCommitted() - Method in interface com.sun.jersey.api.core.HttpResponseContext
Ascertain if a response has been committed to the container.
isCommitted() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
isCommitted() - Method in class com.sun.jersey.spi.container.ContainerResponse
 
isEmpty() - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNodeValue
 
isEncoded() - Method in class com.sun.jersey.api.model.Parameter
 
isEncoded() - Method in class com.sun.jersey.server.impl.cdi.DiscoveredParameter
 
isFatal() - Method in class com.sun.jersey.api.model.ResourceModelIssue
If this returns true, appropriate abstract resource has a fatal issue
isInitiated() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
isInitiated() - Method in interface com.sun.jersey.spi.container.WebApplication
 
isNullable() - Method in class com.sun.jersey.server.impl.cdi.AbstractBean
 
isParameterTypeRegistered(Parameter) - Method in interface com.sun.jersey.server.impl.inject.ServerInjectableProviderContext
Check if a parameter type is registered for injection.
isParameterTypeRegistered(Parameter) - Method in class com.sun.jersey.server.impl.inject.ServerInjectableProviderFactory
 
isProducesDeclared() - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
 
isProviderClass(Class<?>) - Static method in class com.sun.jersey.api.core.ResourceConfig
Determine if a class is a provider class.
isQualified() - Method in class com.sun.jersey.api.model.Parameter
 
isResponseSet() - Method in interface com.sun.jersey.api.core.HttpResponseContext
Check if the response has been set using the setReponse methods.
isResponseSet() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
isResponseSet() - Method in class com.sun.jersey.spi.container.ContainerResponse
 
isRootResource() - Method in class com.sun.jersey.api.model.AbstractResource
 
isRootResourceClass(Class<?>) - Static method in class com.sun.jersey.api.core.ResourceConfig
Determine if a class is a root resource class.
isSecure() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
isSecure() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
isStatic() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedMemberImpl
 
isSubResource() - Method in class com.sun.jersey.api.model.AbstractResource
 
isSupported() - Method in class com.sun.jersey.server.impl.wadl.WadlFactory
 
isTemplateNameAbsolute() - Method in class com.sun.jersey.api.view.Viewable
 
isTracingEnabled() - Method in interface com.sun.jersey.api.core.Traceable
Check if tracing is enabled.
isTracingEnabled() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
isTracingEnabled() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
isTracingEnabled() - Method in class com.sun.jersey.server.impl.ThreadLocalHttpContext
 
isTracingEnabled() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
isTracingEnabled() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
isUserInRole(String) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
isUserInRole(String) - Method in class com.sun.jersey.spi.container.ContainerRequest
 
isWadlGenerationEnabled() - Method in class com.sun.jersey.server.impl.wadl.WadlApplicationContextImpl
 
isWadlGenerationEnabled() - Method in interface com.sun.jersey.server.wadl.WadlApplicationContext
Get WADL generation status.
isWildcard() - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
wildcard getter.
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.server.impl.template.ViewableMessageBodyWriter
 

J

JavaMethodInvoker - Interface in com.sun.jersey.spi.container
 
JavaMethodInvokerFactory - Class in com.sun.jersey.spi.container
 
JavaMethodInvokerFactory() - Constructor for class com.sun.jersey.spi.container.JavaMethodInvokerFactory
 
JAXBStringReaderProviders - Class in com.sun.jersey.server.impl.model.parameter.multivalued
 
JAXBStringReaderProviders(Providers) - Constructor for class com.sun.jersey.server.impl.model.parameter.multivalued.JAXBStringReaderProviders
 
JAXBStringReaderProviders.RootElementProvider - Class in com.sun.jersey.server.impl.model.parameter.multivalued
 
JAXBStringReaderProviders.RootElementProvider(Injectable<SAXParserFactory>, Providers) - Constructor for class com.sun.jersey.server.impl.model.parameter.multivalued.JAXBStringReaderProviders.RootElementProvider
 
JerseyServletContainerInitializer - Class in com.sun.jersey.server.impl.container.servlet
 
JerseyServletContainerInitializer() - Constructor for class com.sun.jersey.server.impl.container.servlet.JerseyServletContainerInitializer
 
JResponse<E> - Class in com.sun.jersey.api
Defines the contract between a returned instance and the runtime when an application needs to provide metadata to the runtime.
JResponse(Response.StatusType, OutBoundHeaders, E) - Constructor for class com.sun.jersey.api.JResponse
Construct given a status type, entity and metadata.
JResponse(int, OutBoundHeaders, E) - Constructor for class com.sun.jersey.api.JResponse
Construct given a status, entity and metadata.
JResponse(JResponse<E>) - Constructor for class com.sun.jersey.api.JResponse
Construct a shallow copy.
JResponse(JResponse.AJResponseBuilder<E, ?>) - Constructor for class com.sun.jersey.api.JResponse
Construct from a JResponse.AJResponseBuilder.
JResponse.AJResponseBuilder<E,B extends JResponse.AJResponseBuilder> - Class in com.sun.jersey.api
An abstract response builder that may be utilized to extend response building and the construction of JResponse instances.
JResponse.AJResponseBuilder() - Constructor for class com.sun.jersey.api.JResponse.AJResponseBuilder
Default constructor.
JResponse.AJResponseBuilder(JResponse.AJResponseBuilder<E, ?>) - Constructor for class com.sun.jersey.api.JResponse.AJResponseBuilder
Construct a shallow copy.
JResponse.JResponseBuilder<E> - Class in com.sun.jersey.api
A class used to build JResponse instances that contain metadata instead of or in addition to an entity.
JResponse.JResponseBuilder() - Constructor for class com.sun.jersey.api.JResponse.JResponseBuilder
Default constructor.
JResponse.JResponseBuilder(JResponse.JResponseBuilder<E>) - Constructor for class com.sun.jersey.api.JResponse.JResponseBuilder
Construct a shallow copy.
JResponseAsResponse - Class in com.sun.jersey.api
An adaption of JResponse as a Response.
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.
JSPTemplateProcessor - Class in com.sun.jersey.server.impl.container.servlet
A JSP template processor.
JSPTemplateProcessor(ResourceConfig) - Constructor for class com.sun.jersey.server.impl.container.servlet.JSPTemplateProcessor
 

L

lang - Variable in class com.sun.research.ws.wadl.Doc
 
language(String) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Set the language.
language(Locale) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Set the language.
lastModified(Date) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Set the last modified date.
later() - Method in interface com.sun.jersey.server.impl.cdi.InitializedLater
 
length() - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieArc
Number of characters to be consumed if this arc matches the input.
Link - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Link() - Constructor for class com.sun.research.ws.wadl.Link
 
link - Variable in class com.sun.research.ws.wadl.Param
 
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.
loadWadlGeneratorsFromConfig(ResourceConfig) - Static method in class com.sun.jersey.api.wadl.config.WadlGeneratorConfigLoader
location(URI) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Set the location.
LoggingFilter - Class in com.sun.jersey.api.container.filter
A logging filter.
LoggingFilter() - Constructor for class com.sun.jersey.api.container.filter.LoggingFilter
Create a logging filter logging the request and response to a default JDK logger, named as the fully qualified class name of this class.
LoggingFilter(Logger) - Constructor for class com.sun.jersey.api.container.filter.LoggingFilter
Create a logging filter logging the request and response to a JDK logger.
lookupExtensionInBeanManager - Static variable in class com.sun.jersey.server.impl.cdi.CDIExtension
 

M

ManagedBeanComponentProviderFactoryInitilizer - Class in com.sun.jersey.server.impl.managedbeans
 
ManagedBeanComponentProviderFactoryInitilizer() - Constructor for class com.sun.jersey.server.impl.managedbeans.ManagedBeanComponentProviderFactoryInitilizer
 
mapException(Throwable) - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
mapException(Throwable) - Method in class com.sun.jersey.spi.container.ContainerResponse
Map an exception to a response.
mapMappableContainerException(MappableContainerException) - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
mapMappableContainerException(MappableContainerException) - Method in class com.sun.jersey.spi.container.ContainerResponse
Map the cause of a mapable container exception to a response.
MappableContainerException - Exception in com.sun.jersey.api.container
A runtime exception that contains a cause, a checked or runtime exception, that may be mapped to a Response instance.
MappableContainerException(Throwable) - Constructor for exception com.sun.jersey.api.container.MappableContainerException
 
mapWebApplicationException(WebApplicationException) - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
mapWebApplicationException(WebApplicationException) - Method in class com.sun.jersey.spi.container.ContainerResponse
Map a web application exception to a response.
match(CharSequence, UriMatchResultContext) - Method in class com.sun.jersey.server.impl.uri.rules.AtomicMatchingPatterns
 
match(CharSequence, UriMatchResultContext) - Method in class com.sun.jersey.server.impl.uri.rules.automata.AutomataMatchingUriTemplateRules
 
match(CharSequence, int) - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieArc
Returns length() if this arc matches the input, 0 otherwise.
match(CharSequence, UriMatchResultContext) - Method in class com.sun.jersey.server.impl.uri.rules.CombiningMatchingPatterns
 
match(CharSequence, UriMatchResultContext) - Method in class com.sun.jersey.server.impl.uri.rules.SequentialMatchingPatterns
 
match(CharSequence, UriMatchResultContext) - Method in interface com.sun.jersey.spi.uri.rules.UriRules
Match a URI path to the collection of rules and iterate over the matching rules.
matchExitArc(CharSequence, int) - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
Search for a matching escape character in a wildcard sequence.
matchResource(URI) - Method in interface com.sun.jersey.api.core.ResourceContext
Match a URI to a resource instance.
matchResource(URI, Class<T>) - Method in interface com.sun.jersey.api.core.ResourceContext
Match a URI to a resource instance.
matchUriInfo(URI) - Method in interface com.sun.jersey.api.core.ResourceContext
Match a URI to URI information.
MatrixParamInjectableProvider - Class in com.sun.jersey.server.impl.model.parameter
 
MatrixParamInjectableProvider(MultivaluedParameterExtractorProvider) - Constructor for class com.sun.jersey.server.impl.model.parameter.MatrixParamInjectableProvider
 
mediaEquals(ResourceMethod) - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
 
mediaType - Variable in class com.sun.research.ws.wadl.RepresentationType
 
MessageException - Exception in com.sun.jersey.api
This exception may be used in conjuction with WebApplicationException to include a message.
MessageException(String) - Constructor for exception com.sun.jersey.api.MessageException
 
method - Variable in class com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher
 
Method - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Method() - Constructor for class com.sun.research.ws.wadl.Method
 
method - Variable in class com.sun.research.ws.wadl.ResourceType
 
METHOD_NOT_ALLOWED - Static variable in class com.sun.jersey.api.Responses
 
MethodDocType - Class in com.sun.jersey.server.wadl.generators.resourcedoc.model
The documentation type for methods.
Created on: Jun 12, 2008
MethodDocType() - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
 
methodNotAllowed() - Static method in class com.sun.jersey.api.Responses
 
methodOrResource - Variable in class com.sun.research.ws.wadl.Resource
 
MonitoringProviderFactory - Class in com.sun.jersey.server.impl.monitoring
 
MultipartFormDispatchProvider - Class in com.sun.jersey.server.impl.model.method.dispatch
 
MultipartFormDispatchProvider() - Constructor for class com.sun.jersey.server.impl.model.method.dispatch.MultipartFormDispatchProvider
 
MultivaluedParameterExtractor - Interface in com.sun.jersey.server.impl.model.parameter.multivalued
 
MultivaluedParameterExtractorFactory - Class in com.sun.jersey.server.impl.model.parameter.multivalued
 
MultivaluedParameterExtractorFactory(StringReaderWorkers) - Constructor for class com.sun.jersey.server.impl.model.parameter.multivalued.MultivaluedParameterExtractorFactory
 
MultivaluedParameterExtractorProvider - Interface in com.sun.jersey.server.impl.model.parameter.multivalued
 

N

name - Variable in class com.sun.research.ws.wadl.Method
 
name - Variable in class com.sun.research.ws.wadl.Param
 
NamedValueType - Class in com.sun.jersey.server.wadl.generators.resourcedoc.model
The documentation type for named values.
Created on: Jun 12, 2008
NamedValueType() - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.model.NamedValueType
 
NamedValueType(String, String) - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.model.NamedValueType
 
next - Variable in class com.sun.jersey.server.impl.uri.rules.automata.TrieArc
Next alternative node if this node does not match.
NO_CONTENT - Static variable in class com.sun.jersey.api.Responses
 
noContent() - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder for an empty response.
noContent() - Static method in class com.sun.jersey.api.Responses
 
normalize(URI, boolean) - Static method in class com.sun.jersey.server.impl.uri.UriHelper
Normalize the URI provided and return the normalized copy.
NormalizeFilter - Class in com.sun.jersey.server.impl.container.filter
 
NormalizeFilter() - Constructor for class com.sun.jersey.server.impl.container.filter.NormalizeFilter
 
NOT_ACCEPTABLE - Static variable in class com.sun.jersey.api.Responses
 
NOT_FOUND - Static variable in class com.sun.jersey.api.Responses
 
NOT_MODIFIED - Static variable in class com.sun.jersey.api.Responses
 
notAcceptable(List<Variant>) - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder for a not acceptable response.
notAcceptable() - Static method in class com.sun.jersey.api.Responses
 
notFound() - Static method in class com.sun.jersey.api.Responses
 
NotFoundException - Exception in com.sun.jersey.api
A HTTP 404 (Not Found) exception.
NotFoundException() - Constructor for exception com.sun.jersey.api.NotFoundException
Create a HTTP 404 (Not Found) exception.
NotFoundException(URI) - Constructor for exception com.sun.jersey.api.NotFoundException
Create a HTTP 404 (Not Found) exception.
NotFoundException(String) - Constructor for exception com.sun.jersey.api.NotFoundException
Create a HTTP 404 (Not Found) exception.
NotFoundException(String, URI) - Constructor for exception com.sun.jersey.api.NotFoundException
Create a HTTP 404 (Not Found) exception.
notModified() - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder with a not-modified status.
notModified(EntityTag) - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder with a not-modified status.
notModified(String) - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder with a not-modified status and a strong entity tag.
notModified() - Static method in class com.sun.jersey.api.Responses
 

O

ObjectFactory - Class in com.sun.jersey.server.wadl.generators
The object factory for application docs jaxb bindings.
Created on: Jun 17, 2008
ObjectFactory() - Constructor for class com.sun.jersey.server.wadl.generators.ObjectFactory
 
ObjectFactory - Class in com.sun.jersey.server.wadl.generators.resourcedoc.model
The object factory for xhtml supporting jaxb bindings.
Created on: Jun 17, 2008
ObjectFactory() - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.model.ObjectFactory
 
ObjectFactory - Class in com.sun.jersey.server.wadl.generators.resourcedoc.xhtml
The object factory for xhtml supporting jaxb bindings.
Created on: Jun 17, 2008
ObjectFactory() - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.ObjectFactory
 
ObjectFactory - Class in com.sun.research.ws.wadl
This object contains factory methods for each Java content interface and Java element interface generated in the com.sun.research.ws.wadl package.
ObjectFactory() - Constructor for class com.sun.research.ws.wadl.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.sun.research.ws.wadl
objectNotAWebResource(Class) - Static method in class com.sun.jersey.server.impl.model.ErrorHelper
 
ok() - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder with an OK status.
ok(E) - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder that contains a representation.
ok(E, MediaType) - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder that contains a representation.
ok(E, String) - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder that contains a representation.
ok(E, Variant) - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder that contains a representation.
onAccept(String) - Method in class com.sun.jersey.spi.scanning.AnnotationScannerListener
 
onConflict(PathPattern, PathPattern) - Method in interface com.sun.jersey.server.impl.model.RulesMap.ConflictClosure
 
onError(long, Throwable) - Method in interface com.sun.jersey.spi.monitoring.ResponseListener
Called when exception is thrown during dispatching and not mapped via ExceptionMapper.
onHeader(String, String) - Method in interface com.sun.jersey.api.core.TraceInformation.TraceHeaderListener
 
onLoaded(AbstractResourceModelContext) - Method in interface com.sun.jersey.api.model.AbstractResourceModelListener
 
onMappedException(long, Throwable, ExceptionMapper) - Method in interface com.sun.jersey.spi.monitoring.ResponseListener
Called when Jersey has finalized response and handles it back to container.
onProcess(String, InputStream) - Method in class com.sun.jersey.spi.scanning.AnnotationScannerListener
 
onReload() - Method in class com.sun.jersey.api.core.ScanningResourceConfig
Perform a new search for resource classes and provider classes.
onReload() - Method in class com.sun.jersey.server.impl.container.httpserver.HttpHandlerContainer
 
onReload() - Method in interface com.sun.jersey.spi.container.ContainerListener
Called when reloading of the container is requested.
onReload() - Method in interface com.sun.jersey.spi.container.ReloadListener
Called when reloading of the container is requested.
onReload() - Method in class com.sun.jersey.spi.container.servlet.WebComponent
Reload the Web application.
onRequest(long, ContainerRequest) - Method in interface com.sun.jersey.spi.monitoring.RequestListener
Called when Jersey receives request from lower layer.
onResourceMethod(long, AbstractResourceMethod) - Method in interface com.sun.jersey.spi.monitoring.DispatchingListener
Called right before resource method invocation.
onResponse(long, ContainerResponse) - Method in interface com.sun.jersey.spi.monitoring.ResponseListener
Called when Jersey has finalized response and handles it back to container.
onStartup(Set<Class<?>>, ServletContext) - Method in class com.sun.jersey.server.impl.container.servlet.JerseyServletContainerInitializer
 
onSubResource(long, Class) - Method in interface com.sun.jersey.spi.monitoring.DispatchingListener
Called when Jersey finds suitable sub resource which will be used during request processing.
onSubResourceLocator(long, AbstractSubResourceLocator) - Method in interface com.sun.jersey.spi.monitoring.DispatchingListener
Called right before sub resource locator method is invoked.
onWebApplicationReady() - Method in class com.sun.jersey.server.impl.cdi.CDIComponentProviderFactory
 
onWebApplicationReady() - Method in interface com.sun.jersey.spi.container.WebApplicationListener
 
Option - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Option() - Constructor for class com.sun.research.ws.wadl.Option
 
option - Variable in class com.sun.research.ws.wadl.Param
 

P

p - Variable in class com.sun.jersey.server.impl.uri.rules.PatternRulePair
 
pack() - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieArc
Merge neighbour nodes if they are degenerated trees.
pack() - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
Pack and optimize the automata.
PackagesResourceConfig - Class in com.sun.jersey.api.core
A mutable implementation of DefaultResourceConfig that dynamically searches for root resource and provider classes in a given a set of declared package and in all (if any) sub-packages of those declared packages.
PackagesResourceConfig(String...) - Constructor for class com.sun.jersey.api.core.PackagesResourceConfig
Search for root resource classes declaring the packages as an array of package names.
PackagesResourceConfig(Map<String, Object>) - Constructor for class com.sun.jersey.api.core.PackagesResourceConfig
Search for root resource classes declaring the packages as a property of ResourceConfig.
Param - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Param() - Constructor for class com.sun.research.ws.wadl.Param
 
param - Variable in class com.sun.research.ws.wadl.RepresentationType
 
param - Variable in class com.sun.research.ws.wadl.Request
 
param - Variable in class com.sun.research.ws.wadl.Resource
 
param - Variable in class com.sun.research.ws.wadl.ResourceType
 
param - Variable in class com.sun.research.ws.wadl.Response
 
paramDoc - Variable in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
 
ParamDocType - Class in com.sun.jersey.server.wadl.generators.resourcedoc.model
The documentation type for params: method params, path params on a class etc.
Created on: Jun 12, 2008
ParamDocType() - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.model.ParamDocType
 
ParamDocType(String, String) - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.model.ParamDocType
 
Parameter - Class in com.sun.jersey.api.model
Abstraction for a method/constructor parameter
Parameter(Annotation[], Annotation, Parameter.Source, String, Type, Class<?>) - Constructor for class com.sun.jersey.api.model.Parameter
 
Parameter(Annotation[], Annotation, Parameter.Source, String, Type, Class<?>, boolean) - Constructor for class com.sun.jersey.api.model.Parameter
 
Parameter(Annotation[], Annotation, Parameter.Source, String, Type, Class<?>, String) - Constructor for class com.sun.jersey.api.model.Parameter
 
Parameter(Annotation[], Annotation, Parameter.Source, String, Type, Class<?>, boolean, String) - Constructor for class com.sun.jersey.api.model.Parameter
 
Parameter.Source - Enum in com.sun.jersey.api.model
 
PARAMETER_PATTERN - Static variable in class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
TemplateParameters pattern regexp.
Parameterized - Interface in com.sun.jersey.api.model
Abbstraction for something that has a list of parameters
ParamException - Exception in com.sun.jersey.api
An abstract extension of WebApplicationException for the class of parameter-based exceptions.
ParamException(Throwable, int, Class<? extends Annotation>, String, String) - Constructor for exception com.sun.jersey.api.ParamException
 
ParamException.CookieParamException - Exception in com.sun.jersey.api
A parameter exception for errors with CookieParam.
ParamException.CookieParamException(Throwable, String, String) - Constructor for exception com.sun.jersey.api.ParamException.CookieParamException
 
ParamException.FormParamException - Exception in com.sun.jersey.api
A parameter exception for errors with FormParam.
ParamException.FormParamException(Throwable, String, String) - Constructor for exception com.sun.jersey.api.ParamException.FormParamException
 
ParamException.HeaderParamException - Exception in com.sun.jersey.api
A parameter exception for errors with HeaderParam.
ParamException.HeaderParamException(Throwable, String, String) - Constructor for exception com.sun.jersey.api.ParamException.HeaderParamException
 
ParamException.MatrixParamException - Exception in com.sun.jersey.api
A URI-parameter-based exception for errors with MatrixParam.
ParamException.MatrixParamException(Throwable, String, String) - Constructor for exception com.sun.jersey.api.ParamException.MatrixParamException
 
ParamException.PathParamException - Exception in com.sun.jersey.api
A URI-parameter-based exception for errors with PathParam.
ParamException.PathParamException(Throwable, String, String) - Constructor for exception com.sun.jersey.api.ParamException.PathParamException
 
ParamException.QueryParamException - Exception in com.sun.jersey.api
A URI-parameter-based exception for errors with QueryParam.
ParamException.QueryParamException(Throwable, String, String) - Constructor for exception com.sun.jersey.api.ParamException.QueryParamException
 
ParamException.URIParamException - Exception in com.sun.jersey.api
An abstract parameter exception for the class of URI-parameter-based exceptions.
ParamException.URIParamException(Throwable, Class<? extends Annotation>, String, String) - Constructor for exception com.sun.jersey.api.ParamException.URIParamException
 
ParamQualifier - Annotation Type in com.sun.jersey.spi.container
A meta-annotation that identifies an annotation as a parameter-based annotation.
ParamStyle - Enum in com.sun.research.ws.wadl
Java class for ParamStyle.
ParentRef - Annotation Type in com.sun.jersey.api.core
Used to annotate fields or parameters that shall be injected with parent resource class instances or instances obtained from registered IoC component provider factories (if any).
path - Variable in class com.sun.research.ws.wadl.Param
 
path - Variable in class com.sun.research.ws.wadl.Resource
 
PathAnnotated - Interface in com.sun.jersey.api.model
 
PathParamInjectableProvider - Class in com.sun.jersey.server.impl.model.parameter
 
PathParamInjectableProvider(MultivaluedParameterExtractorProvider) - Constructor for class com.sun.jersey.server.impl.model.parameter.PathParamInjectableProvider
 
PathPattern - Class in com.sun.jersey.server.impl.uri
A URI pattern that is a regular expression generated from a URI path.
PathPattern(UriTemplate) - Constructor for class com.sun.jersey.server.impl.uri.PathPattern
Public constructor.
PathPattern(UriTemplate, String) - Constructor for class com.sun.jersey.server.impl.uri.PathPattern
Public ctor.
PathProviderScannerListener - Class in com.sun.jersey.spi.scanning
An annotation-based scanning listener for classes annotated with Path or Provider.
PathProviderScannerListener() - Constructor for class com.sun.jersey.spi.scanning.PathProviderScannerListener
Create a scanning listener to check for Java classes in Java class files annotated with Path or Provider.
PathProviderScannerListener(ClassLoader) - Constructor for class com.sun.jersey.spi.scanning.PathProviderScannerListener
Create a scanning listener to check for Java classes in Java class files annotated with Path or Provider.
PathTemplate - Class in com.sun.jersey.server.impl.uri
A URI template for a URI path.
PathTemplate(String) - Constructor for class com.sun.jersey.server.impl.uri.PathTemplate
Create a URI path template and encode (percent escape) any characters of the template that are not valid URI characters.
PathValue - Class in com.sun.jersey.api.model
Abstraction for a Path value
PathValue(String) - Constructor for class com.sun.jersey.api.model.PathValue
 
PatternRulePair<R> - Class in com.sun.jersey.server.impl.uri.rules
A tuple of a UriPattern and a generic rule.
PatternRulePair(UriPattern, R) - Constructor for class com.sun.jersey.server.impl.uri.rules.PatternRulePair
 
PerRequest - Annotation Type in com.sun.jersey.spi.resource
Used to annotate resource classes that require a new instance for each request.
PerRequestFactory - Class in com.sun.jersey.server.impl.resource
 
PerRequestFactory(ServerInjectableProviderContext, HttpContext) - Constructor for class com.sun.jersey.server.impl.resource.PerRequestFactory
 
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.
PerSessionFactory - Class in com.sun.jersey.server.impl.container.servlet
A provider that maintains a per session resource class instance
PerSessionFactory(ServerInjectableProviderContext, ServletContext, HttpServletRequest, HttpContext) - Constructor for class com.sun.jersey.server.impl.container.servlet.PerSessionFactory
 
PostReplaceFilter - Class in com.sun.jersey.api.container.filter
A filter to support HTTP method replacing of a POST request to a request utilizing another HTTP method for the case where proxies or HTTP servers would otherwise block that HTTP method.
PostReplaceFilter() - Constructor for class com.sun.jersey.api.container.filter.PostReplaceFilter
 
PRECONDITION_FAILED - Static variable in class com.sun.jersey.api.Responses
 
preconditionFailed() - Static method in class com.sun.jersey.api.Responses
 
processConflicts(RulesMap.ConflictClosure) - Method in class com.sun.jersey.server.impl.model.RulesMap
 
produces(MediaType, List<MediaType>) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
Ascertain if an entity of a specific Media type is capable of being produced from a list of Media type.
profile - Variable in class com.sun.research.ws.wadl.RepresentationType
 
prop(String, Object) - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
Specify the property value for the current WadlGenerator.
PROPERTY_CLASSNAMES - Static variable in class com.sun.jersey.api.core.ClassNamesResourceConfig
The property value MUST be an instance String or String[].
PROPERTY_CLASSPATH - Static variable in class com.sun.jersey.api.core.ClasspathResourceConfig
The property value MUST be an instance String or String[].
PROPERTY_CONTAINER_NOTIFIER - Static variable in class com.sun.jersey.api.core.ResourceConfig
If set the instance of ContainerNotifier to register ContainerListener instances.
PROPERTY_CONTAINER_REQUEST_FILTERS - Static variable in class com.sun.jersey.api.core.ResourceConfig
If set the list of ContainerRequestFilter that are applied to filter the request.
PROPERTY_CONTAINER_RESPONSE_FILTERS - Static variable in class com.sun.jersey.api.core.ResourceConfig
If set the list of ContainerResponseFilter that are applied to filter the response.
PROPERTY_DEFAULT_RESOURCE_COMPONENT_PROVIDER_FACTORY_CLASS - Static variable in class com.sun.jersey.api.core.ResourceConfig
If set the default resource component provider factory for the life-cycle of resource classes.
PROPERTY_FILTER_CONTEXT_PATH - Static variable in class com.sun.jersey.spi.container.servlet.ServletContainer
The filter context path.
PROPERTY_LANGUAGE_MAPPINGS - Static variable in class com.sun.jersey.api.core.ResourceConfig
If set the map of file extension to langauge mappings that will be added to the map that is returned from ResourceConfig.getLanguageMappings().
PROPERTY_MEDIA_TYPE_MAPPINGS - Static variable in class com.sun.jersey.api.core.ResourceConfig
If set the map of file extension to media type mappings that will be added to the map that is returned from ResourceConfig.getMediaTypeMappings().
PROPERTY_PACKAGES - Static variable in class com.sun.jersey.api.core.PackagesResourceConfig
The property value MUST be an instance String or String[].
PROPERTY_RESOURCE_FILTER_FACTORIES - Static variable in class com.sun.jersey.api.core.ResourceConfig
If set the list of ResourceFilterFactory that are applied to resources.
PROPERTY_WADL_GENERATOR_CONFIG - Static variable in class com.sun.jersey.api.core.ResourceConfig
If set the wadl generator configuration that provides a WadlGenerator.
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.
ProviderBasedBean<T> - Class in com.sun.jersey.server.impl.cdi
A CDI Bean implementation that delegates bean creation to a Provider.
ProviderBasedBean(Class<?>, Provider<T>, Annotation) - Constructor for class com.sun.jersey.server.impl.cdi.ProviderBasedBean
 
ProviderBasedBean(Class<?>, Type, Provider<T>, Annotation) - Constructor for class com.sun.jersey.server.impl.cdi.ProviderBasedBean
 
pushContainerResponseFilters(List<ContainerResponseFilter>) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
pushContainerResponseFilters(List<ContainerResponseFilter>) - Method in interface com.sun.jersey.spi.uri.rules.UriRuleContext
Push a list of container response filters to apply after the container response has been produced.
pushMatch(UriTemplate, List<String>) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
pushMatch(UriRuleContext) - Method in class com.sun.jersey.server.impl.uri.rules.BaseRule
Push match to the provided context.
pushMatch(UriTemplate, List<String>) - Method in interface com.sun.jersey.spi.uri.rules.UriRuleContext
Push a match.
pushMethod(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
pushMethod(AbstractResourceMethod) - Method in interface com.sun.jersey.spi.uri.rules.UriRuleContext
Push the matching resource method.
pushResource(Object) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
pushResource(Object) - Method in interface com.sun.jersey.spi.uri.rules.UriRuleContext
Push a matching resource.
pushRightHandPathLength(int) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
pushRightHandPathLength(int) - Method in interface com.sun.jersey.spi.uri.rules.UriRuleContext
Push the right hand path length to calculate the entry for the list of matching (ancestor) URI paths.

Q

QueryParamInjectableProvider - Class in com.sun.jersey.server.impl.model.parameter
 
QueryParamInjectableProvider(MultivaluedParameterExtractorProvider) - Constructor for class com.sun.jersey.server.impl.model.parameter.QueryParamInjectableProvider
 
queryType - Variable in class com.sun.research.ws.wadl.Resource
 

R

r - Variable in class com.sun.jersey.server.impl.uri.rules.PatternRulePair
 
register() - Method in interface com.sun.jersey.spi.monitoring.GlassfishMonitoringProvider
Register Jersey-based monitoring with the GlassFish monitoring framework.
rel - Variable in class com.sun.research.ws.wadl.Link
 
reload() - Method in class com.sun.jersey.api.core.ScanningResourceConfig
Deprecated.
reload() - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
Reload the Web application.
ReloadListener - Interface in com.sun.jersey.spi.container
 
removeDotSegments(String, boolean) - Static method in class com.sun.jersey.server.impl.uri.UriHelper
Remove dots from path.
repeating - Variable in class com.sun.research.ws.wadl.Param
 
representation - Variable in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ResponseDocType
 
representation - Variable in class com.sun.research.ws.wadl.Request
 
RepresentationDocType - Class in com.sun.jersey.server.wadl.generators.resourcedoc.model
The documentation type for representations.
Created on: Jun 16, 2008
RepresentationDocType() - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
 
representationOrFault - Variable in class com.sun.research.ws.wadl.Response
 
RepresentationType - Class in com.sun.research.ws.wadl
Java class for representation_type complex type.
RepresentationType() - Constructor for class com.sun.research.ws.wadl.RepresentationType
 
request - Variable in class com.sun.research.ws.wadl.Method
 
Request - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Request() - Constructor for class com.sun.research.ws.wadl.Request
 
RequestDispatcher - Interface in com.sun.jersey.spi.dispatch
A resource method dispatcher.
RequestDispatcherWrapper - Class in com.sun.jersey.server.impl.container.servlet
 
RequestDispatcherWrapper(RequestDispatcher, String, HttpContext, Viewable) - Constructor for class com.sun.jersey.server.impl.container.servlet.RequestDispatcherWrapper
 
RequestDocType - Class in com.sun.jersey.server.wadl.generators.resourcedoc.model
The documentation type for requests.
Created on: Jun 16, 2008
RequestDocType() - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.model.RequestDocType
 
requestEnd() - Static method in class com.sun.jersey.server.probes.UriRuleProbeProvider
Invoked when matching ends.
RequestListener - Interface in com.sun.jersey.spi.monitoring
 
RequestListenerAdapter - Interface in com.sun.jersey.spi.monitoring
 
requestStart(URI) - Static method in class com.sun.jersey.server.probes.UriRuleProbeProvider
Invoked when matching starts.
required - Variable in class com.sun.research.ws.wadl.Param
 
reset() - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Reset to the default state.
reset() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
reset() - Method in class com.sun.jersey.spi.container.ContainerResponse
Reset the response to 204 (No content) with no headers.
resolve(String) - Method in class com.sun.jersey.server.impl.container.servlet.JSPTemplateProcessor
 
resolve(String) - Method in class com.sun.jersey.server.impl.template.TemplateViewProcessor
 
resolve(String) - Method in interface com.sun.jersey.spi.template.TemplateProcessor
Deprecated.
resolve(String) - Method in interface com.sun.jersey.spi.template.ViewProcessor
Resolve a template name to a template reference.
ResolvedViewable<T> - Class in com.sun.jersey.spi.template
A resolved Viewable.
ResolvedViewable(ViewProcessor<T>, T, Viewable) - Constructor for class com.sun.jersey.spi.template.ResolvedViewable
Create a resolved viewable.
ResolvedViewable(ViewProcessor<T>, T, Viewable, Class<?>) - Constructor for class com.sun.jersey.spi.template.ResolvedViewable
Create a resolved viewable.
resolveViewable(Viewable) - Method in class com.sun.jersey.server.impl.template.TemplateFactory
 
resolveViewable(Viewable, UriInfo) - Method in class com.sun.jersey.server.impl.template.TemplateFactory
 
resolveViewable(Viewable, Class<?>) - Method in class com.sun.jersey.server.impl.template.TemplateFactory
 
resolveViewable(Viewable) - Method in interface com.sun.jersey.spi.template.TemplateContext
Resolve a Viewable.
resolveViewable(Viewable, UriInfo) - Method in interface com.sun.jersey.spi.template.TemplateContext
Resolve a Viewable.
resolveViewable(Viewable, Class<?>) - Method in interface com.sun.jersey.spi.template.TemplateContext
Resolve a Viewable given a resolving class.
Resource - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Resource() - Constructor for class com.sun.research.ws.wadl.Resource
 
resource - Variable in class com.sun.research.ws.wadl.Resources
 
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.
RESOURCE_DOC_FILE - Static variable in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
ResourceClassRule - Class in com.sun.jersey.server.impl.uri.rules
The rule for accepting a resource class.
ResourceClassRule(UriTemplate, Class) - Constructor for class com.sun.jersey.server.impl.uri.rules.ResourceClassRule
Public constructor.
ResourceComponentConstructor - Class in com.sun.jersey.server.spi.component
A constructor of a resource class.
ResourceComponentConstructor(ServerInjectableProviderContext, ComponentScope, AbstractResource) - Constructor for class com.sun.jersey.server.spi.component.ResourceComponentConstructor
 
ResourceComponentDestructor - Class in com.sun.jersey.server.spi.component
A destructor of a resource class instance.
ResourceComponentDestructor(AbstractResource) - Constructor for class com.sun.jersey.server.spi.component.ResourceComponentDestructor
 
ResourceComponentInjector - Class in com.sun.jersey.server.spi.component
An injector that injects onto properties of a resource.
ResourceComponentInjector(ServerInjectableProviderContext, ComponentScope, AbstractResource) - Constructor for class com.sun.jersey.server.spi.component.ResourceComponentInjector
Create a new resource component injector.
ResourceComponentProvider - Interface in com.sun.jersey.server.spi.component
A resource class component provider.
ResourceComponentProviderFactory - Interface in com.sun.jersey.server.spi.component
A resource class component provider factory.
ResourceComponentProviderFactoryClass - Annotation Type in com.sun.jersey.server.spi.component
Specifies the resource component provider that is used to obtain an instance of the resource class.
ResourceConfig - Class in com.sun.jersey.api.core
The resource configuration for configuring a web application.
ResourceConfig() - Constructor for class com.sun.jersey.api.core.ResourceConfig
 
ResourceConfigurator - Interface in com.sun.jersey.api.core
A provider to be utilized when configuration of ResourceConfig is required.
ResourceContext - Interface in com.sun.jersey.api.core
The resource context provides access to instances of resource classes.
ResourceDebuggingFilterFactory - Class in com.sun.jersey.api.container.filter
A ResourceFilterFactory provides tracking of resource matching.
ResourceDebuggingFilterFactory(HttpContext) - Constructor for class com.sun.jersey.api.container.filter.ResourceDebuggingFilterFactory
 
ResourceDocAccessor - Class in com.sun.jersey.server.wadl.generators.resourcedoc
A class providing access to information stored in a ResourceDocType.
Created on: Jun 16, 2008
ResourceDocAccessor(ResourceDocType) - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.ResourceDocAccessor
 
ResourceDocType - Class in com.sun.jersey.server.wadl.generators.resourcedoc.model
The documentation type for resources.
Created on: Jun 11, 2008
ResourceDocType() - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.model.ResourceDocType
 
ResourceFactory - Class in com.sun.jersey.server.impl.component
 
ResourceFactory(ResourceConfig, ServerInjectableProviderContext) - Constructor for class com.sun.jersey.server.impl.component.ResourceFactory
 
ResourceFilter - Interface in com.sun.jersey.spi.container
A resource filter to be used to filter a resource method, a sub-resource method, or a sub-resource locator.
ResourceFilterFactory - Interface in com.sun.jersey.spi.container
A resource filter factory responsible for creating ResourceFilter instances that match methods of the abstract resource model.
ResourceFilters - Annotation Type in com.sun.jersey.spi.container
Defines the list of application-declared ResourceFilter classes associated with a resource method, a sub-resource method, or a sub-resource locator.
ResourceHeadWrapperMethod - Class in com.sun.jersey.server.impl.model.method
 
ResourceHeadWrapperMethod(ResourceMethod) - Constructor for class com.sun.jersey.server.impl.model.method.ResourceHeadWrapperMethod
 
ResourceHttpMethod - Class in com.sun.jersey.server.impl.model.method
 
ResourceHttpMethod(ResourceMethodDispatchProvider, FilterFactory, AbstractResourceMethod) - Constructor for class com.sun.jersey.server.impl.model.method.ResourceHttpMethod
 
ResourceHttpMethod(ResourceMethodDispatchProvider, FilterFactory, UriTemplate, AbstractResourceMethod) - Constructor for class com.sun.jersey.server.impl.model.method.ResourceHttpMethod
 
ResourceHttpMethod(ResourceMethodDispatchProvider, FilterFactory, List<ResourceFilter>, UriTemplate, AbstractResourceMethod) - Constructor for class com.sun.jersey.server.impl.model.method.ResourceHttpMethod
 
ResourceHttpOptionsMethod - Class in com.sun.jersey.server.impl.model.method
 
ResourceHttpOptionsMethod(Map<String, List<ResourceMethod>>) - Constructor for class com.sun.jersey.server.impl.model.method.ResourceHttpOptionsMethod
 
ResourceHttpOptionsMethod.OptionsRequestDispatcher - Class in com.sun.jersey.server.impl.model.method
 
ResourceHttpOptionsMethod.OptionsRequestDispatcher(Map<String, List<ResourceMethod>>) - Constructor for class com.sun.jersey.server.impl.model.method.ResourceHttpOptionsMethod.OptionsRequestDispatcher
 
ResourceJavaMethodDispatcher - Class in com.sun.jersey.server.impl.model.method.dispatch
 
ResourceJavaMethodDispatcher(AbstractResourceMethod, JavaMethodInvoker) - Constructor for class com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher
 
ResourceMethod - Class in com.sun.jersey.server.impl.model.method
 
ResourceMethod(String, UriTemplate, List<? extends MediaType>, List<? extends MediaType>, boolean, RequestDispatcher) - Constructor for class com.sun.jersey.server.impl.model.method.ResourceMethod
 
ResourceMethod(String, UriTemplate, List<? extends MediaType>, List<? extends MediaType>, boolean, RequestDispatcher, List<ContainerRequestFilter>, List<ContainerResponseFilter>) - Constructor for class com.sun.jersey.server.impl.model.method.ResourceMethod
 
ResourceMethodCustomInvokerDispatchFactory - Class in com.sun.jersey.spi.container
 
ResourceMethodCustomInvokerDispatchFactory(ProviderServices) - Constructor for class com.sun.jersey.spi.container.ResourceMethodCustomInvokerDispatchFactory
 
ResourceMethodCustomInvokerDispatchProvider - Interface in com.sun.jersey.spi.container
Service-provider interface for creating RequestDispatcher instances.
ResourceMethodDispatchAdapter - Interface in com.sun.jersey.spi.container
A provider that can adapt a @{link ResourceMethodDispatchProvider}.
ResourceMethodDispatcherFactory - Class in com.sun.jersey.server.impl.application
 
ResourceMethodDispatchProvider - Interface in com.sun.jersey.spi.container
Service-provider interface for creating RequestDispatcher instances.
ResourceModelIssue - Class in com.sun.jersey.api.model
Abstraction for various issues of a resource model validity like: no resources, duplicated uri templates, etc.
ResourceModelIssue(Object, String) - Constructor for class com.sun.jersey.api.model.ResourceModelIssue
 
ResourceModelIssue(Object, String, boolean) - Constructor for class com.sun.jersey.api.model.ResourceModelIssue
 
ResourceObjectRule - Class in com.sun.jersey.server.impl.uri.rules
The rule for accepting a resource object.
ResourceObjectRule(UriTemplate, Object) - Constructor for class com.sun.jersey.server.impl.uri.rules.ResourceObjectRule
Public ctor.
resources - Variable in class com.sun.research.ws.wadl.Application
 
Resources - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Resources() - Constructor for class com.sun.research.ws.wadl.Resources
 
resourceType - Variable in class com.sun.research.ws.wadl.Link
 
ResourceType - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
ResourceType() - Constructor for class com.sun.research.ws.wadl.ResourceType
 
resourceTypeOrMethodOrRepresentation - Variable in class com.sun.research.ws.wadl.Application
 
ResourceUriRules - Class in com.sun.jersey.server.impl.model
 
ResourceUriRules(ResourceConfig, ResourceMethodDispatchProvider, ServerInjectableProviderContext, FilterFactory, WadlFactory, DispatchingListener, AbstractResource) - Constructor for class com.sun.jersey.server.impl.model.ResourceUriRules
 
response - Variable in class com.sun.research.ws.wadl.Method
 
Response - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Response() - Constructor for class com.sun.research.ws.wadl.Response
 
ResponseDocType - Class in com.sun.jersey.server.wadl.generators.resourcedoc.model
The documentation type for a response.
Created on: Jun 16, 2008
ResponseDocType() - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.model.ResponseDocType
 
ResponseListener - Interface in com.sun.jersey.spi.monitoring
 
ResponseListenerAdapter - Interface in com.sun.jersey.spi.monitoring
 
Responses - Class in com.sun.jersey.api
Common status codes and responses.
Responses() - Constructor for class com.sun.jersey.api.Responses
 
rev - Variable in class com.sun.research.ws.wadl.Link
 
RightHandPathRule - Class in com.sun.jersey.server.impl.uri.rules
Adapter to an existing rule that accepts the rule using the last capturing group value as the URI path.
RightHandPathRule(boolean, boolean, UriRule) - Constructor for class com.sun.jersey.server.impl.uri.rules.RightHandPathRule
Public constructor.
RolesAllowedResourceFilterFactory - Class in com.sun.jersey.api.container.filter
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.RolesAllowedResourceFilterFactory
 
RootResourceClassesRule - Class in com.sun.jersey.server.impl.uri.rules
The rule for accepting the root resource classes.
RootResourceClassesRule(Map<PathPattern, UriRule>) - Constructor for class com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule
Public constructor
RootResourceUriRules - Class in com.sun.jersey.server.impl.application
A class that creates a rules map for root resources.
RootResourceUriRules(WebApplicationImpl, ResourceConfig, WadlFactory, InjectableProviderFactory) - Constructor for class com.sun.jersey.server.impl.application.RootResourceUriRules
 
ruleAccept(String, CharSequence, Object) - Static method in class com.sun.jersey.server.probes.UriRuleProbeProvider
Invoked when a UriRule is matched.
RulesMap<R> - Class in com.sun.jersey.server.impl.model
 
RulesMap() - Constructor for class com.sun.jersey.server.impl.model.RulesMap
 
RulesMap.ConflictClosure - Interface in com.sun.jersey.server.impl.model
 
RuntimeDelegateImpl - Class in com.sun.jersey.server.impl.provider
 
RuntimeDelegateImpl() - Constructor for class com.sun.jersey.server.impl.provider.RuntimeDelegateImpl
 

S

scan(ScannerListener) - Method in class com.sun.jersey.spi.scanning.WebAppResourcesScanner
 
ScanningResourceConfig - Class in com.sun.jersey.api.core
A resource configuration that performs scanning to find root resource and provider classes.
ScanningResourceConfig() - Constructor for class com.sun.jersey.api.core.ScanningResourceConfig
 
seeOther(URI) - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder for a redirection.
selectVariant(ContainerRequest, List<Variant>) - Static method in class com.sun.jersey.server.impl.VariantSelector
 
selectVariant(List<Variant>) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
selectVariant(List<Variant>) - Method in class com.sun.jersey.spi.container.ContainerRequest
 
SequentialMatchingPatterns<R> - Class in com.sun.jersey.server.impl.uri.rules
Rules associated with instances of {@link UriPattern) and matched in order.
SequentialMatchingPatterns(List<PatternRulePair<R>>) - Constructor for class com.sun.jersey.server.impl.uri.rules.SequentialMatchingPatterns
 
serverError() - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder with an server error status.
ServerInjectableProviderContext - Interface in com.sun.jersey.server.impl.inject
The server context to obtain Injectable instances.
ServerInjectableProviderFactory - Class in com.sun.jersey.server.impl.inject
 
ServerInjectableProviderFactory() - Constructor for class com.sun.jersey.server.impl.inject.ServerInjectableProviderFactory
 
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
service(URI, URI, HttpServletRequest, HttpServletResponse) - Method in class com.sun.jersey.spi.container.servlet.WebComponent
Dispatch client requests to a resource class.
ServletAdaptor - Class in com.sun.jersey.server.impl.container.servlet
A servlet container for deploying root resource classes with support for injecting persistence units.
ServletAdaptor() - Constructor for class com.sun.jersey.server.impl.container.servlet.ServletAdaptor
 
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.
set(HttpContext) - Method in class com.sun.jersey.server.impl.ThreadLocalHttpContext
Set the HttpContext for the current thread.
set(T) - Method in class com.sun.jersey.server.impl.ThreadLocalInvoker
 
set(T) - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNodeValue
 
setAnnotations(Annotation[]) - Method in interface com.sun.jersey.api.core.HttpResponseContext
Set the annotations associated with the response entity (if any).
setAnnotations(Annotation[]) - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
setAnnotations(Annotation[]) - Method in class com.sun.jersey.spi.container.ContainerResponse
 
setAnnotationTypeName(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.AnnotationDocType
 
setApplicationDocsFile(File) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
 
setApplicationDocsStream(InputStream) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
 
setAreInputTypesDeclared(boolean) - Method in class com.sun.jersey.api.model.AbstractResourceMethod
 
setAreOutputTypesDeclared(boolean) - Method in class com.sun.jersey.api.model.AbstractResourceMethod
 
setBase(String) - Method in class com.sun.research.ws.wadl.Resources
Sets the value of the base property.
setBaseUri(String) - Method in class com.sun.jersey.api.wadl.WadlGeneratorTask
 
setClassName(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ClassDocType
 
setClasspath(Path) - Method in class com.sun.jersey.api.wadl.WadlGeneratorTask
 
setClasspathRef(Reference) - Method in class com.sun.jersey.api.wadl.WadlGeneratorTask
 
setCommentText(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ClassDocType
 
setCommentText(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
Sets the value of the commentText property.
setCommentText(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ParamDocType
 
setConstructors(Set<AnnotatedConstructor<T>>) - Method in class com.sun.jersey.server.impl.cdi.AnnotatedTypeImpl
 
setContainerRequest(ContainerRequest) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
setContainerRequest(ContainerRequest) - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
setContainerRequest(ContainerRequest) - Method in class com.sun.jersey.spi.container.ContainerResponse
Set the container request.
setContainerRequest(ContainerRequest) - Method in interface com.sun.jersey.spi.uri.rules.UriRuleContext
Set the container request.
setContainerResponse(ContainerResponse) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
setContainerResponse(ContainerResponse) - Method in interface com.sun.jersey.spi.uri.rules.UriRuleContext
Set the container response.
setContainerResponseWriter(ContainerResponseWriter) - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
setContainerResponseWriter(ContainerResponseWriter) - Method in class com.sun.jersey.spi.container.ContainerResponse
Set the container response writer.
setDefault(String) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the default property.
setDestfile(File) - Method in class com.sun.jersey.api.wadl.WadlGeneratorTask
 
setDoc(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
 
setDoc(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.WadlParamType
 
setElement(QName) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
 
setElement(QName) - Method in class com.sun.research.ws.wadl.RepresentationType
Sets the value of the element property.
setEntity(Object) - Method in interface com.sun.jersey.api.core.HttpResponseContext
Set the entity of the response.
setEntity(Object) - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
setEntity(Object, Type) - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
setEntity(Class<T>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, T) - Method in class com.sun.jersey.spi.container.ContainerRequest
Set the request entity.
setEntity(Object) - Method in class com.sun.jersey.spi.container.ContainerResponse
 
setEntity(Object, Type) - Method in class com.sun.jersey.spi.container.ContainerResponse
 
setEntityInputStream(InputStream) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
setEntityInputStream(InputStream) - Method in class com.sun.jersey.spi.container.ContainerRequest
Set the input stream of the entity.
setExample(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
 
setFields(Set<AnnotatedField<? super T>>) - Method in class com.sun.jersey.server.impl.cdi.AnnotatedTypeImpl
 
setFixed(String) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the fixed property.
setGeneratorClass(Class<? extends WadlGenerator>) - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorDescription
 
setGrammars(Grammars) - Method in class com.sun.research.ws.wadl.Application
Sets the value of the grammars property.
setGrammarsFile(File) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
 
setGrammarsStream(InputStream) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
 
setHeaders(InBoundHeaders) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
setHeaders(InBoundHeaders) - Method in class com.sun.jersey.spi.container.ContainerRequest
Set the request headers.
setHref(String) - Method in class com.sun.research.ws.wadl.Include
Sets the value of the href property.
setHref(String) - Method in class com.sun.research.ws.wadl.Method
Sets the value of the href property.
setHref(String) - Method in class com.sun.research.ws.wadl.RepresentationType
Sets the value of the href property.
setId(String) - Method in class com.sun.research.ws.wadl.Method
Sets the value of the id property.
setId(String) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the id property.
setId(String) - Method in class com.sun.research.ws.wadl.RepresentationType
Sets the value of the id property.
setId(String) - Method in class com.sun.research.ws.wadl.Resource
Sets the value of the id property.
setId(String) - Method in class com.sun.research.ws.wadl.ResourceType
Sets the value of the id property.
setLang(String) - Method in class com.sun.research.ws.wadl.Doc
Sets the value of the lang property.
setLink(Link) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the link property.
setMatchResult(MatchResult) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
setMatchResult(MatchResult) - Method in interface com.sun.jersey.spi.uri.rules.UriMatchResultContext
Set the match result
setMediaType(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
 
setMediaType(String) - Method in class com.sun.research.ws.wadl.RepresentationType
Sets the value of the mediaType property.
setMethod(String) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
setMethod(String) - Method in class com.sun.jersey.spi.container.ContainerRequest
Set the HTTP method.
setMethodName(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
 
setMethods(Set<AnnotatedMethod<? super T>>) - Method in class com.sun.jersey.server.impl.cdi.AnnotatedTypeImpl
 
setName(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.NamedValueType
 
setName(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.WadlParamType
 
setName(String) - Method in class com.sun.research.ws.wadl.Method
Sets the value of the name property.
setName(String) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the name property.
setPage(String) - Method in class com.sun.jersey.server.impl.container.servlet.Include
Specifies the name of the JSP to be included.
setParameters(List<AnnotatedParameter<T>>) - Method in class com.sun.jersey.server.impl.cdi.AnnotatedCallableImpl
 
setParamName(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ParamDocType
 
setPath(String) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the path property.
setPath(String) - Method in class com.sun.research.ws.wadl.Resource
Sets the value of the path property.
setProperties(Properties) - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorDescription
 
setPropertiesAndFeatures(Map<String, Object>) - Method in class com.sun.jersey.api.core.ResourceConfig
Set the properties and features given a map of entries.
setQueryType(String) - Method in class com.sun.research.ws.wadl.Resource
Sets the value of the queryType property.
setRel(String) - Method in class com.sun.research.ws.wadl.Link
Sets the value of the rel property.
setRepeating(Boolean) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the repeating property.
setRepresentationDoc(RepresentationDocType) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RequestDocType
 
setRequest(Request) - Method in class com.sun.research.ws.wadl.Method
Sets the value of the request property.
setRequestDoc(RequestDocType) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
 
setRequired(Boolean) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the required property.
setResolvingClass(Class<?>) - Method in class com.sun.jersey.server.impl.container.servlet.Include
Specifies the resolving class for which JSP will be included.
setResourceDocFile(File) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
Set the resourceDocFile to the given file.
setResourceDocStream(InputStream) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
Set the resourceDocStream to the given file.
setResources(Resources) - Method in class com.sun.research.ws.wadl.Application
Sets the value of the resources property.
setResourceType(String) - Method in class com.sun.research.ws.wadl.Link
Sets the value of the resourceType property.
setResponse(Response) - Method in interface com.sun.jersey.api.core.HttpResponseContext
Set the response state from a Response instance.
setResponse(Response) - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
setResponse(Response) - Method in class com.sun.jersey.spi.container.ContainerResponse
 
setResponse(Response) - Method in class com.sun.research.ws.wadl.Method
Sets the value of the response property.
setResponseDoc(ResponseDocType) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
 
setReturnDoc(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
 
setReturnDoc(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ResponseDocType
 
setReturnTypeExample(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
 
setRev(String) - Method in class com.sun.research.ws.wadl.Link
Sets the value of the rev property.
setSecurityContext(SecurityContext) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
setSecurityContext(SecurityContext) - Method in class com.sun.jersey.spi.container.ContainerRequest
Set the security context.
setStatus(int) - Method in interface com.sun.jersey.api.core.HttpResponseContext
Set the status of the response.
setStatus(Long) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
 
setStatus(int) - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
setStatus(int) - Method in class com.sun.jersey.spi.container.ContainerResponse
 
setStatusType(Response.StatusType) - Method in interface com.sun.jersey.api.core.HttpResponseContext
Set the status type of the response.
setStatusType(Response.StatusType) - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
setStatusType(Response.StatusType) - Method in class com.sun.jersey.spi.container.ContainerResponse
 
setStyle(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.WadlParamType
 
setStyle(ParamStyle) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the style property.
setTitle(String) - Method in class com.sun.research.ws.wadl.Doc
Sets the value of the title property.
setType(QName) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.WadlParamType
 
setType(QName) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the type property.
setUris(URI, URI) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
setUris(URI, URI) - Method in class com.sun.jersey.spi.container.ContainerRequest
Set the base and request URI.
setValue(T, UriPattern) - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
value setter.
setValue(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.NamedValueType
 
setValue(String) - Method in class com.sun.research.ws.wadl.Option
Sets the value of the value property.
setWadlGenerationEnabled(boolean) - Method in class com.sun.jersey.server.impl.wadl.WadlApplicationContextImpl
 
setWadlGenerationEnabled(boolean) - Method in interface com.sun.jersey.server.wadl.WadlApplicationContext
Enable/disable WADL generation.
setWadlGeneratorDelegate(WadlGenerator) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
setWadlGeneratorDelegate(WadlGenerator) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
 
setWadlGeneratorDelegate(WadlGenerator) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
 
setWadlGeneratorDelegate(WadlGenerator) - Method in interface com.sun.jersey.server.wadl.WadlGenerator
Sets the delegate that is decorated by this wadl generator.
setWadlGeneratorDelegate(WadlGenerator) - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
 
setWildcard(boolean) - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
wildcard setter.
Singleton - Annotation Type in com.sun.jersey.spi.resource
Used to annotate resources that require one instance per web application.
SingletonFactory - Class in com.sun.jersey.server.impl.resource
A simple provider that maintains a singleton resource class instance
SingletonFactory(ServerInjectableProviderContext) - Constructor for class com.sun.jersey.server.impl.resource.SingletonFactory
 
start(BundleContext) - Method in class com.sun.jersey.server.osgi.Activator
 
status(int) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Set the status.
status(Response.StatusType) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Set the status.
status(Response.Status) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Set the status.
status(Response.StatusType) - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder with the supplied status.
status(Response.Status) - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder with the supplied status.
status(int) - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder with the supplied status.
status - Variable in class com.sun.research.ws.wadl.RepresentationType
 
statusType - Variable in class com.sun.jersey.api.JResponse.AJResponseBuilder
The status type.
stop(BundleContext) - Method in class com.sun.jersey.server.osgi.Activator
 
StringReaderFactory - Class in com.sun.jersey.server.impl.model.parameter.multivalued
 
StringReaderFactory() - Constructor for class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderFactory
 
StringReaderProviders - Class in com.sun.jersey.server.impl.model.parameter.multivalued
 
StringReaderProviders() - Constructor for class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders
 
StringReaderProviders.DateProvider - Class in com.sun.jersey.server.impl.model.parameter.multivalued
 
StringReaderProviders.DateProvider() - Constructor for class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders.DateProvider
 
StringReaderProviders.StringConstructor - Class in com.sun.jersey.server.impl.model.parameter.multivalued
 
StringReaderProviders.StringConstructor() - Constructor for class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders.StringConstructor
 
StringReaderProviders.TypeFromString - Class in com.sun.jersey.server.impl.model.parameter.multivalued
 
StringReaderProviders.TypeFromString() - Constructor for class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders.TypeFromString
 
StringReaderProviders.TypeFromStringEnum - Class in com.sun.jersey.server.impl.model.parameter.multivalued
 
StringReaderProviders.TypeFromStringEnum() - Constructor for class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders.TypeFromStringEnum
 
StringReaderProviders.TypeValueOf - Class in com.sun.jersey.server.impl.model.parameter.multivalued
 
StringReaderProviders.TypeValueOf() - Constructor for class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders.TypeValueOf
 
style - Variable in class com.sun.research.ws.wadl.Param
 
SubLocatorRule - Class in com.sun.jersey.server.impl.uri.rules
The rule for accepting a sub-locator method.
SubLocatorRule(UriTemplate, List<Injectable>, List<ContainerRequestFilter>, List<ContainerResponseFilter>, DispatchingListener, AbstractSubResourceLocator) - Constructor for class com.sun.jersey.server.impl.uri.rules.SubLocatorRule
 
SyntheticQualifier - Annotation Type in com.sun.jersey.server.impl.cdi
A CDI qualifier introduced by Jersey to make an injection point unique.

T

tag(EntityTag) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Set an entity tag.
tag(String) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Set a strong entity tag.
target - Variable in class com.sun.jersey.server.impl.uri.rules.automata.TrieArc
Target node at the end of this arc.
TemplateContext - Interface in com.sun.jersey.spi.template
The context for resolving an instance of Viewable to an instance of ResolvedViewable.
TemplateContextException - Exception in com.sun.jersey.spi.template
A rutime expception associated with errors when resolving a Viewable to a ResolvedViewable by methods on TemplateContext.
TemplateContextException() - Constructor for exception com.sun.jersey.spi.template.TemplateContextException
Construct a new instance with the supplied message
TemplateContextException(String) - Constructor for exception com.sun.jersey.spi.template.TemplateContextException
Construct a new instance with the supplied message
TemplateContextException(String, Throwable) - Constructor for exception com.sun.jersey.spi.template.TemplateContextException
Construct a new instance with the supplied message and cause
TemplateContextException(Throwable) - Constructor for exception com.sun.jersey.spi.template.TemplateContextException
Construct a new instance with the supplied cause
TemplateFactory - Class in com.sun.jersey.server.impl.template
 
TemplateFactory(ProviderServices) - Constructor for class com.sun.jersey.server.impl.template.TemplateFactory
 
TemplateProcessor - Interface in com.sun.jersey.spi.template
Deprecated.
TemplateViewProcessor - Class in com.sun.jersey.server.impl.template
 
TemplateViewProcessor(TemplateProcessor) - Constructor for class com.sun.jersey.server.impl.template.TemplateViewProcessor
 
temporaryRedirect(URI) - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder for a temporary redirection.
TerminatingRule - Class in com.sun.jersey.server.impl.uri.rules
A terminating rule that checks to see if the response has been set by the runtime.
TerminatingRule() - Constructor for class com.sun.jersey.server.impl.uri.rules.TerminatingRule
 
ThreadLocalHttpContext - Class in com.sun.jersey.server.impl
Implementation of HttpContext using ThreadLocal to store HttpRequestContext and HttpResponseContext instances associated with threads.
ThreadLocalHttpContext() - Constructor for class com.sun.jersey.server.impl.ThreadLocalHttpContext
 
ThreadLocalInvoker<T> - Class in com.sun.jersey.server.impl
A proxy invocation handler that delegates all methods to a thread local instance
ThreadLocalInvoker() - Constructor for class com.sun.jersey.server.impl.ThreadLocalInvoker
 
ThreadLocalNamedInvoker<T> - Class in com.sun.jersey.server.impl
A proxy invocation handler that delegates all methods to a thread local instance
ThreadLocalNamedInvoker(String) - Constructor for class com.sun.jersey.server.impl.ThreadLocalNamedInvoker
 
title - Variable in class com.sun.research.ws.wadl.Doc
 
toResponse() - Method in class com.sun.jersey.api.JResponse
Convert to a Response compatible instance.
toResponse(Type) - Method in class com.sun.jersey.api.JResponse
Convert to a Response compatible instance.
toResponse(EJBException) - Method in class com.sun.jersey.server.impl.ejb.EJBExceptionMapper
 
toString() - Method in class com.sun.jersey.api.model.AbstractField
 
toString() - Method in class com.sun.jersey.api.model.AbstractImplicitViewMethod
 
toString() - Method in class com.sun.jersey.api.model.AbstractResource
 
toString() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
 
toString() - Method in class com.sun.jersey.api.model.AbstractSetterMethod
 
toString() - Method in class com.sun.jersey.api.model.AbstractSubResourceLocator
 
toString() - Method in class com.sun.jersey.api.model.AbstractSubResourceMethod
 
toString() - Method in class com.sun.jersey.api.model.PathValue
 
toString() - Method in class com.sun.jersey.server.impl.cdi.DiscoveredParameter
 
toString() - Method in class com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher
 
toString() - Method in class com.sun.jersey.server.impl.model.method.ResourceHeadWrapperMethod
 
toString() - Method in class com.sun.jersey.server.impl.model.method.ResourceHttpMethod
 
toString() - Method in class com.sun.jersey.server.impl.model.method.ResourceHttpOptionsMethod
 
toString() - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieArc
 
toString() - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
 
trace(String) - Method in interface com.sun.jersey.api.core.Traceable
Add a trace message.
trace(String) - Method in class com.sun.jersey.api.core.TraceInformation
 
trace(String) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
trace(String) - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
trace(String) - Method in class com.sun.jersey.server.impl.ThreadLocalHttpContext
 
trace(String) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
trace(String) - Method in class com.sun.jersey.spi.container.ContainerRequest
 
Traceable - Interface in com.sun.jersey.api.core
Traceable support for checking if tracing is enabled and to add trace messages.
TraceInformation - Class in com.sun.jersey.api.core
 
TraceInformation(WebApplicationContext) - Constructor for class com.sun.jersey.api.core.TraceInformation
 
TraceInformation.TraceHeaderListener - Interface in com.sun.jersey.api.core
 
transform(List<Injectable>) - Static method in class com.sun.jersey.server.impl.inject.AbstractHttpContextInjectable
Transform a list of Injectable into a list of this class.
transform(Injectable) - Static method in class com.sun.jersey.server.impl.inject.AbstractHttpContextInjectable
Transform a Injectable into an instance of this class.
TrieArc<T> - Class in com.sun.jersey.server.impl.uri.rules.automata
Represents an arc (transition) between trie nodes.
TrieArc(TrieNode<T>, char) - Constructor for class com.sun.jersey.server.impl.uri.rules.automata.TrieArc
Creates a new instance of TrieArc.
TrieNode<T> - Class in com.sun.jersey.server.impl.uri.rules.automata
Represents a trie automata node.
TrieNode() - Constructor for class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
Creates a new instance of TrieNode
TrieNode(T) - Constructor for class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
Creates a new instance of TrieNode
TrieNodeValue<T> - Class in com.sun.jersey.server.impl.uri.rules.automata
 
TrieNodeValue() - Constructor for class com.sun.jersey.server.impl.uri.rules.automata.TrieNodeValue
Creates a new instance of TrieNodeValue
type(MediaType) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Set the response media type.
type(String) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Set the response media type.
type - Variable in class com.sun.research.ws.wadl.Param
 
type - Variable in class com.sun.research.ws.wadl.Resource
 

U

UNSUPPORTED_MEDIA_TYPE - Static variable in class com.sun.jersey.api.Responses
 
unsupportedMediaType() - Static method in class com.sun.jersey.api.Responses
 
UriConnegFilter - Class in com.sun.jersey.api.container.filter
A URI-based content negotiation filter mapping a dot-declared suffix in URI to media type that is the value of the Accept header or a language that is the value of the Accept-Language header.
UriConnegFilter(Map<String, MediaType>) - Constructor for class com.sun.jersey.api.container.filter.UriConnegFilter
Create a filter with suffix to media type mappings.
UriConnegFilter(Map<String, MediaType>, Map<String, String>) - Constructor for class com.sun.jersey.api.container.filter.UriConnegFilter
Create a filter with suffix to media type mappings and suffix to langauge mappings.
UriHelper - Class in com.sun.jersey.server.impl.uri
URI helper.
UriHelper() - Constructor for class com.sun.jersey.server.impl.uri.UriHelper
 
UriMatchResultContext - Interface in com.sun.jersey.spi.uri.rules
The context for matching URI rules.
UriRule - Interface in com.sun.jersey.spi.uri.rules
A URI rule that can accept a URI path.
UriRuleContext - Interface in com.sun.jersey.spi.uri.rules
The context for processing URI rules.
UriRuleProbeProvider - Class in com.sun.jersey.server.probes
A probe provider, for GlassFish monitoring, that reports low-level events when URI rules are matched.
UriRuleProbeProvider() - Constructor for class com.sun.jersey.server.probes.UriRuleProbeProvider
 
UriRules<R> - Interface in com.sun.jersey.spi.uri.rules
A collection of URI rules that can be matched against a path using associated patterns.
UriRulesFactory - Class in com.sun.jersey.server.impl.uri.rules
 
Utils - Class in com.sun.jersey.server.impl.cdi
Utility methods for CDI BeanManager and Bean classes.

V

val(String, String) - Static method in class com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.Elements
 
validate() - Method in class com.sun.jersey.api.core.ResourceConfig
Validate the set of classes and singletons.
validate(AbstractModelComponent) - Method in class com.sun.jersey.server.impl.modelapi.validation.AbstractModelValidator
The validate method validates a component and adds possible issues found to it's list.
value - Variable in class com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.XhtmlValueType
 
value() - Method in enum com.sun.research.ws.wadl.HTTPMethods
 
value - Variable in class com.sun.research.ws.wadl.Option
 
value() - Method in enum com.sun.research.ws.wadl.ParamStyle
 
valueOf(String) - Static method in enum com.sun.jersey.api.model.Parameter.Source
Returns the enum constant of this type with the specified name.
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.
valueOf(String) - Static method in enum com.sun.research.ws.wadl.HTTPMethods
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.research.ws.wadl.ParamStyle
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sun.jersey.api.model.Parameter.Source
Returns an array containing the constants of this enum type, in the order they are declared.
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.
values() - Static method in enum com.sun.research.ws.wadl.HTTPMethods
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.research.ws.wadl.ParamStyle
Returns an array containing the constants of this enum type, in the order they are declared.
variant(Variant) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Set representation metadata.
variants(List<Variant>) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Add a Vary header that lists the available variants.
VariantSelector - Class in com.sun.jersey.server.impl
 
VARY_HEADER - Static variable in class com.sun.jersey.spi.container.ContainerRequest
 
Viewable - Class in com.sun.jersey.api.view
A viewable type referencing a template by name and a model to be passed to the template.
Viewable(String) - Constructor for class com.sun.jersey.api.view.Viewable
Construct a new viewable type with a template name.
Viewable(String, Object) - Constructor for class com.sun.jersey.api.view.Viewable
Construct a new viewable type with a template name and a model.
Viewable(String, Object, Class<?>) - Constructor for class com.sun.jersey.api.view.Viewable
Construct a new viewable type with a template name, a model and a resolving class.
ViewableMessageBodyWriter - Class in com.sun.jersey.server.impl.template
 
ViewableMessageBodyWriter() - Constructor for class com.sun.jersey.server.impl.template.ViewableMessageBodyWriter
 
ViewableRule - Class in com.sun.jersey.server.impl.template
A viewable rule that defers the request to a template.
ViewableRule(List<QualitySourceMediaType>, List<ContainerRequestFilter>, List<ContainerResponseFilter>) - Constructor for class com.sun.jersey.server.impl.template.ViewableRule
 
ViewProcessor<T> - Interface in com.sun.jersey.spi.template
A view processor.
ViewResourceMethod - Class in com.sun.jersey.server.impl.template
 
ViewResourceMethod(List<QualitySourceMediaType>) - Constructor for class com.sun.jersey.server.impl.template.ViewResourceMethod
 
visitAbstractField(AbstractField) - Method in interface com.sun.jersey.api.model.AbstractModelVisitor
 
visitAbstractField(AbstractField) - Method in class com.sun.jersey.server.impl.modelapi.validation.BasicValidator
 
visitAbstractResource(AbstractResource) - Method in interface com.sun.jersey.api.model.AbstractModelVisitor
 
visitAbstractResource(AbstractResource) - Method in class com.sun.jersey.server.impl.modelapi.validation.BasicValidator
 
visitAbstractResourceConstructor(AbstractResourceConstructor) - Method in interface com.sun.jersey.api.model.AbstractModelVisitor
 
visitAbstractResourceConstructor(AbstractResourceConstructor) - Method in class com.sun.jersey.server.impl.modelapi.validation.BasicValidator
 
visitAbstractResourceMethod(AbstractResourceMethod) - Method in interface com.sun.jersey.api.model.AbstractModelVisitor
 
visitAbstractResourceMethod(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.modelapi.validation.BasicValidator
 
visitAbstractSetterMethod(AbstractSetterMethod) - Method in interface com.sun.jersey.api.model.AbstractModelVisitor
 
visitAbstractSetterMethod(AbstractSetterMethod) - Method in class com.sun.jersey.server.impl.modelapi.validation.BasicValidator
 
visitAbstractSubResourceLocator(AbstractSubResourceLocator) - Method in interface com.sun.jersey.api.model.AbstractModelVisitor
 
visitAbstractSubResourceLocator(AbstractSubResourceLocator) - Method in class com.sun.jersey.server.impl.modelapi.validation.BasicValidator
 
visitAbstractSubResourceMethod(AbstractSubResourceMethod) - Method in interface com.sun.jersey.api.model.AbstractModelVisitor
 
visitAbstractSubResourceMethod(AbstractSubResourceMethod) - Method in class com.sun.jersey.server.impl.modelapi.validation.BasicValidator
 
VoidVoidDispatchProvider - Class in com.sun.jersey.server.impl.model.method.dispatch
A provider for methods that are marked as void and receiving no args.
VoidVoidDispatchProvider() - Constructor for class com.sun.jersey.server.impl.model.method.dispatch.VoidVoidDispatchProvider
 
VoidVoidDispatchProvider.VoidVoidMethodInvoker - Class in com.sun.jersey.server.impl.model.method.dispatch
 
VoidVoidDispatchProvider.VoidVoidMethodInvoker(AbstractResourceMethod) - Constructor for class com.sun.jersey.server.impl.model.method.dispatch.VoidVoidDispatchProvider.VoidVoidMethodInvoker
 
VoidVoidDispatchProvider.VoidVoidMethodInvoker(AbstractResourceMethod, JavaMethodInvoker) - Constructor for class com.sun.jersey.server.impl.model.method.dispatch.VoidVoidDispatchProvider.VoidVoidMethodInvoker
 

W

WadlApplicationContext - Interface in com.sun.jersey.server.wadl
A context to obtain WADL-based information.
WadlApplicationContextImpl - Class in com.sun.jersey.server.impl.wadl
 
WadlApplicationContextImpl(Set<AbstractResource>, WadlGenerator) - Constructor for class com.sun.jersey.server.impl.wadl.WadlApplicationContextImpl
 
WadlBuilder - Class in com.sun.jersey.server.wadl
This class implements the algorithm how the wadl is built for one or more AbstractResource classes.
WadlBuilder() - Constructor for class com.sun.jersey.server.wadl.WadlBuilder
 
WadlBuilder(WadlGenerator) - Constructor for class com.sun.jersey.server.wadl.WadlBuilder
 
WadlFactory - Class in com.sun.jersey.server.impl.wadl
 
WadlFactory(ResourceConfig) - Constructor for class com.sun.jersey.server.impl.wadl.WadlFactory
 
WadlGenerator - Interface in com.sun.jersey.server.wadl
A WadlGenerator creates artifacts related to wadl.
WadlGeneratorApplicationDoc - Class in com.sun.jersey.server.wadl.generators
This WadlGenerator adds all doc elements provided by ApplicationDocs.getDocs() to the generated wadl-file.
WadlGeneratorApplicationDoc() - Constructor for class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
 
WadlGeneratorApplicationDoc(WadlGenerator, ApplicationDocs) - Constructor for class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
 
WadlGeneratorConfig - Class in com.sun.jersey.api.wadl.config
Provides a configured WadlGenerator with all decorations (the default wadl generator decorated by other generators).
WadlGeneratorConfig() - Constructor for class com.sun.jersey.api.wadl.config.WadlGeneratorConfig
 
WadlGeneratorConfig(WadlGenerator) - Constructor for class com.sun.jersey.api.wadl.config.WadlGeneratorConfig
Creates a new WadlGeneratorConfig from the provided wadlGenerator (must already be initialized).
WadlGeneratorConfig.WadlGeneratorConfigBuilder - Class in com.sun.jersey.api.wadl.config
 
WadlGeneratorConfig.WadlGeneratorConfigBuilder() - Constructor for class com.sun.jersey.api.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigBuilder
 
WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder - Class in com.sun.jersey.api.wadl.config
 
WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder() - Constructor for class com.sun.jersey.api.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
 
WadlGeneratorConfigLoader - Class in com.sun.jersey.api.wadl.config
Loads a WadlGeneratorConfig and provides access to the WadlGenerator provided by the loaded WadlGeneratorConfig.
If no WadlGeneratorConfig is provided, the default WadlGenerator will be loaded.
WadlGeneratorConfigLoader() - Constructor for class com.sun.jersey.api.wadl.config.WadlGeneratorConfigLoader
 
WadlGeneratorDescription - Class in com.sun.jersey.api.wadl.config
This is the model for the definition of wadl generators via configuration properties.
The properties refer to the properties of the WadlGenerator implementation with the specified WadlGeneratorDescription.getGeneratorClass().
WadlGeneratorDescription() - Constructor for class com.sun.jersey.api.wadl.config.WadlGeneratorDescription
 
WadlGeneratorDescription(Class<? extends WadlGenerator>, Properties) - Constructor for class com.sun.jersey.api.wadl.config.WadlGeneratorDescription
 
WadlGeneratorGrammarsSupport - Class in com.sun.jersey.server.wadl.generators
This WadlGenerator adds the provided Grammars element to the generated wadl-file.
WadlGeneratorGrammarsSupport() - Constructor for class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
 
WadlGeneratorGrammarsSupport(WadlGenerator, Grammars) - Constructor for class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
 
WadlGeneratorImpl - Class in com.sun.jersey.server.wadl
This WadlGenerator creates the basic wadl artifacts.
Created on: Jun 16, 2008
WadlGeneratorImpl() - Constructor for class com.sun.jersey.server.wadl.WadlGeneratorImpl
 
WadlGeneratorResourceDocSupport - Class in com.sun.jersey.server.wadl.generators.resourcedoc
A WadlGenerator implementation that enhances the generated wadl by information read from a resourcedoc (containing javadoc information about resource classes).
WadlGeneratorResourceDocSupport() - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
WadlGeneratorResourceDocSupport(WadlGenerator, ResourceDocType) - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
WadlGeneratorTask - Class in com.sun.jersey.api.wadl
Ant task for generating WADL for root resource classes.
WadlGeneratorTask() - Constructor for class com.sun.jersey.api.wadl.WadlGeneratorTask
 
wadlParam - Variable in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ResponseDocType
 
WadlParamType - Class in com.sun.jersey.server.wadl.generators.resourcedoc.model
The documentation type for wadl params.
Created on: Jun 12, 2008
WadlParamType() - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.model.WadlParamType
 
WadlResource - Class in com.sun.jersey.server.impl.wadl
 
WadlResource(WadlApplicationContext) - Constructor for class com.sun.jersey.server.impl.wadl.WadlResource
 
WebApplication - Interface in com.sun.jersey.spi.container
A Web application that manages a set of resource classes.
WebApplicationContext - Class in com.sun.jersey.server.impl.application
 
WebApplicationContext(WebApplicationImpl, ContainerRequest, ContainerResponse) - Constructor for class com.sun.jersey.server.impl.application.WebApplicationContext
 
WebApplicationFactory - Class in com.sun.jersey.spi.container
A factory for WebApplication instances.
WebApplicationImpl - Class in com.sun.jersey.server.impl.application
A Web application that contains a set of resources, each referenced by an absolute URI template.
WebApplicationImpl() - Constructor for class com.sun.jersey.server.impl.application.WebApplicationImpl
 
WebApplicationListener - Interface in com.sun.jersey.spi.container
 
WebApplicationProvider - Interface in com.sun.jersey.spi.container
Service-provider interface for creating Web application instances.
WebApplicationProviderImpl - Class in com.sun.jersey.server.impl.container
 
WebApplicationProviderImpl() - Constructor for class com.sun.jersey.server.impl.container.WebApplicationProviderImpl
 
WebAppResourceConfig - Class in com.sun.jersey.api.core
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.WebAppResourceConfig
 
WebAppResourceConfig(String[], ServletContext) - Constructor for class com.sun.jersey.api.core.WebAppResourceConfig
 
WebAppResourcesScanner - Class in com.sun.jersey.spi.scanning
A scanner that recursively scans resources within a Web application.
WebAppResourcesScanner(String[], ServletContext) - Constructor for class com.sun.jersey.spi.scanning.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
 
write() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
write() - Method in class com.sun.jersey.spi.container.ContainerResponse
Write the response.
writeStatusAndHeaders(long, ContainerResponse) - Method in interface com.sun.jersey.spi.container.ContainerResponseWriter
Write the status and headers of the response and return an output stream for the web application to write the entity of the response.
writeTo(String, Viewable, OutputStream) - Method in class com.sun.jersey.server.impl.container.servlet.JSPTemplateProcessor
 
writeTo(String, Viewable, OutputStream) - Method in class com.sun.jersey.server.impl.template.TemplateViewProcessor
 
writeTo(Viewable, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.sun.jersey.server.impl.template.ViewableMessageBodyWriter
 
writeTo(OutputStream) - Method in class com.sun.jersey.spi.template.ResolvedViewable
Write the resolved viewable.
writeTo(String, Object, OutputStream) - Method in interface com.sun.jersey.spi.template.TemplateProcessor
Deprecated.
writeTo(T, Viewable, OutputStream) - Method in interface com.sun.jersey.spi.template.ViewProcessor
Process a template and write the result to an output stream.

X

XhtmlElementType - Class in com.sun.jersey.server.wadl.generators.resourcedoc.xhtml
The type for an element holding child nodes.
Created on: Jun 17, 2008
XhtmlElementType() - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.XhtmlElementType
 
XhtmlValueType - Class in com.sun.jersey.server.wadl.generators.resourcedoc.xhtml
The type for an element holding a string value.
Created on: Jun 17, 2008
XhtmlValueType() - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.XhtmlValueType
 

_

_default - Variable in class com.sun.research.ws.wadl.Param
 
_dispatch(Object, HttpContext) - Method in class com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher
 
_dispatch(Object, HttpContext) - Method in class com.sun.jersey.server.impl.model.method.dispatch.VoidVoidDispatchProvider.VoidVoidMethodInvoker
 
A B C D E F G H I J L M N O P Q R S T U V W X _ 

Copyright © 2015 Oracle Corporation. All Rights Reserved.