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

A

abstractClass(Class) - Static method in class com.sun.jersey.spi.inject.Errors
 
AbstractJAXBElementProvider - Class in com.sun.jersey.core.provider.jaxb
An abstract provider for JAXBElement.
AbstractJAXBElementProvider(Providers) - Constructor for class com.sun.jersey.core.provider.jaxb.AbstractJAXBElementProvider
 
AbstractJAXBElementProvider(Providers, MediaType) - Constructor for class com.sun.jersey.core.provider.jaxb.AbstractJAXBElementProvider
 
AbstractJAXBProvider<T> - Class in com.sun.jersey.core.provider.jaxb
A base class for implementing JAXB-based readers and writers.
AbstractJAXBProvider(Providers) - Constructor for class com.sun.jersey.core.provider.jaxb.AbstractJAXBProvider
 
AbstractJAXBProvider(Providers, MediaType) - Constructor for class com.sun.jersey.core.provider.jaxb.AbstractJAXBProvider
 
AbstractListElementProvider - Class in com.sun.jersey.core.provider.jaxb
An abstract provider for T[], Collection<T>, and its subtypes as long as they have the public default constructor or are interfaces implemented by one the following classes: ArrayList LinkedList HashSet TreeSet Stack T must be a JAXB type annotated with XmlRootElement.
AbstractListElementProvider(Providers) - Constructor for class com.sun.jersey.core.provider.jaxb.AbstractListElementProvider
 
AbstractListElementProvider(Providers, MediaType) - Constructor for class com.sun.jersey.core.provider.jaxb.AbstractListElementProvider
 
AbstractListElementProvider.JaxbTypeChecker - Interface in com.sun.jersey.core.provider.jaxb
This is to allow customized JAXB collections checking.
AbstractMessageReaderWriterProvider<T> - Class in com.sun.jersey.core.provider
 
AbstractMessageReaderWriterProvider() - Constructor for class com.sun.jersey.core.provider.AbstractMessageReaderWriterProvider
 
AbstractRootElementProvider - Class in com.sun.jersey.core.provider.jaxb
An abstract provider for JAXB types that are annotated with XmlRootElement or XmlType.
AbstractRootElementProvider(Providers) - Constructor for class com.sun.jersey.core.provider.jaxb.AbstractRootElementProvider
 
AbstractRootElementProvider(Providers, MediaType) - Constructor for class com.sun.jersey.core.provider.jaxb.AbstractRootElementProvider
 
AbstractRuntimeDelegate - Class in com.sun.jersey.core.spi.factory
An abstract implementation of RuntimeDelegate that provides support common to the client and server.
AbstractRuntimeDelegate() - Constructor for class com.sun.jersey.core.spi.factory.AbstractRuntimeDelegate
 
AcceptableLanguageTag - Class in com.sun.jersey.core.header
An acceptable language tag.
AcceptableLanguageTag(String, String) - Constructor for class com.sun.jersey.core.header.AcceptableLanguageTag
 
AcceptableLanguageTag(String) - Constructor for class com.sun.jersey.core.header.AcceptableLanguageTag
 
AcceptableLanguageTag(HttpHeaderReader) - Constructor for class com.sun.jersey.core.header.AcceptableLanguageTag
 
AcceptableMediaType - Class in com.sun.jersey.core.header
An acceptable media type.
AcceptableMediaType(String, String) - Constructor for class com.sun.jersey.core.header.AcceptableMediaType
 
AcceptableMediaType(String, String, int, Map<String, String>) - Constructor for class com.sun.jersey.core.header.AcceptableMediaType
 
AcceptableToken - Class in com.sun.jersey.core.header
An acceptable token.
AcceptableToken(String) - Constructor for class com.sun.jersey.core.header.AcceptableToken
 
AcceptableToken(HttpHeaderReader) - Constructor for class com.sun.jersey.core.header.AcceptableToken
 
Activator - Class in com.sun.jersey.core.osgi
Activator for Jersey core bundle.
Activator() - Constructor for class com.sun.jersey.core.osgi.Activator
 
add(InjectableProvider) - Method in class com.sun.jersey.core.spi.factory.InjectableProviderFactory
 
add() - Method in class com.sun.jersey.core.spi.factory.VariantListBuilderImpl
 
add(String, String) - Method in class com.sun.jersey.core.util.MultivaluedMapImpl
 
add(String, Object) - Method in class com.sun.jersey.core.util.MultivaluedMapImpl
 
add(String, V) - Method in class com.sun.jersey.core.util.StringKeyIgnoreCaseMultivaluedMap
 
add(K, V) - Method in class com.sun.jersey.core.util.UnmodifiableMultivaluedMap
 
add(Closeable) - Method in interface com.sun.jersey.spi.CloseableService
Add an instance of Closeable that is to be closed when the request goes out of scope.
addDateParameter(StringBuilder, String, Date) - Method in class com.sun.jersey.core.header.ContentDisposition
 
addFirst(String, String) - Method in class com.sun.jersey.core.util.MultivaluedMapImpl
 
addLongParameter(StringBuilder, String, Long) - Method in class com.sun.jersey.core.header.ContentDisposition
 
addObject(String, Object) - Method in class com.sun.jersey.core.util.StringKeyStringValueIgnoreCaseMultivaluedMap
 
addStringParameter(StringBuilder, String, String) - Method in class com.sun.jersey.core.header.ContentDisposition
 
AnnotatedContext - Class in com.sun.jersey.core.spi.component
A component context for an accessible object and/or an array of annotations.
AnnotatedContext() - Constructor for class com.sun.jersey.core.spi.component.AnnotatedContext
 
AnnotatedContext(Annotation[]) - Constructor for class com.sun.jersey.core.spi.component.AnnotatedContext
 
AnnotatedContext(AccessibleObject) - Constructor for class com.sun.jersey.core.spi.component.AnnotatedContext
 
AnnotatedContext(AccessibleObject, Annotation[]) - Constructor for class com.sun.jersey.core.spi.component.AnnotatedContext
 
AnnotatedMethod - Class in com.sun.jersey.core.reflection
 
AnnotatedMethod(Method) - Constructor for class com.sun.jersey.core.reflection.AnnotatedMethod
 
ANY_MATCH - Static variable in class com.sun.jersey.core.header.MatchingEntityTag
An empty set that corresponds to If-Match: * or If-None-Match: *.

B

Base64 - Class in com.sun.jersey.core.util
This class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N.
Base64() - Constructor for class com.sun.jersey.core.util.Base64
 
base64Decode(String) - Static method in class com.sun.jersey.core.util.Base64
 
BUFFER_SIZE - Static variable in class com.sun.jersey.core.util.ReaderWriter
The buffer size for arrays of byte and character.
BUFFER_SIZE_SYSTEM_PROPERTY - Static variable in class com.sun.jersey.core.util.ReaderWriter
The system property to set the default buffer size for arrays of byte and character.
build(Object...) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
build() - Method in class com.sun.jersey.core.header.ContentDisposition.ContentDispositionBuilder
Build the content disposition.
build() - Method in class com.sun.jersey.core.header.FormDataContentDisposition.FormDataContentDispositionBuilder
 
build() - Method in class com.sun.jersey.core.header.LinkHeader.LinkHeaderBuilder
 
build() - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
build() - Method in class com.sun.jersey.core.spi.factory.VariantListBuilderImpl
 
buildFromEncoded(Object...) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
buildFromEncodedMap(Map<String, ? extends Object>) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
buildFromMap(Map<String, ? extends Object>) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
bundleChanged(BundleEvent) - Method in class com.sun.jersey.core.osgi.OsgiRegistry
 
BundleSchemeScanner - Class in com.sun.jersey.core.spi.scanning.uri
 
BundleSchemeScanner() - Constructor for class com.sun.jersey.core.spi.scanning.uri.BundleSchemeScanner
 

C

c - Variable in class com.sun.jersey.core.reflection.ReflectionHelper.ClassTypePair
The class.
c - Variable in class com.sun.jersey.core.reflection.ReflectionHelper.TypeClassPair
 
c - Variable in class com.sun.jersey.core.spi.component.ComponentInjector
 
CACHE_CONTROL - Static variable in class com.sun.jersey.core.spi.factory.ResponseBuilderHeaders
 
cacheControl(CacheControl) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
classForNamePA(String) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Get privileged action to obtain Class from given class name.
classForNamePA(String, ClassLoader) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Get privileged action to obtain Class from given class name.
classForNameWithException(String) - Method in class com.sun.jersey.core.osgi.OsgiRegistry
Get the Class from the class name.
classForNameWithExceptionPEA(String) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Get privileged exception action to obtain Class from given class name.
classForNameWithExceptionPEA(String, ClassLoader) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Get privileged exception action to obtain Class from given class name.
clear() - Method in class com.sun.jersey.core.util.KeyComparatorHashMap
Removes all mappings from this map.
clear() - Method in class com.sun.jersey.core.util.KeyComparatorLinkedHashMap
Removes all of the mappings from this map.
clear() - Method in class com.sun.jersey.core.util.UnmodifiableMultivaluedMap
 
ClientSide - Class in com.sun.jersey.spi.inject
 
ClientSide() - Constructor for class com.sun.jersey.spi.inject.ClientSide
 
clone() - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
clone() - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
clone() - Method in class com.sun.jersey.core.util.KeyComparatorHashMap
Returns a shallow copy of this HashMap instance: the keys and values themselves are not cloned.
CloseableService - Interface in com.sun.jersey.spi
A closeable service to add instances of Closeable that are required to be closed.
closing(String) - Method in class com.sun.jersey.core.spi.scanning.uri.JarZipSchemeScanner
Obtain a Closing of the jar file.
Closing - Class in com.sun.jersey.core.util
A helper class to aid the closing of InputStream.
Closing(InputStream) - Constructor for class com.sun.jersey.core.util.Closing
 
Closing.Closure - Interface in com.sun.jersey.core.util
 
com.sun.jersey.api.provider.jaxb - package com.sun.jersey.api.provider.jaxb
 
com.sun.jersey.api.representation - package com.sun.jersey.api.representation
Provides support for particular representations.
com.sun.jersey.api.uri - package com.sun.jersey.api.uri
Provides support for JAX-RS URI templates and encoding/decoding URI components.
com.sun.jersey.core.header - package com.sun.jersey.core.header
Provides support for HTTP headers.
com.sun.jersey.core.header.reader - package com.sun.jersey.core.header.reader
Provides support for reading HTTP headers.
com.sun.jersey.core.osgi - package com.sun.jersey.core.osgi
 
com.sun.jersey.core.provider - package com.sun.jersey.core.provider
Provides support for provider-related classes.
com.sun.jersey.core.provider.jaxb - package com.sun.jersey.core.provider.jaxb
Provides support for JAXB-related message body readers and writers.
com.sun.jersey.core.reflection - package com.sun.jersey.core.reflection
Provides support for reflection.
com.sun.jersey.core.spi.component - package com.sun.jersey.core.spi.component
Provides support for components.
com.sun.jersey.core.spi.component.ioc - package com.sun.jersey.core.spi.component.ioc
Provides support for IoC-based components.
com.sun.jersey.core.spi.factory - package com.sun.jersey.core.spi.factory
Provides support for factories of particular component types.
com.sun.jersey.core.spi.scanning - package com.sun.jersey.core.spi.scanning
Provides support for class scanning.
com.sun.jersey.core.spi.scanning.uri - package com.sun.jersey.core.spi.scanning.uri
Provides support for package-based class scanning using URIs.
com.sun.jersey.core.util - package com.sun.jersey.core.util
Provides support for collection-based classes.
com.sun.jersey.localization - package com.sun.jersey.localization
 
com.sun.jersey.spi - package com.sun.jersey.spi
Provides support for service providers.
com.sun.jersey.spi.inject - package com.sun.jersey.spi.inject
Provides support for injection onto resource and provider classes.
com.sun.jersey.spi.service - package com.sun.jersey.spi.service
Provides support for services obtained using META-INF/services.
COMMENT - Static variable in class com.sun.jersey.core.header.GrammarUtil
Represents comment type in the TYPE_TABLE
COMPARATOR - Static variable in class com.sun.jersey.api.uri.UriTemplate
Order the templates according according to JAX-RS.
compare(Object, Object) - Method in class com.sun.jersey.core.util.PriorityUtil.InstanceComparator
 
compare(Class<?>, Class<?>) - Method in class com.sun.jersey.core.util.PriorityUtil.TypeComparator
 
compare(String, String) - Method in class com.sun.jersey.core.util.StringIgnoreCaseKeyComparator
 
CompletableReader<T> - Interface in com.sun.jersey.core.provider
A MessageBodyReader may implement this interface to signal that reading from the underlying input stream can be fully completed.
complete(T) - Method in interface com.sun.jersey.core.provider.CompletableReader
Complete the reading.
ComponentConstructor<T> - Class in com.sun.jersey.core.spi.component
A constructor of a component.
ComponentConstructor(InjectableProviderContext, Class<T>, ComponentInjector<T>) - Constructor for class com.sun.jersey.core.spi.component.ComponentConstructor
 
ComponentContext - Interface in com.sun.jersey.core.spi.component
A component context providing information to ComponentProvider and InjectableProvider instances on the accessible object and list of annotations associated with the component instance to be obtained and/or injected.
ComponentDestructor - Class in com.sun.jersey.core.spi.component
A destructor of a component.
ComponentDestructor(Class) - Constructor for class com.sun.jersey.core.spi.component.ComponentDestructor
Create a component destructor.
ComponentInjector<T> - Class in com.sun.jersey.core.spi.component
An injector to inject on a component.
ComponentInjector(InjectableProviderContext, Class<T>) - Constructor for class com.sun.jersey.core.spi.component.ComponentInjector
Create a component injector.
ComponentProvider - Interface in com.sun.jersey.core.spi.component
Provide instances of a component.
ComponentProviderFactory<C extends ComponentProvider> - Interface in com.sun.jersey.core.spi.component
A factory for obtaining component providers.
ComponentScope - Enum in com.sun.jersey.core.spi.component
The scope contract for a component.
concreteClass - Variable in class com.sun.jersey.core.reflection.ReflectionHelper.DeclaringClassInterfacePair
 
configure(ProviderServices) - Method in class com.sun.jersey.core.spi.factory.InjectableProviderFactory
 
configureProviders(ProviderServices) - Method in class com.sun.jersey.core.spi.factory.InjectableProviderFactory
 
ConstrainedTo - Annotation Type in com.sun.jersey.spi.inject
 
ConstrainedToType - Class in com.sun.jersey.spi.inject
 
ConstrainedToType() - Constructor for class com.sun.jersey.spi.inject.ConstrainedToType
 
containsKey(Object) - Method in class com.sun.jersey.core.util.KeyComparatorHashMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class com.sun.jersey.core.util.UnmodifiableMultivaluedMap
 
containsValue(Object) - Method in class com.sun.jersey.core.util.KeyComparatorHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class com.sun.jersey.core.util.KeyComparatorLinkedHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class com.sun.jersey.core.util.UnmodifiableMultivaluedMap
 
containsWhiteSpace(String) - Static method in class com.sun.jersey.core.header.GrammarUtil
Returns true if string s contains a white space char.
CONTENT_LANGUAGE - Static variable in class com.sun.jersey.core.spi.factory.ResponseBuilderHeaders
 
CONTENT_LOCATION - Static variable in class com.sun.jersey.core.spi.factory.ResponseBuilderHeaders
 
CONTENT_TYPE - Static variable in class com.sun.jersey.core.spi.factory.ResponseBuilderHeaders
 
ContentDisposition - Class in com.sun.jersey.core.header
A content disposition header.
ContentDisposition(String, String, Date, Date, Date, long) - Constructor for class com.sun.jersey.core.header.ContentDisposition
 
ContentDisposition(String) - Constructor for class com.sun.jersey.core.header.ContentDisposition
 
ContentDisposition(String, boolean) - Constructor for class com.sun.jersey.core.header.ContentDisposition
 
ContentDisposition(HttpHeaderReader) - Constructor for class com.sun.jersey.core.header.ContentDisposition
 
ContentDisposition(HttpHeaderReader, boolean) - Constructor for class com.sun.jersey.core.header.ContentDisposition
 
ContentDisposition.ContentDispositionBuilder<T extends ContentDisposition.ContentDispositionBuilder<T,V>,V extends ContentDisposition> - Class in com.sun.jersey.core.header
Builder to build content disposition.
contentLocation(URI) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
ContextResolverFactory - Class in com.sun.jersey.core.spi.factory
A factory for managing ContextResolver instances.
ContextResolverFactory() - Constructor for class com.sun.jersey.core.spi.factory.ContextResolverFactory
 
contextualEncode(String, UriComponent.Type) - Static method in class com.sun.jersey.api.uri.UriComponent
Contextually encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.
contextualEncode(String, UriComponent.Type, boolean) - Static method in class com.sun.jersey.api.uri.UriComponent
Contextually encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.
CONTROL - Static variable in class com.sun.jersey.core.header.GrammarUtil
Represents control type in the TYPE_TABLE
cookie(NewCookie...) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
create(HttpHeaderReader) - Method in interface com.sun.jersey.core.header.reader.HttpHeaderReader.ListElementCreator
 
createClassIterator(Class<T>, String, ClassLoader, boolean) - Method in class com.sun.jersey.spi.service.ServiceFinder.DefaultServiceIteratorProvider
 
createClassIterator(Class<T>, String, ClassLoader, boolean) - Method in class com.sun.jersey.spi.service.ServiceFinder.ServiceIteratorProvider
Iterate over provider classes of a service.
createHeaderDelegate(Class<T>) - Method in class com.sun.jersey.core.spi.factory.AbstractRuntimeDelegate
 
createIterator(Class<T>, String, ClassLoader, boolean) - Method in class com.sun.jersey.spi.service.ServiceFinder.DefaultServiceIteratorProvider
 
createIterator(Class<T>, String, ClassLoader, boolean) - Method in class com.sun.jersey.spi.service.ServiceFinder.ServiceIteratorProvider
Iterate over provider instances of a service.
createMediaTypes(Consumes) - Static method in class com.sun.jersey.core.header.MediaTypes
Create a list of media type from the Consumes annotation.
createMediaTypes(Produces) - Static method in class com.sun.jersey.core.header.MediaTypes
Create a list of media type from the Produces annotation.
createMediaTypes(String[]) - Static method in class com.sun.jersey.core.header.MediaTypes
Create a list of media type from an array of media types.
createQualitySourceMediaTypes(Produces) - Static method in class com.sun.jersey.core.header.MediaTypes
Create a list of quality source media type from the Produces annotation.
createQualitySourceMediaTypes(String[]) - Static method in class com.sun.jersey.core.header.MediaTypes
Create a list of quality source media type from an array of media types.
createResponseBuilder() - Method in class com.sun.jersey.core.spi.factory.AbstractRuntimeDelegate
 
createURI(Map<String, String>) - Method in class com.sun.jersey.api.uri.UriTemplate
Create a URI by substituting any template variables for corresponding template values.
createURI(String...) - Method in class com.sun.jersey.api.uri.UriTemplate
Create a URI by substituting any template variables for corresponding template values.
createURI(String[], int, int) - Method in class com.sun.jersey.api.uri.UriTemplate
Create a URI by substituting any template variables for corresponding template values.
createURI(String, String, String, String, String, String, String, Map<String, ? extends Object>, boolean) - Static method in class com.sun.jersey.api.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createURI(String, String, String, String, String, String, String, String, Map<String, ? extends Object>, boolean) - Static method in class com.sun.jersey.api.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createURI(String, String, String, String, String, String, String, Object[], boolean) - Static method in class com.sun.jersey.api.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createURI(String, String, String, String, String, String, String, String, Object[], boolean) - Static method in class com.sun.jersey.api.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createUriBuilder() - Method in class com.sun.jersey.core.spi.factory.AbstractRuntimeDelegate
 
createUriPattern(UriTemplateParser) - Method in class com.sun.jersey.api.uri.UriTemplate
Create the URI pattern from a URI template parser.
createURIWithStringValues(String, String, String, String, String, String, String, Map<String, ? extends Object>, boolean) - Static method in class com.sun.jersey.api.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createURIWithStringValues(String, String, String, String, String, String, String, String, Map<String, ? extends Object>, boolean) - Static method in class com.sun.jersey.api.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createURIWithStringValues(String, String, String, String, String, String, String, String[], boolean) - Static method in class com.sun.jersey.api.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createURIWithStringValues(String, String, String, String, String, String, String, String, String[], boolean) - Static method in class com.sun.jersey.api.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createVariantListBuilder() - Method in class com.sun.jersey.core.spi.factory.AbstractRuntimeDelegate
 
creationDate - Variable in class com.sun.jersey.core.header.ContentDisposition.ContentDispositionBuilder
 
creationDate(Date) - Method in class com.sun.jersey.core.header.ContentDisposition.ContentDispositionBuilder
Add the "creation-date" parameter.
cs - Variable in class com.sun.jersey.spi.inject.InjectableProviderContext.InjectableScopePair
 

D

declaringClass - Variable in class com.sun.jersey.core.reflection.ReflectionHelper.DeclaringClassInterfacePair
 
decode(String, UriComponent.Type) - Static method in class com.sun.jersey.api.uri.UriComponent
Decodes characters of a string that are percent-encoded octets using UTF-8 decoding (if needed).
decode(byte[]) - Static method in class com.sun.jersey.core.util.Base64
Decodes Base64 data into octects
decode(String) - Static method in class com.sun.jersey.core.util.Base64
Decodes a string containing Base64 data
decodeMatrix(String, boolean) - Static method in class com.sun.jersey.api.uri.UriComponent
Decode the matrix component of a URI path segment.
decodePath(URI, boolean) - Static method in class com.sun.jersey.api.uri.UriComponent
Decode the path component of a URI as path segments.
decodePath(String, boolean) - Static method in class com.sun.jersey.api.uri.UriComponent
Decode the path component of a URI as path segments.
decodePathSegment(List<PathSegment>, String, boolean) - Static method in class com.sun.jersey.api.uri.UriComponent
Decode the path segment and add it to the list of path segments.
decodeQuery(URI, boolean) - Static method in class com.sun.jersey.api.uri.UriComponent
Decode the query component of a URI.
decodeQuery(String, boolean) - Static method in class com.sun.jersey.api.uri.UriComponent
Decode the query component of a URI.
decodeQuery(String, boolean, boolean) - Static method in class com.sun.jersey.api.uri.UriComponent
Decode the query component of a URI.
DEFAULT_BUFFER_SIZE - Static variable in class com.sun.jersey.core.util.ReaderWriter
The default buffer size for arrays of byte and character.
DEFAULT_PRIORITY - Static variable in class com.sun.jersey.core.util.PriorityUtil
Default priority value for factory types that do not have their priority set explicitly using Priority annotation.
DEFAULT_QUALITY_FACTOR - Static variable in interface com.sun.jersey.core.header.QualityFactor
 
DEFAULT_QUALITY_SOURCE_FACTOR - Static variable in class com.sun.jersey.core.header.QualitySourceMediaType
 
destroy(Object) - Method in class com.sun.jersey.core.spi.component.ComponentDestructor
 
destroy(Object) - Method in interface com.sun.jersey.core.spi.component.ioc.IoCDestroyable
 
destroy() - Method in class com.sun.jersey.core.spi.component.ProviderFactory
Destroy all cached components.
destroy() - Method in interface com.sun.jersey.core.spi.component.ProviderFactory.Destroyable
 

E

EMPTY - Static variable in class com.sun.jersey.api.uri.UriPattern
The empty URI pattern that matches the null or empty URI path
EMPTY - Static variable in class com.sun.jersey.api.uri.UriTemplate
The empty URI template that matches the null or empty URI path
encode(String, UriComponent.Type) - Static method in class com.sun.jersey.api.uri.UriComponent
Encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.
encode(String, UriComponent.Type, boolean) - Static method in class com.sun.jersey.api.uri.UriComponent
Encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.
encode(byte[]) - Static method in class com.sun.jersey.core.util.Base64
Encodes hex octects into Base64.
encode(String) - Static method in class com.sun.jersey.core.util.Base64
Encodes hex octets of a UTF-8 encoded String into Base64
encodeLiteralCharacters(String) - Method in class com.sun.jersey.api.uri.UriTemplateParser
Encode literal characters of a template.
encodeTemplateNames(String) - Static method in class com.sun.jersey.api.uri.UriComponent
Encodes a string with template parameters names present, specifically the characters '{' and '}' will be percent-encoded.
encoding(String) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
encodings(String...) - Method in class com.sun.jersey.core.spi.factory.VariantListBuilderImpl
 
endsWithSlash() - Method in class com.sun.jersey.api.uri.UriTemplate
 
entity(Object) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
EntityHolder<T> - Class in com.sun.jersey.core.provider
A holder for an entity of a request consumed by the server or a response consumed by a client.
EntityHolder() - Constructor for class com.sun.jersey.core.provider.EntityHolder
Create an entity holder containing no entity.
EntityHolder(T) - Constructor for class com.sun.jersey.core.provider.EntityHolder
Create an entity holder containing an entity.
entityWithType(Object, Type) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
entrySet() - Method in class com.sun.jersey.core.util.KeyComparatorHashMap
Returns a collection view of the mappings contained in this map.
entrySet() - Method in class com.sun.jersey.core.util.UnmodifiableMultivaluedMap
 
equals(Object) - Method in class com.sun.jersey.api.uri.UriPattern
 
equals(Object) - Method in class com.sun.jersey.api.uri.UriTemplate
Equality is calculated from the String of the regular expression generated from the templates.
equals(Object) - Method in class com.sun.jersey.core.header.LanguageTag
 
equals(K, K) - Method in interface com.sun.jersey.core.util.KeyComparator
Compare two keys for equality.
equals(String, String) - Method in class com.sun.jersey.core.util.StringIgnoreCaseKeyComparator
 
equals(Object) - Method in class com.sun.jersey.spi.inject.Errors.ErrorMessage
 
error(String) - Static method in class com.sun.jersey.spi.inject.Errors
 
error(String, boolean) - Static method in class com.sun.jersey.spi.inject.Errors
 
Errors - Class in com.sun.jersey.spi.inject
TODO do not use static thread local?
Errors() - Constructor for class com.sun.jersey.spi.inject.Errors
 
Errors.Closure<T> - Interface in com.sun.jersey.spi.inject
 
Errors.ErrorMessage - Class in com.sun.jersey.spi.inject
 
Errors.ErrorMessagesException - Exception in com.sun.jersey.spi.inject
 
ETAG - Static variable in class com.sun.jersey.core.spi.factory.ResponseBuilderHeaders
 
expires(Date) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 

F

f(InputStream) - Method in interface com.sun.jersey.core.util.Closing.Closure
 
f(Closing.Closure) - Method in class com.sun.jersey.core.util.Closing
 
f() - Method in interface com.sun.jersey.spi.inject.Errors.Closure
 
FAST_INFOSET - Static variable in class com.sun.jersey.core.header.MediaTypes
 
FEATURE_DISABLE_XML_SECURITY - Static variable in interface com.sun.jersey.core.util.FeaturesAndProperties
If true XML security features when parsing XML documents will be disabled.
FEATURE_FORMATTED - Static variable in interface com.sun.jersey.core.util.FeaturesAndProperties
If true then returned XML will be formatted.
FEATURE_PRE_1_4_PROVIDER_PRECEDENCE - Static variable in interface com.sun.jersey.core.util.FeaturesAndProperties
If true, provider precedence will work as it did prior Jersey version 1.4.
FEATURE_XMLROOTELEMENT_PROCESSING - Static variable in interface com.sun.jersey.core.util.FeaturesAndProperties
If true then XML root element tag name for lists will be derived from @XmlRootElement annotation and won't be decapitalized.
FeaturesAndProperties - Interface in com.sun.jersey.core.util
Features and properties.
fileName - Variable in class com.sun.jersey.core.header.ContentDisposition.ContentDispositionBuilder
 
fileName(String) - Method in class com.sun.jersey.core.header.ContentDisposition.ContentDispositionBuilder
Add the "file-name" parameter.
FileSchemeScanner - Class in com.sun.jersey.core.spi.scanning.uri
A "file" scheme URI scanner that recursively scans directories.
FileSchemeScanner() - Constructor for class com.sun.jersey.core.spi.scanning.uri.FileSchemeScanner
 
FilesScanner - Class in com.sun.jersey.core.spi.scanning
A scanner that recursively scans directories and jar files.
FilesScanner(File[]) - Constructor for class com.sun.jersey.core.spi.scanning.FilesScanner
Scan from a set of files.
filter(MethodList.Filter) - Method in class com.sun.jersey.core.reflection.MethodList
 
filterToken(String, int, int) - Static method in class com.sun.jersey.core.header.GrammarUtil
 
filterToken(String, int, int, boolean) - Static method in class com.sun.jersey.core.header.GrammarUtil
 
find(Class<T>, ClassLoader) - Static method in class com.sun.jersey.spi.service.ServiceFinder
Locates and incrementally instantiates the available providers of a given service using the given class loader.
find(Class<T>, ClassLoader, boolean) - Static method in class com.sun.jersey.spi.service.ServiceFinder
Locates and incrementally instantiates the available providers of a given service using the given class loader.
find(Class<T>) - Static method in class com.sun.jersey.spi.service.ServiceFinder
Locates and incrementally instantiates the available providers of a given service using the context class loader.
find(Class<T>, boolean) - Static method in class com.sun.jersey.spi.service.ServiceFinder
Locates and incrementally instantiates the available providers of a given service using the context class loader.
find(String) - Static method in class com.sun.jersey.spi.service.ServiceFinder
Locates and incrementally instantiates the available classes of a given service file using the context class loader.
findMethodOnClassPA(Class<?>, Method) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Get privileged action to find a method on a class given an existing method.
Form - Class in com.sun.jersey.api.representation
An implementation of MultivaluedMap that may be used for reading/writing String-based form parameters.
Form() - Constructor for class com.sun.jersey.api.representation.Form
 
FormDataContentDisposition - Class in com.sun.jersey.core.header
A form-data content disposition header.
FormDataContentDisposition(String, String, String, Date, Date, Date, long) - Constructor for class com.sun.jersey.core.header.FormDataContentDisposition
Constructor for the builder.
FormDataContentDisposition(String) - Constructor for class com.sun.jersey.core.header.FormDataContentDisposition
 
FormDataContentDisposition(String, boolean) - Constructor for class com.sun.jersey.core.header.FormDataContentDisposition
 
FormDataContentDisposition(HttpHeaderReader) - Constructor for class com.sun.jersey.core.header.FormDataContentDisposition
 
FormDataContentDisposition(HttpHeaderReader, boolean) - Constructor for class com.sun.jersey.core.header.FormDataContentDisposition
 
FormDataContentDisposition.FormDataContentDispositionBuilder - Class in com.sun.jersey.core.header
Builder to build form data content disposition.
fragment(String) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
fromString(String) - Method in interface com.sun.jersey.spi.StringReader
Read a string value and convert to a Java type.

G

GENERAL_ACCEPT_MEDIA_TYPE - Static variable in class com.sun.jersey.core.header.MediaTypes
The general acceptable media type corresponding to \*\/*.
GENERAL_ACCEPT_MEDIA_TYPE_LIST - Static variable in class com.sun.jersey.core.header.MediaTypes
A singleton list containing the general acceptable media type.
GENERAL_MEDIA_TYPE - Static variable in class com.sun.jersey.core.header.MediaTypes
The general media type corresponding to \*\/*.
GENERAL_MEDIA_TYPE_LIST - Static variable in class com.sun.jersey.core.header.MediaTypes
A singleton list containing the general media type.
GENERAL_QUALITY_SOURCE_MEDIA_TYPE_LIST - Static variable in class com.sun.jersey.core.header.MediaTypes
A singleton list containing the general media type.
genericInterface - Variable in class com.sun.jersey.core.reflection.ReflectionHelper.DeclaringClassInterfacePair
 
get(Class, ComponentScope) - Method in interface com.sun.jersey.core.spi.component.ioc.IoCComponentProcessorFactory
Get a IoCComponentProcessor instance given a class and scope.
get(Object) - Method in class com.sun.jersey.core.util.KeyComparatorHashMap
Returns the value to which the specified key is mapped in this identity hash map, or null if the map contains no mapping for this key.
get(Object) - Method in class com.sun.jersey.core.util.KeyComparatorLinkedHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get() - Method in class com.sun.jersey.core.util.LazyVal
 
get(String, Class<A>) - Method in class com.sun.jersey.core.util.MultivaluedMapImpl
 
get(String, Class<A>) - Method in class com.sun.jersey.core.util.StringKeyObjectValueIgnoreCaseMultivaluedMap
 
get(String, Class<A>) - Method in class com.sun.jersey.core.util.StringKeyStringValueIgnoreCaseMultivaluedMap
 
get(Object) - Method in class com.sun.jersey.core.util.UnmodifiableMultivaluedMap
 
getAccesibleObject() - Method in class com.sun.jersey.core.spi.component.AnnotatedContext
 
getAccesibleObject() - Method in interface com.sun.jersey.core.spi.component.ComponentContext
Get the accessible object.
getAnnotation(Class<T>) - Method in class com.sun.jersey.core.reflection.AnnotatedMethod
 
getAnnotations() - Method in class com.sun.jersey.core.reflection.AnnotatedMethod
 
getAnnotations() - Method in class com.sun.jersey.core.spi.component.AnnotatedContext
 
getAnnotations() - Method in interface com.sun.jersey.core.spi.component.ComponentContext
Get the array of annotations.
getArguments() - Method in interface com.sun.jersey.localization.Localizable
Returns the arguments for message formatting.
getArguments() - Method in class com.sun.jersey.localization.LocalizableMessage
 
getArrayClass(Class) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Get Array class of component class.
getAsLocale() - Method in class com.sun.jersey.core.header.LanguageTag
 
getCharset(MediaType) - Static method in class com.sun.jersey.core.provider.AbstractMessageReaderWriterProvider
Get the character set from a media type.
getCharset(MediaType) - Static method in class com.sun.jersey.core.util.ReaderWriter
Get the character set from a media type.
getClass(Class, Class) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Find the declaring class that implements or extends an interface.
getComponentProvider(Class<?>) - Method in interface com.sun.jersey.core.spi.component.ComponentProviderFactory
Get the component provider for a class.
getComponentProvider(Class<?>) - Method in interface com.sun.jersey.core.spi.component.ioc.IoCComponentProviderFactory
Get the IoC component provider for a class.
getComponentProvider(ComponentContext, Class<?>) - Method in interface com.sun.jersey.core.spi.component.ioc.IoCComponentProviderFactory
Get the IoC component provider for a class with additional context.
getComponentProvider(ProviderServices.ProviderClass) - Method in class com.sun.jersey.core.spi.component.ProviderFactory
Get a component provider for a class.
getComponentProvider(Class) - Method in class com.sun.jersey.core.spi.component.ProviderFactory
Get a component provider for a class.
getComponentProviderFactory() - Method in class com.sun.jersey.core.spi.component.ProviderServices
 
getContextClassLoaderPA() - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Get privileged action to obtain context class loader.
getCreationDate() - Method in class com.sun.jersey.core.header.ContentDisposition
Get the creation-date parameter.
getDateFormats() - Static method in class com.sun.jersey.core.header.HttpDateFormat
Return an unmodifiable list of HTTP specified date formats to use for parsing or formating Date.
getDeclaredAnnotations() - Method in class com.sun.jersey.core.reflection.AnnotatedMethod
 
getDeclaringClass(AccessibleObject) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
 
getDEFAULT_INITIAL_CAPACITY() - Method in class com.sun.jersey.core.util.KeyComparatorHashMap
 
getElementClass(Class<?>, Type) - Method in class com.sun.jersey.core.provider.jaxb.AbstractListElementProvider
 
getElementName(Class<?>) - Method in class com.sun.jersey.core.provider.jaxb.AbstractListElementProvider
 
getEntity() - Method in class com.sun.jersey.core.provider.EntityHolder
Get the entity.
getEntity() - Method in class com.sun.jersey.core.spi.factory.ResponseImpl
 
getEntityType() - Method in class com.sun.jersey.core.spi.factory.ResponseImpl
Get the entity type.
getEvent() - Method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
getEventValue() - Method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
getFeature(String) - Method in interface com.sun.jersey.core.util.FeaturesAndProperties
Get the value of a feature.
getFeatures() - Method in interface com.sun.jersey.core.util.FeaturesAndProperties
Get the map of features associated with the client.
getFileName() - Method in class com.sun.jersey.core.header.ContentDisposition
Get the filename parameter.
getFirst(String) - Method in class com.sun.jersey.core.util.MultivaluedMapImpl
 
getFirst(String, Class<A>) - Method in class com.sun.jersey.core.util.MultivaluedMapImpl
 
getFirst(String, A) - Method in class com.sun.jersey.core.util.MultivaluedMapImpl
 
getFirst(String) - Method in class com.sun.jersey.core.util.StringKeyIgnoreCaseMultivaluedMap
 
getFirst(String, Class<A>) - Method in class com.sun.jersey.core.util.StringKeyObjectValueIgnoreCaseMultivaluedMap
 
getFirst(String, A) - Method in class com.sun.jersey.core.util.StringKeyObjectValueIgnoreCaseMultivaluedMap
 
getFirst(String, Class<A>) - Method in class com.sun.jersey.core.util.StringKeyStringValueIgnoreCaseMultivaluedMap
 
getFirst(String, A) - Method in class com.sun.jersey.core.util.StringKeyStringValueIgnoreCaseMultivaluedMap
 
getFirst(K) - Method in class com.sun.jersey.core.util.UnmodifiableMultivaluedMap
 
getFromStringStringMethodPA(Class<?>) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Get privileged action to get the static fromString(String ) method.
getGenericClass(Type) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Get the class that is the type argument of a parameterized type.
getGenericParameterTypes() - Method in class com.sun.jersey.core.reflection.AnnotatedMethod
 
getGroupCounts() - Method in class com.sun.jersey.api.uri.UriTemplateParser
Get the capturing group counts for each template variable.
getGroupIndexes() - Method in class com.sun.jersey.api.uri.UriPattern
Get the group indexes.
getGroupIndexes() - Method in class com.sun.jersey.api.uri.UriTemplateParser
Get the group indexes to capturing groups.
getIdFromName(String) - Static method in class com.sun.jersey.core.spi.factory.ResponseBuilderHeaders
 
getIndex() - Method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
getInjectable(Class<? extends Annotation>, ComponentContext, A, C, ComponentScope) - Method in class com.sun.jersey.core.spi.factory.InjectableProviderFactory
 
getInjectable(Class<? extends Annotation>, ComponentContext, A, C, List<ComponentScope>) - Method in class com.sun.jersey.core.spi.factory.InjectableProviderFactory
 
getInjectable(ComponentContext, A, C) - Method in interface com.sun.jersey.spi.inject.InjectableProvider
Get an injectable.
getInjectable(Class<? extends Annotation>, ComponentContext, A, C, ComponentScope) - Method in interface com.sun.jersey.spi.inject.InjectableProviderContext
Get an injectable.
getInjectable(Class<? extends Annotation>, ComponentContext, A, C, List<ComponentScope>) - Method in interface com.sun.jersey.spi.inject.InjectableProviderContext
Get an injectable.
getInjectable(ComponentContext, A, Type) - Method in class com.sun.jersey.spi.inject.PerRequestTypeInjectableProvider
 
getInjectable(ComponentContext, A) - Method in class com.sun.jersey.spi.inject.PerRequestTypeInjectableProvider
Get an injectable for type T.
getInjectable(ComponentContext, A, Type) - Method in class com.sun.jersey.spi.inject.SingletonTypeInjectableProvider
 
getInjectableInstance(Object) - Method in interface com.sun.jersey.core.spi.component.ioc.IoCInstantiatedComponentProvider
The instance for the runtime to perform injection on.
getInjectableProviderContext() - Method in class com.sun.jersey.core.spi.component.ProviderFactory
Get the injectable provider context.
getInjectableWithScope(Class<? extends Annotation>, ComponentContext, A, C, List<ComponentScope>) - Method in class com.sun.jersey.core.spi.factory.InjectableProviderFactory
 
getInjectableWithScope(Class<? extends Annotation>, ComponentContext, A, C, List<ComponentScope>) - Method in interface com.sun.jersey.spi.inject.InjectableProviderContext
Get an injectable.
getInstance() - Static method in class com.sun.jersey.core.osgi.OsgiRegistry
Returns an OsgiRegistry instance.
getInstance() - Method in class com.sun.jersey.core.spi.component.ComponentConstructor
Get a new instance.
getInstance() - Method in interface com.sun.jersey.core.spi.component.ComponentProvider
Get the instance.
getInstance() - Method in interface com.sun.jersey.core.spi.component.ioc.IoCProxiedComponentProvider
This method will not be invoked since an instance is created by the runtime, and that instance may be proxied via the IoCProxiedComponentProvider.proxy(java.lang.Object) method.
getInstances(Class<T>, String[]) - Method in class com.sun.jersey.core.spi.component.ProviderServices
 
getInstances(Class<T>, Class<? extends T>[]) - Method in class com.sun.jersey.core.spi.component.ProviderServices
 
getJAXBContext(Class) - Method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBProvider
 
getKey() - Method in interface com.sun.jersey.localization.Localizable
Gets the key in the resource bundle.
getKey() - Method in class com.sun.jersey.localization.LocalizableMessage
 
getLink(String) - Method in class com.sun.jersey.core.header.LinkHeaders
 
getList(String) - Method in class com.sun.jersey.core.util.StringKeyIgnoreCaseMultivaluedMap
 
getLocale() - Method in class com.sun.jersey.localization.Localizer
 
getMarshaller(Class, MediaType) - Method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBProvider
 
getMessage(String, Object...) - Method in class com.sun.jersey.localization.LocalizableMessageFactory
 
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.spi.factory.MessageBodyFactory
 
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in interface com.sun.jersey.spi.MessageBodyWorkers
Get a message body reader that matches a set of criteria.
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.spi.factory.MessageBodyFactory
 
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in interface com.sun.jersey.spi.MessageBodyWorkers
Get a message body writer that matches a set of criteria.
getMessageBodyWriterMediaType(Class<T>, Type, Annotation[], List<MediaType>) - Method in class com.sun.jersey.core.spi.factory.MessageBodyFactory
 
getMessageBodyWriterMediaType(Class<T>, Type, Annotation[], List<MediaType>) - Method in interface com.sun.jersey.spi.MessageBodyWorkers
Get the most acceptable media type supported for a Java type given a set of acceptable media types.
getMessageBodyWriterMediaTypes(Class<T>, Type, Annotation[]) - Method in class com.sun.jersey.core.spi.factory.MessageBodyFactory
 
getMessageBodyWriterMediaTypes(Class<T>, Type, Annotation[]) - Method in interface com.sun.jersey.spi.MessageBodyWorkers
Get the list of media types supported for a Java type.
getMetadata() - Method in class com.sun.jersey.core.spi.factory.ResponseImpl
 
getMetaMethodAnnotations(Class<T>) - Method in class com.sun.jersey.core.reflection.AnnotatedMethod
 
getMethod() - Method in class com.sun.jersey.core.reflection.AnnotatedMethod
 
getModCount() - Method in class com.sun.jersey.core.util.KeyComparatorHashMap
Get the number of times this HashMap has been structurally modified Structural modifications are those that change the number of mappings in the HashMap or otherwise modify its internal structure (e.g., rehash).
getModificationDate() - Method in class com.sun.jersey.core.header.ContentDisposition
Get the modification-date parameter.
getName() - Method in class com.sun.jersey.core.header.FormDataContentDisposition
Get the name parameter.
getNameFromId(int) - Static method in class com.sun.jersey.core.spi.factory.ResponseBuilderHeaders
 
getNames() - Method in class com.sun.jersey.api.uri.UriTemplateParser
Get the list of template names.
getNameToPattern() - Method in class com.sun.jersey.api.uri.UriTemplateParser
Get the map of template names to patterns.
getNormalizedTemplate() - Method in class com.sun.jersey.api.uri.UriTemplateParser
Get the normalized template.
getNumberOfExplicitCharacters() - Method in class com.sun.jersey.api.uri.UriTemplate
Get the number of characters in the regular expression not resulting from conversion of template variables.
getNumberOfExplicitRegexes() - Method in class com.sun.jersey.api.uri.UriTemplate
Get the number of explicit regexes declared in template variables.
getNumberOfExplicitRegexes() - Method in class com.sun.jersey.api.uri.UriTemplateParser
Get the number of explicit regular expressions.
getNumberOfLiteralCharacters() - Method in class com.sun.jersey.api.uri.UriTemplateParser
Get the number of literal characters.
getNumberOfTemplateVariables() - Method in class com.sun.jersey.api.uri.UriTemplate
Get the number of template variables.
getOp() - Method in class com.sun.jersey.core.header.LinkHeader
 
getOsgiRegistryInstance() - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Returns an OsgiRegistry instance.
getParameterAnnotations() - Method in class com.sun.jersey.core.reflection.AnnotatedMethod
 
getParameterizedClassArguments(ReflectionHelper.DeclaringClassInterfacePair) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Get the parameterized class arguments for a declaring class that declares a generic interface type.
getParameterizedTypeArguments(ReflectionHelper.DeclaringClassInterfacePair) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Get the parameterized type arguments for a declaring class that declares a generic interface type.
getParameters() - Method in class com.sun.jersey.core.header.ContentDisposition
Get the parameters.
getParameters() - Method in class com.sun.jersey.core.header.ParameterizedHeader
Get the parameters.
getParameterTypes() - Method in class com.sun.jersey.core.reflection.AnnotatedMethod
 
getParams() - Method in class com.sun.jersey.core.header.LinkHeader
 
getPattern() - Method in class com.sun.jersey.api.uri.UriTemplate
Get the URI pattern.
getPattern() - Method in class com.sun.jersey.api.uri.UriTemplateParser
Get the pattern.
getPreferedDateFormat() - Static method in class com.sun.jersey.core.header.HttpDateFormat
Get the preferred HTTP specified date format (RFC 1123).
getPrimaryTag() - Method in class com.sun.jersey.core.header.LanguageTag
 
getProperties() - Method in interface com.sun.jersey.core.util.FeaturesAndProperties
Get the map of properties associated with the client.
getProperty(String) - Method in interface com.sun.jersey.core.util.FeaturesAndProperties
Get the value of a property.
getProviders(Class<T>) - Method in class com.sun.jersey.core.spi.component.ProviderServices
 
getProviders(Class<T>, ProviderServices.ProviderListener) - Method in class com.sun.jersey.core.spi.component.ProviderServices
 
getProvidersAndServices(Class<T>) - Method in class com.sun.jersey.core.spi.component.ProviderServices
 
getProvidersAndServices(Class<T>, ProviderServices.ProviderListener) - Method in class com.sun.jersey.core.spi.component.ProviderServices
 
getQuality() - Method in class com.sun.jersey.core.header.AcceptableLanguageTag
 
getQuality() - Method in class com.sun.jersey.core.header.AcceptableMediaType
 
getQuality() - Method in class com.sun.jersey.core.header.AcceptableToken
 
getQuality() - Method in interface com.sun.jersey.core.header.QualityFactor
 
getQualitySource() - Method in class com.sun.jersey.core.header.QualitySourceMediaType
 
getQualitySource(MediaType) - Static method in class com.sun.jersey.core.header.QualitySourceMediaType
 
getReadDate() - Method in class com.sun.jersey.core.header.ContentDisposition
Get the read-date parameter.
getReaders(MediaType) - Method in class com.sun.jersey.core.spi.factory.MessageBodyFactory
 
getReaders(MediaType) - Method in interface com.sun.jersey.spi.MessageBodyWorkers
Get the map of media type to list of message body writers that are compatible with a media type.
getRegex() - Method in class com.sun.jersey.api.uri.UriPattern
Get the regular expression.
getRel() - Method in class com.sun.jersey.core.header.LinkHeader
 
getRemainder() - Method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
getReportMissingDependentFieldOrMethod() - Static method in class com.sun.jersey.spi.inject.Errors
 
getResourceBundleName() - Method in interface com.sun.jersey.localization.Localizable
 
getResourceBundleName() - Method in class com.sun.jersey.localization.LocalizableMessage
 
getResources(String, ClassLoader) - Method in class com.sun.jersey.core.spi.scanning.PackageNamesScanner.ResourcesProvider
Find all resources with the given name using a class loader.
getRootElementName(Class<?>) - Method in class com.sun.jersey.core.provider.jaxb.AbstractListElementProvider
 
getSAXSource(SAXParserFactory, InputStream) - Static method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBProvider
 
getSchemes() - Method in class com.sun.jersey.core.spi.scanning.uri.BundleSchemeScanner
 
getSchemes() - Method in class com.sun.jersey.core.spi.scanning.uri.FileSchemeScanner
 
getSchemes() - Method in class com.sun.jersey.core.spi.scanning.uri.JarZipSchemeScanner
 
getSchemes() - Method in interface com.sun.jersey.core.spi.scanning.uri.UriSchemeScanner
Get the set of supported URI schemes.
getSchemes() - Method in class com.sun.jersey.core.spi.scanning.uri.VfsSchemeScanner
 
getScope(Class) - Method in interface com.sun.jersey.core.spi.component.ioc.IoCComponentProcessorFactory
Get the scope of the component, if that component is managed by the Jersey runtime.
getScope() - Method in interface com.sun.jersey.core.spi.component.ioc.IoCFullyManagedComponentProvider
Get the scope.
getScope() - Method in interface com.sun.jersey.core.spi.component.ioc.IoCManagedComponentProvider
Get the component scope.
getScope() - Method in interface com.sun.jersey.spi.inject.InjectableProvider
Get the scope of the injectable provider.
getScope() - Method in class com.sun.jersey.spi.inject.PerRequestTypeInjectableProvider
 
getScope() - Method in class com.sun.jersey.spi.inject.SingletonTypeInjectableProvider
 
getServices(Class<T>) - Method in class com.sun.jersey.core.spi.component.ProviderServices
 
getSize() - Method in class com.sun.jersey.core.header.ContentDisposition
Get the size parameter.
getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.provider.AbstractMessageReaderWriterProvider
 
getSize() - Static method in class com.sun.jersey.core.spi.factory.ResponseBuilderHeaders
 
getStatus() - Method in class com.sun.jersey.core.spi.factory.ResponseImpl
 
getStatusType() - Method in class com.sun.jersey.core.spi.factory.ResponseImpl
Get the status type.
getStoredJAXBContext(Class) - Method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBProvider
 
getStringConstructorPA(Class<?>) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Get privileged action to obtain constructor that has a single parameter of String.
getStringReader(Class<?>, Type, Annotation[]) - Method in interface com.sun.jersey.spi.StringReaderProvider
Obtain a StringReader that can produce an instance of a particular type from a string.
getStringReader(Class<T>, Type, Annotation[]) - Method in interface com.sun.jersey.spi.StringReaderWorkers
Get a string reader that matches a set of criteria.
getSubTags() - Method in class com.sun.jersey.core.header.LanguageTag
 
getTag() - Method in class com.sun.jersey.core.header.LanguageTag
 
getTemplate() - Method in class com.sun.jersey.api.uri.UriTemplate
Get the URI template as a String.
getTemplate() - Method in class com.sun.jersey.api.uri.UriTemplateParser
Get the template.
getTemplateVariables() - Method in class com.sun.jersey.api.uri.UriTemplate
Get the list of template variables for the template.
getToken() - Method in class com.sun.jersey.core.header.Token
 
getType() - Method in class com.sun.jersey.core.header.ContentDisposition
Get the type.
getType() - Method in class com.sun.jersey.core.header.LinkHeader
 
getTypeArgumentAndClass(Type) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
 
getTypeParameters() - Method in class com.sun.jersey.core.reflection.AnnotatedMethod
 
getTypeWildCart(MediaType) - Static method in class com.sun.jersey.core.header.MediaTypes
Returns MediaType with wildcard in subtype.
getUnmarshaller(Class, MediaType) - Method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBProvider
 
getUri() - Method in class com.sun.jersey.core.header.LinkHeader
 
getValue() - Method in class com.sun.jersey.core.header.ParameterizedHeader
Get the value.
getValue() - Method in interface com.sun.jersey.spi.inject.Injectable
Get the injectable value.
getValue() - Method in class com.sun.jersey.spi.inject.SingletonTypeInjectableProvider
 
getValueOfStringMethodPA(Class<?>) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Get privileged action to obtain the static valueOf(String ) method.
getWriters(MediaType) - Method in class com.sun.jersey.core.spi.factory.MessageBodyFactory
 
getWriters(MediaType) - Method in interface com.sun.jersey.spi.MessageBodyWorkers
Get the map of media type to list of message body writers that are compatible with a media type.
getXMLStreamReader(Class<?>, MediaType, Unmarshaller, InputStream) - Method in class com.sun.jersey.core.provider.jaxb.AbstractListElementProvider
Get the XMLStreamReader for unmarshalling.
GrammarUtil - Class in com.sun.jersey.core.header
Class containing static utility methods to work with HTTP headers.
GrammarUtil() - Constructor for class com.sun.jersey.core.header.GrammarUtil
 

H

hasAnnotation(Class<T>) - Method in class com.sun.jersey.core.reflection.MethodList
 
hasEntity() - Method in class com.sun.jersey.core.provider.EntityHolder
 
hash(K) - Method in interface com.sun.jersey.core.util.KeyComparator
Get the hash code of a key.
hash(String) - Method in class com.sun.jersey.core.util.StringIgnoreCaseKeyComparator
 
hashCode() - Method in class com.sun.jersey.api.uri.UriPattern
 
hashCode() - Method in class com.sun.jersey.api.uri.UriTemplate
Hashcode is calculated from String of the regular expression generated from the template.
hashCode() - Method in class com.sun.jersey.core.header.LanguageTag
 
hashCode() - Method in class com.sun.jersey.spi.inject.Errors.ErrorMessage
 
hasMetaAnnotation(Class<T>) - Method in class com.sun.jersey.core.reflection.MethodList
 
hasNext() - Method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
hasNextSeparator(char, boolean) - Method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
hasNotAnnotation(Class<T>) - Method in class com.sun.jersey.core.reflection.MethodList
 
hasNotMetaAnnotation(Class<T>) - Method in class com.sun.jersey.core.reflection.MethodList
 
hasNumParams(int) - Method in class com.sun.jersey.core.reflection.MethodList
 
hasReturnType(Class<?>) - Method in class com.sun.jersey.core.reflection.MethodList
 
header(String, Object) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
header(String, Object, boolean) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
HeaderDelegateProvider<T> - Interface in com.sun.jersey.spi
A provider that supports the conversion of an HTTP header, of type T, to and from a String.
headerSingle(String, Object) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
host(String) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
HttpDateFormat - Class in com.sun.jersey.core.header
Helper class for HTTP specified date formats.
HttpHeaderReader - Class in com.sun.jersey.core.header.reader
A pull-based reader of HTTP headers.
HttpHeaderReader() - Constructor for class com.sun.jersey.core.header.reader.HttpHeaderReader
 
HttpHeaderReader.Event - Enum in com.sun.jersey.core.header.reader
 
HttpHeaderReader.ListElementCreator<T> - Interface in com.sun.jersey.core.header.reader
 

I

i - Variable in class com.sun.jersey.spi.inject.InjectableProviderContext.InjectableScopePair
 
InBoundHeaders - Class in com.sun.jersey.core.header
In-bound HTTP headers.
InBoundHeaders() - Constructor for class com.sun.jersey.core.header.InBoundHeaders
 
InBoundHeaders(InBoundHeaders) - Constructor for class com.sun.jersey.core.header.InBoundHeaders
 
init(IoCComponentProcessorFactory) - Method in interface com.sun.jersey.core.spi.component.ioc.IoCComponentProcessorFactoryInitializer
Initialize with the IoCComponentProcessorFactory.
init(ProviderServices, InjectableProviderFactory) - Method in class com.sun.jersey.core.spi.factory.ContextResolverFactory
 
init() - Method in class com.sun.jersey.core.spi.factory.MessageBodyFactory
 
inject(T) - Method in class com.sun.jersey.core.spi.component.ComponentInjector
Inject on an instance.
Inject - Annotation Type in com.sun.jersey.spi.inject
Deprecated. see com.sun.jersey.api.core.InjectParam
Injectable<T> - Interface in com.sun.jersey.spi.inject
The type of something that is injectable.
InjectableProvider<A extends java.lang.annotation.Annotation,C> - Interface in com.sun.jersey.spi.inject
An injectable provider provides an injectable which in turn may be used to obtain the instance to inject onto a field, bean setter method, parameter of a constructor, or parameter of a method.
InjectableProviderContext - Interface in com.sun.jersey.spi.inject
The context to obtain Injectable instances.
InjectableProviderContext.InjectableScopePair - Class in com.sun.jersey.spi.inject
 
InjectableProviderContext.InjectableScopePair(Injectable, ComponentScope) - Constructor for class com.sun.jersey.spi.inject.InjectableProviderContext.InjectableScopePair
 
InjectableProviderFactory - Class in com.sun.jersey.core.spi.factory
A factory for managing InjectableProvider instances.
InjectableProviderFactory() - Constructor for class com.sun.jersey.core.spi.factory.InjectableProviderFactory
 
injectOnAllComponents() - Method in class com.sun.jersey.core.spi.component.ProviderFactory
Inject on all cached components.
injectOnProviderInstance(Object) - Method in class com.sun.jersey.core.spi.component.ProviderFactory
Inject on a provider.
injectOnProviderInstances(Collection<?>) - Method in class com.sun.jersey.core.spi.component.ProviderFactory
Inject on a collection of providers.
innerClass(Class) - Static method in class com.sun.jersey.spi.inject.Errors
 
instance() - Method in class com.sun.jersey.core.util.LazyVal
 
INSTANCE_COMPARATOR - Static variable in class com.sun.jersey.core.util.PriorityUtil
Convenience comparator instance.
interfaceClass(Class) - Static method in class com.sun.jersey.spi.inject.Errors
 
intersects(List<? extends MediaType>, List<? extends MediaType>) - Static method in class com.sun.jersey.core.header.MediaTypes
 
IoCComponentProcessor - Interface in com.sun.jersey.core.spi.component.ioc
A component processor capable of performing pre-construction and post-construction initialization.
IoCComponentProcessorFactory - Interface in com.sun.jersey.core.spi.component.ioc
A factory for obtaining IoCComponentProcessor instances.
IoCComponentProcessorFactoryInitializer - Interface in com.sun.jersey.core.spi.component.ioc
An initializer interface to obtain a IoCComponentProcessorFactory instance.
IoCComponentProvider - Interface in com.sun.jersey.core.spi.component.ioc
An IoC-based component provider.
IoCComponentProviderFactory - Interface in com.sun.jersey.core.spi.component.ioc
An IoC component provider factory.
IoCDestroyable - Interface in com.sun.jersey.core.spi.component.ioc
 
IoCFullyManagedComponentProvider - Interface in com.sun.jersey.core.spi.component.ioc
An IoC-fully-managed component provider.
IoCInstantiatedComponentProvider - Interface in com.sun.jersey.core.spi.component.ioc
An IoC-instantiated component provider.
IoCManagedComponentProvider - Interface in com.sun.jersey.core.spi.component.ioc
An IoC-managed component provider.
IoCProviderFactory - Class in com.sun.jersey.core.spi.component.ioc
An extension of ProviderFactory that defers to an IoCComponentProviderFactory.
IoCProviderFactory(InjectableProviderContext, IoCComponentProviderFactory) - Constructor for class com.sun.jersey.core.spi.component.ioc.IoCProviderFactory
Create a new provider factory based on given context and factory.
IoCProviderFactory(InjectableProviderContext, List<IoCComponentProviderFactory>) - Constructor for class com.sun.jersey.core.spi.component.ioc.IoCProviderFactory
Create a new provider factory based on given context and factories.
IoCProxiedComponentProvider - Interface in com.sun.jersey.core.spi.component.ioc
An IoC-proxied component provider.
ipc - Variable in class com.sun.jersey.core.spi.component.ComponentInjector
 
IS_TOKEN - Static variable in class com.sun.jersey.core.header.GrammarUtil
convenience table mapping chars to true if they are tokens
IS_WHITE_SPACE - Static variable in class com.sun.jersey.core.header.GrammarUtil
Convenience table mapping chars to true if they are white space chars
isAnnotationPresent(Class<? extends Annotation>) - Method in class com.sun.jersey.core.reflection.AnnotatedMethod
 
isAnnotationRegistered(Class<? extends Annotation>, Class<?>) - Method in class com.sun.jersey.core.spi.factory.InjectableProviderFactory
 
isAnnotationRegistered(Class<? extends Annotation>, Class<?>) - Method in interface com.sun.jersey.spi.inject.InjectableProviderContext
Check if an annotation and context type is registered for injection.
isArrayByteBase64(byte[]) - Static method in class com.sun.jersey.core.util.Base64
 
isBase64(String) - Static method in class com.sun.jersey.core.util.Base64
 
isBase64(byte) - Static method in class com.sun.jersey.core.util.Base64
 
isCompatible(Locale) - Method in class com.sun.jersey.core.header.LanguageTag
 
isCompatible(String) - Method in class com.sun.jersey.core.header.Token
 
isEmpty() - Method in class com.sun.jersey.core.util.KeyComparatorHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.sun.jersey.core.util.UnmodifiableMultivaluedMap
 
isFormattedOutput() - Method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBProvider
 
isHexCharacter(char) - Static method in class com.sun.jersey.api.uri.UriComponent
Checks whether the character c is hexadecimal character.
isInjectableProviderRegistered(Class<? extends Annotation>, Class<?>, ComponentScope) - Method in class com.sun.jersey.core.spi.factory.InjectableProviderFactory
 
isInjectableProviderRegistered(Class<? extends Annotation>, Class<?>, ComponentScope) - Method in interface com.sun.jersey.spi.inject.InjectableProviderContext
 
isJaxbType(Class) - Method in interface com.sun.jersey.core.provider.jaxb.AbstractListElementProvider.JaxbTypeChecker
 
isNotPublic() - Method in class com.sun.jersey.core.reflection.MethodList
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBElementProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.provider.jaxb.AbstractListElementProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.provider.jaxb.AbstractRootElementProvider
 
isSupported(MediaType) - Method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBProvider
 
isTemplateVariablePresent(String) - Method in class com.sun.jersey.api.uri.UriTemplate
Ascertain if a template variable is a member of this template.
isToken(char) - Static method in class com.sun.jersey.core.header.GrammarUtil
Returns true if the provided char is a token.
isTokenString(String) - Static method in class com.sun.jersey.core.header.GrammarUtil
Returns true if all chars in string s are tokens.
isWhiteSpace(char) - Static method in class com.sun.jersey.core.header.GrammarUtil
Returns true if the provided char is a white space.
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBElementProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.provider.jaxb.AbstractListElementProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.provider.jaxb.AbstractRootElementProvider
 
isXdkDocumentBuilderFactory(DocumentBuilderFactory) - Static method in class com.sun.jersey.core.util.SaxHelper
Determines whether the given builderFactory is from XDK package or not.
isXdkParserFactory(SAXParserFactory) - Static method in class com.sun.jersey.core.util.SaxHelper
Determines whether the given SAX parserFactory is from XDK package or not.
isXmlRootElementProcessing() - Method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBProvider
 
iterator() - Method in class com.sun.jersey.core.reflection.MethodList
 
iterator() - Method in class com.sun.jersey.spi.service.ServiceFinder
Returns discovered objects incrementally.

J

JarFileScanner - Class in com.sun.jersey.core.spi.scanning
A utility class that scans entries in jar files.
JarFileScanner() - Constructor for class com.sun.jersey.core.spi.scanning.JarFileScanner
 
JarZipSchemeScanner - Class in com.sun.jersey.core.spi.scanning.uri
A "jar" and "zip" scheme URI scanner that recursively jar files.
JarZipSchemeScanner() - Constructor for class com.sun.jersey.core.spi.scanning.uri.JarZipSchemeScanner
 

K

keep(AnnotatedMethod) - Method in interface com.sun.jersey.core.reflection.MethodList.Filter
 
KeyComparator<K> - Interface in com.sun.jersey.core.util
A key comparator.
KeyComparatorHashMap<K,V> - Class in com.sun.jersey.core.util
A implementation similar to HashMap but supports the comparison of keys using a KeyComparator.
KeyComparatorHashMap(int, float, KeyComparator<K>) - Constructor for class com.sun.jersey.core.util.KeyComparatorHashMap
Constructs an empty HashMap with the specified initial capacity and load factor.
KeyComparatorHashMap(int, KeyComparator<K>) - Constructor for class com.sun.jersey.core.util.KeyComparatorHashMap
Constructs an empty HashMap with the specified initial capacity and the default load factor (0.75).
KeyComparatorHashMap(KeyComparator<K>) - Constructor for class com.sun.jersey.core.util.KeyComparatorHashMap
Constructs an empty HashMap with the default initial capacity (16) and the default load factor (0.75).
KeyComparatorHashMap(Map<? extends K, ? extends V>, KeyComparator<K>) - Constructor for class com.sun.jersey.core.util.KeyComparatorHashMap
Constructs a new HashMap with the same mappings as the specified Map.
KeyComparatorLinkedHashMap<K,V> - Class in com.sun.jersey.core.util
A implementation similar to LinkedHashMap but supports the comparison of keys using a KeyComparator.
KeyComparatorLinkedHashMap(int, float, KeyComparator<K>) - Constructor for class com.sun.jersey.core.util.KeyComparatorLinkedHashMap
Constructs an empty insertion-ordered LinkedHashMap instance with the specified initial capacity and load factor.
KeyComparatorLinkedHashMap(int, KeyComparator<K>) - Constructor for class com.sun.jersey.core.util.KeyComparatorLinkedHashMap
Constructs an empty insertion-ordered LinkedHashMap instance with the specified initial capacity and a default load factor (0.75).
KeyComparatorLinkedHashMap(KeyComparator<K>) - Constructor for class com.sun.jersey.core.util.KeyComparatorLinkedHashMap
Constructs an empty insertion-ordered LinkedHashMap instance with the default initial capacity (16) and load factor (0.75).
KeyComparatorLinkedHashMap(Map<? extends K, ? extends V>, KeyComparator<K>) - Constructor for class com.sun.jersey.core.util.KeyComparatorLinkedHashMap
Constructs an insertion-ordered LinkedHashMap instance with the same mappings as the specified map.
KeyComparatorLinkedHashMap(int, float, boolean, KeyComparator<K>) - Constructor for class com.sun.jersey.core.util.KeyComparatorLinkedHashMap
Constructs an empty LinkedHashMap instance with the specified initial capacity, load factor and ordering mode.
keySet() - Method in class com.sun.jersey.core.util.UnmodifiableMultivaluedMap
 

L

language(String) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
language(Locale) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
languages(Locale...) - Method in class com.sun.jersey.core.spi.factory.VariantListBuilderImpl
 
LanguageTag - Class in com.sun.jersey.core.header
A language tag.
LanguageTag() - Constructor for class com.sun.jersey.core.header.LanguageTag
 
LanguageTag(String, String) - Constructor for class com.sun.jersey.core.header.LanguageTag
 
LanguageTag(String) - Constructor for class com.sun.jersey.core.header.LanguageTag
 
LanguageTag(HttpHeaderReader) - Constructor for class com.sun.jersey.core.header.LanguageTag
 
LAST_MODIFIED - Static variable in class com.sun.jersey.core.spi.factory.ResponseBuilderHeaders
 
lastModified(Date) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
LazyVal<T> - Class in com.sun.jersey.core.util
 
LazyVal() - Constructor for class com.sun.jersey.core.util.LazyVal
 
LinkHeader - Class in com.sun.jersey.core.header
A Link header.
LinkHeader(String) - Constructor for class com.sun.jersey.core.header.LinkHeader
 
LinkHeader(HttpHeaderReader) - Constructor for class com.sun.jersey.core.header.LinkHeader
 
LinkHeader(LinkHeader.LinkHeaderBuilder) - Constructor for class com.sun.jersey.core.header.LinkHeader
 
LinkHeader.LinkHeaderBuilder<T extends LinkHeader.LinkHeaderBuilder,V extends LinkHeader> - Class in com.sun.jersey.core.header
A Link header builder.
LinkHeaders - Class in com.sun.jersey.core.header
A map of Link headers where each header can be retrieved using the relationship type as the key.
LinkHeaders(MultivaluedMap<String, String>) - Constructor for class com.sun.jersey.core.header.LinkHeaders
 
Localizable - Interface in com.sun.jersey.localization
Localizable message.
LocalizableMessage - Class in com.sun.jersey.localization
 
LocalizableMessage(String, String, Object...) - Constructor for class com.sun.jersey.localization.LocalizableMessage
 
LocalizableMessageFactory - Class in com.sun.jersey.localization
 
LocalizableMessageFactory(String) - Constructor for class com.sun.jersey.localization.LocalizableMessageFactory
 
localize(Localizable) - Method in class com.sun.jersey.localization.Localizer
 
Localizer - Class in com.sun.jersey.localization
Localizes the Localizable into a message by using a configured Locale.
Localizer() - Constructor for class com.sun.jersey.localization.Localizer
 
Localizer(Locale) - Constructor for class com.sun.jersey.localization.Localizer
 
LOCATION - Static variable in class com.sun.jersey.core.spi.factory.ResponseBuilderHeaders
 
location(URI) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
LOGGER - Static variable in class com.sun.jersey.core.spi.component.ProviderFactory
 

M

mark() - Static method in class com.sun.jersey.spi.inject.Errors
 
match(CharSequence) - Method in class com.sun.jersey.api.uri.UriPattern
Match a URI against the pattern.
match(CharSequence, List<String>) - Method in class com.sun.jersey.api.uri.UriPattern
Match a URI against the pattern.
match(CharSequence, List<String>, Map<String, String>) - Method in class com.sun.jersey.api.uri.UriPattern
Match a URI against the pattern.
match(CharSequence, Map<String, String>) - Method in class com.sun.jersey.api.uri.UriTemplate
Match a URI against the template.
match(CharSequence, List<String>) - Method in class com.sun.jersey.api.uri.UriTemplate
Match a URI against the template.
MatchingEntityTag - Class in com.sun.jersey.core.header
A matching entity tag.
MatchingEntityTag(String) - Constructor for class com.sun.jersey.core.header.MatchingEntityTag
Create new strongly validating entity tag.
MatchingEntityTag(String, boolean) - Constructor for class com.sun.jersey.core.header.MatchingEntityTag
Create new matching entity tag.
matrixParam(String, Object...) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
MAXIMUM_QUALITY - Static variable in interface com.sun.jersey.core.header.QualityFactor
 
MEDIA_TYPE_COMPARATOR - Static variable in class com.sun.jersey.core.header.MediaTypes
Comparator for media types.
MEDIA_TYPE_LIST_COMPARATOR - Static variable in class com.sun.jersey.core.header.MediaTypes
Comparator for lists of media types.
MediaTypes - Class in com.sun.jersey.core.header
Common media types and functionality.
mediaTypes(MediaType...) - Method in class com.sun.jersey.core.spi.factory.VariantListBuilderImpl
 
MessageBodyFactory - Class in com.sun.jersey.core.spi.factory
A factory for managing MessageBodyReader and MessageBodyWriter instances.
MessageBodyFactory(ProviderServices, boolean) - Constructor for class com.sun.jersey.core.spi.factory.MessageBodyFactory
 
MessageBodyWorkers - Interface in com.sun.jersey.spi
An injectable interface providing lookup of MessageBodyReader and MessageBodyWriter instances.
messages - Variable in exception com.sun.jersey.spi.inject.Errors.ErrorMessagesException
 
methodInstanceToString(Object, Method) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Create a string representation of a method and an instance whose class implements the method.
MethodList - Class in com.sun.jersey.core.reflection
 
MethodList(Class) - Constructor for class com.sun.jersey.core.reflection.MethodList
 
MethodList(Class, boolean) - Constructor for class com.sun.jersey.core.reflection.MethodList
 
MethodList(List<Method>) - Constructor for class com.sun.jersey.core.reflection.MethodList
 
MethodList(Method...) - Constructor for class com.sun.jersey.core.reflection.MethodList
 
MethodList(AnnotatedMethod...) - Constructor for class com.sun.jersey.core.reflection.MethodList
 
MethodList.Filter - Interface in com.sun.jersey.core.reflection
 
MINUMUM_QUALITY - Static variable in interface com.sun.jersey.core.header.QualityFactor
 
missingDependency(Constructor, int) - Static method in class com.sun.jersey.spi.inject.Errors
 
missingDependency(Field) - Static method in class com.sun.jersey.spi.inject.Errors
 
missingDependency(Method, int) - Static method in class com.sun.jersey.spi.inject.Errors
 
modificationDate - Variable in class com.sun.jersey.core.header.ContentDisposition.ContentDispositionBuilder
 
modificationDate(Date) - Method in class com.sun.jersey.core.header.ContentDisposition.ContentDispositionBuilder
Add the "modification-date" parameter.
mostSpecific(MediaType, MediaType) - Static method in class com.sun.jersey.core.header.MediaTypes
Get the most specific media type from a pair of media types.
MultivaluedMapImpl - Class in com.sun.jersey.core.util
An implementation of MultivaluedMap where keys and values are instances of String.
MultivaluedMapImpl() - Constructor for class com.sun.jersey.core.util.MultivaluedMapImpl
 
MultivaluedMapImpl(MultivaluedMap<String, String>) - Constructor for class com.sun.jersey.core.util.MultivaluedMapImpl
 

N

name(String) - Static method in class com.sun.jersey.core.header.FormDataContentDisposition
Start building a form data content disposition.
nameStartsWith(String) - Method in class com.sun.jersey.core.reflection.MethodList
 
newInstance(String) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
newInstance(String, boolean) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
next() - Method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
next(boolean) - Method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
next(boolean, boolean) - Method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
nextQuotedString() - Method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
nextSeparatedString(char, char) - Method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
nextSeparator() - Method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
nextSeparator(char) - Method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
nextToken() - Method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
nextTokenOrQuotedString() - Method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
nextTokenOrQuotedString(boolean) - Method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
nonPublicClass(Class) - Static method in class com.sun.jersey.spi.inject.Errors
 
nonPublicConstructor(Class) - Static method in class com.sun.jersey.spi.inject.Errors
 
NOT_LOCALIZABLE - Static variable in interface com.sun.jersey.localization.Localizable
Special constant that represents a message that is not localizable.
numberOfErrors() - Method in class com.sun.jersey.spi.inject.Errors
 

O

objectToString(Object) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Create a string representation of an object.
onAccept(String) - Method in interface com.sun.jersey.core.spi.scanning.ScannerListener
Accept a scanned resource.
onAdd(T) - Method in interface com.sun.jersey.core.spi.component.ProviderServices.ProviderListener
 
onProcess(String, InputStream) - Method in interface com.sun.jersey.core.spi.scanning.ScannerListener
Process a scanned resource.
op(String) - Method in class com.sun.jersey.core.header.LinkHeader.LinkHeaderBuilder
 
OsgiRegistry - Class in com.sun.jersey.core.osgi
Utility class to deal with OSGi runtime specific behavior.
OutBoundHeaders - Class in com.sun.jersey.core.header
Out-bound HTTP headers.
OutBoundHeaders() - Constructor for class com.sun.jersey.core.header.OutBoundHeaders
 
OutBoundHeaders(OutBoundHeaders) - Constructor for class com.sun.jersey.core.header.OutBoundHeaders
 

P

PackageNamesScanner - Class in com.sun.jersey.core.spi.scanning
A scanner that recursively scans URI-based resources present in a set of package names, and sub-package names of that set.
PackageNamesScanner(String[]) - Constructor for class com.sun.jersey.core.spi.scanning.PackageNamesScanner
Scan from a set of packages using the context class loader.
PackageNamesScanner(ClassLoader, String[]) - Constructor for class com.sun.jersey.core.spi.scanning.PackageNamesScanner
Scan from a set of packages using declared class loader.
PackageNamesScanner.ResourcesProvider - Class in com.sun.jersey.core.spi.scanning
Find resources with a given name and class loader.
PackageNamesScanner.ResourcesProvider() - Constructor for class com.sun.jersey.core.spi.scanning.PackageNamesScanner.ResourcesProvider
 
parameter(String, String) - Method in class com.sun.jersey.core.header.LinkHeader.LinkHeaderBuilder
 
ParameterizedHeader - Class in com.sun.jersey.core.header
A general parameterized header.
ParameterizedHeader(String) - Constructor for class com.sun.jersey.core.header.ParameterizedHeader
 
ParameterizedHeader(HttpHeaderReader) - Constructor for class com.sun.jersey.core.header.ParameterizedHeader
 
parameters - Variable in class com.sun.jersey.core.header.LinkHeader.LinkHeaderBuilder
 
parse(String) - Method in class com.sun.jersey.core.header.LanguageTag
 
path(String) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
path(Class) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
path(Class, String) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
path(Method) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
PERREQUEST_UNDEFINED - Static variable in enum com.sun.jersey.core.spi.component.ComponentScope
A immutable list comprising of the scopes PerRequest and Undefined, in that order.
PERREQUEST_UNDEFINED_SINGLETON - Static variable in enum com.sun.jersey.core.spi.component.ComponentScope
A immutable list comprising of the scopes PerRequest, Undefined and Singleton, in that order.
PerRequestTypeInjectableProvider<A extends java.lang.annotation.Annotation,T> - Class in com.sun.jersey.spi.inject
A utility class that may implemented to support a per-request injectable provider for a specific type T.
PerRequestTypeInjectableProvider(Type) - Constructor for class com.sun.jersey.spi.inject.PerRequestTypeInjectableProvider
Construct a new instance with the Type
port(int) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
postConstruct(Object) - Method in interface com.sun.jersey.core.spi.component.ioc.IoCComponentProcessor
Post-construction initialization of a component.
preConstruct() - Method in interface com.sun.jersey.core.spi.component.ioc.IoCComponentProcessor
Pre-construction initialization of a component.
primaryTag - Variable in class com.sun.jersey.core.header.LanguageTag
 
Priority - Annotation Type in com.sun.jersey.core.util
Priority annotation can be applied to provider classes to indicate in what order the providers should be polled.
PriorityUtil - Class in com.sun.jersey.core.util
Utility code for work with Priority annotated types.
PriorityUtil() - Constructor for class com.sun.jersey.core.util.PriorityUtil
 
PriorityUtil.InstanceComparator - Class in com.sun.jersey.core.util
Comparator for instances of types annotated with Priority annotation.
PriorityUtil.InstanceComparator() - Constructor for class com.sun.jersey.core.util.PriorityUtil.InstanceComparator
 
PriorityUtil.TypeComparator - Class in com.sun.jersey.core.util
Comparator for types annotated with Priority annotation.
PriorityUtil.TypeComparator() - Constructor for class com.sun.jersey.core.util.PriorityUtil.TypeComparator
 
processWithErrors(Errors.Closure<T>) - Static method in class com.sun.jersey.spi.inject.Errors
 
ProviderFactory - Class in com.sun.jersey.core.spi.component
A component provider factory for provider components (which are singletons).
ProviderFactory(InjectableProviderContext) - Constructor for class com.sun.jersey.core.spi.component.ProviderFactory
Create the provider factory.
ProviderFactory.Destroyable - Interface in com.sun.jersey.core.spi.component
 
ProviderServices - Class in com.sun.jersey.core.spi.component
Combines access to provider instances given a set of provider classes, a set of provider instances and providers registered in META-INF/services.
ProviderServices(ProviderFactory, Set<Class<?>>, Set<?>) - Constructor for class com.sun.jersey.core.spi.component.ProviderServices
Create the provider services.
ProviderServices(Class<? extends ConstrainedToType>, ProviderFactory, Set<Class<?>>, Set<?>) - Constructor for class com.sun.jersey.core.spi.component.ProviderServices
Create the provider services.
ProviderServices.ProviderClass - Class in com.sun.jersey.core.spi.component
 
ProviderServices.ProviderListener<T> - Interface in com.sun.jersey.core.spi.component
 
proxy(Object) - Method in interface com.sun.jersey.core.spi.component.ioc.IoCProxiedComponentProvider
Proxy a component instance.
put(K, V) - Method in class com.sun.jersey.core.util.KeyComparatorHashMap
Associates the specified value with the specified key in this map.
put(K, List<V>) - Method in class com.sun.jersey.core.util.UnmodifiableMultivaluedMap
 
putAll(Map<? extends K, ? extends V>) - Method in class com.sun.jersey.core.util.KeyComparatorHashMap
Copies all of the mappings from the specified map to this map These mappings will replace any mappings that this map had for any of the keys currently in the specified map.
putAll(Map<? extends K, ? extends List<V>>) - Method in class com.sun.jersey.core.util.UnmodifiableMultivaluedMap
 
putSingle(String, String) - Method in class com.sun.jersey.core.util.MultivaluedMapImpl
 
putSingle(String, Object) - Method in class com.sun.jersey.core.util.MultivaluedMapImpl
 
putSingle(String, V) - Method in class com.sun.jersey.core.util.StringKeyIgnoreCaseMultivaluedMap
 
putSingle(K, V) - Method in class com.sun.jersey.core.util.UnmodifiableMultivaluedMap
 
putSingleObject(String, Object) - Method in class com.sun.jersey.core.util.StringKeyStringValueIgnoreCaseMultivaluedMap
 

Q

quality - Variable in class com.sun.jersey.core.header.AcceptableLanguageTag
 
quality - Variable in class com.sun.jersey.core.header.AcceptableToken
 
QUALITY_FACTOR - Static variable in interface com.sun.jersey.core.header.QualityFactor
 
QUALITY_SOURCE_FACTOR - Static variable in class com.sun.jersey.core.header.QualitySourceMediaType
 
QUALITY_SOURCE_MEDIA_TYPE_COMPARATOR - Static variable in class com.sun.jersey.core.header.MediaTypes
Comparator for lists of quality source media types.
QualityFactor - Interface in com.sun.jersey.core.header
Quality factor for acceptable header types.
QualitySourceMediaType - Class in com.sun.jersey.core.header
An quality source media type.
QualitySourceMediaType(String, String) - Constructor for class com.sun.jersey.core.header.QualitySourceMediaType
 
QualitySourceMediaType(String, String, int, Map<String, String>) - Constructor for class com.sun.jersey.core.header.QualitySourceMediaType
 
QualitySourceMediaType(MediaType) - Constructor for class com.sun.jersey.core.header.QualitySourceMediaType
 
queryParam(String, Object...) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
QUOTED_STRING - Static variable in class com.sun.jersey.core.header.GrammarUtil
Represents quotes type in the TYPE_TABLE

R

readAcceptableList(HttpHeaderReader.ListElementCreator<T>, String) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readAcceptableList(Comparator<T>, HttpHeaderReader.ListElementCreator<T>, String) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readAcceptLanguage(String) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readAcceptMediaType(String) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readAcceptMediaType(String, List<QualitySourceMediaType>) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readAcceptToken(String) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readCookie(String) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readCookies(String) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readDate - Variable in class com.sun.jersey.core.header.ContentDisposition.ContentDispositionBuilder
 
readDate(Date) - Method in class com.sun.jersey.core.header.ContentDisposition.ContentDispositionBuilder
Add the "read-date" parameter.
readDate(String) - Static method in class com.sun.jersey.core.header.HttpDateFormat
Read a date.
readDate(String) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readersToString(Map<MediaType, List<MessageBodyReader>>) - Method in class com.sun.jersey.core.spi.factory.MessageBodyFactory
 
readersToString(Map<MediaType, List<MessageBodyReader>>) - Method in interface com.sun.jersey.spi.MessageBodyWorkers
Convert a map media type to list of message body readers to a string.
ReaderWriter - Class in com.sun.jersey.core.util
A utility class for reading and writing using byte and character streams.
ReaderWriter() - Constructor for class com.sun.jersey.core.util.ReaderWriter
 
readFrom(Class<JAXBElement<?>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBElementProvider
 
readFrom(Class<?>, MediaType, Unmarshaller, InputStream) - Method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBElementProvider
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.sun.jersey.core.provider.jaxb.AbstractListElementProvider
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.sun.jersey.core.provider.jaxb.AbstractRootElementProvider
 
readFrom(Class<Object>, MediaType, Unmarshaller, InputStream) - Method in class com.sun.jersey.core.provider.jaxb.AbstractRootElementProvider
Unmarshal a JAXB type.
readFromAsString(InputStream, MediaType) - Static method in class com.sun.jersey.core.provider.AbstractMessageReaderWriterProvider
Read the bytes of an input stream and convert to a string.
readFromAsString(InputStream, MediaType) - Static method in class com.sun.jersey.core.util.ReaderWriter
Read the bytes of an input stream and convert to a string.
readFromAsString(Reader) - Static method in class com.sun.jersey.core.util.ReaderWriter
Read the characters of a reader and convert to a string.
readList(HttpHeaderReader.ListElementCreator<T>, String) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readList(List<T>, HttpHeaderReader.ListElementCreator<T>, String) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readMatchingEntityTag(String) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readMediaTypes(List<MediaType>, String) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readNewCookie(String) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readParameters(HttpHeaderReader) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readParameters(HttpHeaderReader, boolean) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readQualityFactor(String) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readQualityFactorParameter(HttpHeaderReader) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readQualitySourceMediaType(String) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readQualitySourceMediaType(String[]) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
ReflectionHelper - Class in com.sun.jersey.core.reflection
Utility methods for Java reflection.
ReflectionHelper() - Constructor for class com.sun.jersey.core.reflection.ReflectionHelper
 
ReflectionHelper.ClassTypePair - Class in com.sun.jersey.core.reflection
A tuple consisting of a class and type of the class.
ReflectionHelper.ClassTypePair(Class) - Constructor for class com.sun.jersey.core.reflection.ReflectionHelper.ClassTypePair
 
ReflectionHelper.ClassTypePair(Class, Type) - Constructor for class com.sun.jersey.core.reflection.ReflectionHelper.ClassTypePair
 
ReflectionHelper.DeclaringClassInterfacePair - Class in com.sun.jersey.core.reflection
A tuple consisting of a concrete class, declaring class that declares a generic interface type.
ReflectionHelper.TypeClassPair - Class in com.sun.jersey.core.reflection
 
ReflectionHelper.TypeClassPair(Type, Class) - Constructor for class com.sun.jersey.core.reflection.ReflectionHelper.TypeClassPair
 
rel(String) - Method in class com.sun.jersey.core.header.LinkHeader.LinkHeaderBuilder
 
rels - Variable in class com.sun.jersey.core.header.LinkHeader.LinkHeaderBuilder
 
remove(Object) - Method in class com.sun.jersey.core.util.KeyComparatorHashMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class com.sun.jersey.core.util.UnmodifiableMultivaluedMap
 
removeEldestEntry(Map.Entry<K, V>) - Method in class com.sun.jersey.core.util.KeyComparatorLinkedHashMap
Returns true if this map should remove its eldest entry.
replaceMatrix(String) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
replaceMatrixParam(String, Object...) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
replacePath(String) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
replaceQuery(String) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
replaceQueryParam(String, Object...) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
reset() - Static method in class com.sun.jersey.spi.inject.Errors
 
resolve(Type, MediaType) - Method in class com.sun.jersey.core.spi.factory.ContextResolverFactory
 
resolveTypeVariable(Class, Class, TypeVariable) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Given a type variable resolve the Java class of that variable.
ResponseBuilderHeaders - Class in com.sun.jersey.core.spi.factory
HTTP header constants for use with ResponseBuilderImpl and ResponseImpl.
ResponseBuilderHeaders() - Constructor for class com.sun.jersey.core.spi.factory.ResponseBuilderHeaders
 
ResponseBuilderImpl - Class in com.sun.jersey.core.spi.factory
An implementation of Response.ResponseBuilder.
ResponseBuilderImpl() - Constructor for class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
ResponseImpl - Class in com.sun.jersey.core.spi.factory
An implementation of Response.
ResponseImpl(Response.StatusType, OutBoundHeaders, Object, Type) - Constructor for class com.sun.jersey.core.spi.factory.ResponseImpl
Construct given a status type, entity and metadata.
ResponseImpl(int, OutBoundHeaders, Object, Type) - Constructor for class com.sun.jersey.core.spi.factory.ResponseImpl
Construct given a status, entity and metadata.

S

SaxHelper - Class in com.sun.jersey.core.util
 
scan(ScannerListener) - Method in class com.sun.jersey.core.spi.scanning.FilesScanner
 
scan(File, String, ScannerListener) - Static method in class com.sun.jersey.core.spi.scanning.JarFileScanner
Scan entries in a jar file.
scan(InputStream, String, ScannerListener) - Static method in class com.sun.jersey.core.spi.scanning.JarFileScanner
Scan entries in a jar file.
scan(ScannerListener) - Method in class com.sun.jersey.core.spi.scanning.PackageNamesScanner
 
scan(ScannerListener) - Method in interface com.sun.jersey.core.spi.scanning.Scanner
Perform a scan and report resources to a scanning listener.
scan(URI, ScannerListener) - Method in class com.sun.jersey.core.spi.scanning.uri.BundleSchemeScanner
 
scan(URI, ScannerListener) - Method in class com.sun.jersey.core.spi.scanning.uri.FileSchemeScanner
 
scan(URI, ScannerListener) - Method in class com.sun.jersey.core.spi.scanning.uri.JarZipSchemeScanner
 
scan(URI, ScannerListener) - Method in interface com.sun.jersey.core.spi.scanning.uri.UriSchemeScanner
Perform a scan and report resources to a scanning listener.
scan(URI, ScannerListener) - Method in class com.sun.jersey.core.spi.scanning.uri.VfsSchemeScanner
 
Scanner - Interface in com.sun.jersey.core.spi.scanning
An interface for scanning resources and reporting those resources to a scanning listener.
ScannerException - Exception in com.sun.jersey.core.spi.scanning
An runtime exception that may be thrown when scanning.
ScannerException() - Constructor for exception com.sun.jersey.core.spi.scanning.ScannerException
Construct a new instance with the supplied message
ScannerException(String) - Constructor for exception com.sun.jersey.core.spi.scanning.ScannerException
Construct a new instance with the supplied message
ScannerException(String, Throwable) - Constructor for exception com.sun.jersey.core.spi.scanning.ScannerException
Construct a new instance with the supplied message and cause
ScannerException(Throwable) - Constructor for exception com.sun.jersey.core.spi.scanning.ScannerException
Construct a new instance with the supplied cause
ScannerListener - Interface in com.sun.jersey.core.spi.scanning
A listener for receiving events on resources from a Scanner.
scheme(String) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
schemeSpecificPart(String) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
segment(String...) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
SEPARATOR - Static variable in class com.sun.jersey.core.header.GrammarUtil
Represents separator type in the TYPE_TABLE
SEPARATORS - Static variable in class com.sun.jersey.core.header.GrammarUtil
Array of chars representing separators
ServerSide - Class in com.sun.jersey.spi.inject
 
ServerSide() - Constructor for class com.sun.jersey.spi.inject.ServerSide
 
ServiceConfigurationError - Error in com.sun.jersey.spi.service
Error thrown when something goes wrong while looking up service providers.
ServiceConfigurationError(String) - Constructor for error com.sun.jersey.spi.service.ServiceConfigurationError
Constructs a new instance with the specified detail string.
ServiceConfigurationError(Throwable) - Constructor for error com.sun.jersey.spi.service.ServiceConfigurationError
Constructs a new instance that wraps the specified throwable.
ServiceFinder<T> - Class in com.sun.jersey.spi.service
A simple service-provider lookup mechanism.
ServiceFinder.DefaultServiceIteratorProvider<T> - Class in com.sun.jersey.spi.service
The default service iterator provider that looks up provider classes in META-INF/services files.
ServiceFinder.DefaultServiceIteratorProvider() - Constructor for class com.sun.jersey.spi.service.ServiceFinder.DefaultServiceIteratorProvider
 
ServiceFinder.ServiceIteratorProvider<T> - Class in com.sun.jersey.spi.service
Supports iteration of provider instances or classes.
ServiceFinder.ServiceIteratorProvider() - Constructor for class com.sun.jersey.spi.service.ServiceFinder.ServiceIteratorProvider
 
set(T) - Method in class com.sun.jersey.core.util.LazyVal
 
setAccessibleMethodPA(Method) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Get privileged action to set a method to be accessible.
setAccessibleObject(AccessibleObject) - Method in class com.sun.jersey.core.spi.component.AnnotatedContext
 
setAnnotations(Annotation[]) - Method in class com.sun.jersey.core.spi.component.AnnotatedContext
 
setConfiguration(FeaturesAndProperties) - Method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBProvider
 
setHeader(Marshaller, Annotation[]) - Method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBProvider
 
setIteratorProvider(ServiceFinder.ServiceIteratorProvider) - Static method in class com.sun.jersey.spi.service.ServiceFinder
Register the service iterator provider to iterate on provider instances or classes.
setReportMissingDependentFieldOrMethod(boolean) - Static method in class com.sun.jersey.spi.inject.Errors
 
setResourcesProvider(PackageNamesScanner.ResourcesProvider) - Static method in class com.sun.jersey.core.spi.scanning.PackageNamesScanner
Set the PackageNamesScanner.ResourcesProvider implementation to find resources.
SINGLETON - Static variable in class com.sun.jersey.core.util.StringIgnoreCaseKeyComparator
 
SingletonTypeInjectableProvider<A extends java.lang.annotation.Annotation,T> - Class in com.sun.jersey.spi.inject
A utility class that may implemented to support a singleton injectable provider for a specific type T, and an instance of type T, that is to be injected.
SingletonTypeInjectableProvider(Type, T) - Constructor for class com.sun.jersey.spi.inject.SingletonTypeInjectableProvider
Construct a new instance with the Type and the instance.
size - Variable in class com.sun.jersey.core.header.ContentDisposition.ContentDispositionBuilder
 
size(long) - Method in class com.sun.jersey.core.header.ContentDisposition.ContentDispositionBuilder
Add the "size" parameter.
size() - Method in class com.sun.jersey.core.util.KeyComparatorHashMap
Returns the number of key-value mappings in this map.
size() - Method in class com.sun.jersey.core.util.UnmodifiableMultivaluedMap
 
start(BundleContext) - Method in class com.sun.jersey.core.osgi.Activator
 
status(Response.StatusType) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
status(int) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
stop(BundleContext) - Method in class com.sun.jersey.core.osgi.Activator
 
StringIgnoreCaseKeyComparator - Class in com.sun.jersey.core.util
Case insensitive String key comparator.
StringIgnoreCaseKeyComparator() - Constructor for class com.sun.jersey.core.util.StringIgnoreCaseKeyComparator
 
StringKeyIgnoreCaseMultivaluedMap<V> - Class in com.sun.jersey.core.util
An implementation of MultivaluedMap where keys are instances of String and are compared ignoring case.
StringKeyIgnoreCaseMultivaluedMap() - Constructor for class com.sun.jersey.core.util.StringKeyIgnoreCaseMultivaluedMap
 
StringKeyIgnoreCaseMultivaluedMap(StringKeyIgnoreCaseMultivaluedMap<V>) - Constructor for class com.sun.jersey.core.util.StringKeyIgnoreCaseMultivaluedMap
 
StringKeyObjectValueIgnoreCaseMultivaluedMap - Class in com.sun.jersey.core.util
An implementation of MultivaluedMap where keys are instances of String and are compared ignoring case and values are instances of Object.
StringKeyObjectValueIgnoreCaseMultivaluedMap() - Constructor for class com.sun.jersey.core.util.StringKeyObjectValueIgnoreCaseMultivaluedMap
 
StringKeyObjectValueIgnoreCaseMultivaluedMap(StringKeyObjectValueIgnoreCaseMultivaluedMap) - Constructor for class com.sun.jersey.core.util.StringKeyObjectValueIgnoreCaseMultivaluedMap
 
StringKeyStringValueIgnoreCaseMultivaluedMap - Class in com.sun.jersey.core.util
An implementation of MultivaluedMap where keys are instances of String and are compared ignoring case and values are instances of String.
StringKeyStringValueIgnoreCaseMultivaluedMap() - Constructor for class com.sun.jersey.core.util.StringKeyStringValueIgnoreCaseMultivaluedMap
 
StringKeyStringValueIgnoreCaseMultivaluedMap(StringKeyStringValueIgnoreCaseMultivaluedMap) - Constructor for class com.sun.jersey.core.util.StringKeyStringValueIgnoreCaseMultivaluedMap
 
StringReader<T> - Interface in com.sun.jersey.spi
Read a string value and convert to a Java type.
StringReader.ValidateDefaultValue - Annotation Type in com.sun.jersey.spi
Declares whether validation of a default value should occur before any value, default or otherwise, is actually required.
StringReaderProvider<T> - Interface in com.sun.jersey.spi
Contract for a provider that supports the conversion of a string to a Java type.
StringReaderWorkers - Interface in com.sun.jersey.spi
An injectable interface providing lookup of StringReader instances.
subTags - Variable in class com.sun.jersey.core.header.LanguageTag
 
supports(Class<?>) - Method in interface com.sun.jersey.spi.HeaderDelegateProvider
Ascertain if the Provider supports a particular type.

T

t - Variable in class com.sun.jersey.core.reflection.ReflectionHelper.ClassTypePair
The type of the class.
t - Variable in class com.sun.jersey.core.reflection.ReflectionHelper.TypeClassPair
 
tag - Variable in class com.sun.jersey.core.header.LanguageTag
 
tag(EntityTag) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
tag(String) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
ThrowHelper - Class in com.sun.jersey.core.util
Help functionality when throwing exceptions.
ThrowHelper() - Constructor for class com.sun.jersey.core.util.ThrowHelper
 
toArray() - Method in class com.sun.jersey.spi.service.ServiceFinder
Returns discovered objects all at once.
toClassArray() - Method in class com.sun.jersey.spi.service.ServiceFinder
Returns discovered classes all at once.
toFamilyCode(int) - Static method in class com.sun.jersey.core.spi.factory.ResponseImpl
 
TOKEN - Static variable in class com.sun.jersey.core.header.GrammarUtil
Represents token type in the TYPE_TABLE
Token - Class in com.sun.jersey.core.header
A token.
Token() - Constructor for class com.sun.jersey.core.header.Token
 
Token(String) - Constructor for class com.sun.jersey.core.header.Token
 
Token(HttpHeaderReader) - Constructor for class com.sun.jersey.core.header.Token
 
token - Variable in class com.sun.jersey.core.header.Token
 
toStatusType(int) - Static method in class com.sun.jersey.core.spi.factory.ResponseImpl
 
toString() - Method in class com.sun.jersey.api.uri.UriPattern
 
toString() - Method in class com.sun.jersey.api.uri.UriTemplate
 
toString() - Method in class com.sun.jersey.core.header.ContentDisposition
Convert the disposition to a "Content-Disposition" header value.
toString() - Method in class com.sun.jersey.core.header.LanguageTag
 
toString() - Method in class com.sun.jersey.core.header.LinkHeader
 
toString() - Method in class com.sun.jersey.core.reflection.AnnotatedMethod
 
toStringBuffer() - Method in class com.sun.jersey.core.header.ContentDisposition
 
toStringBuffer() - Method in class com.sun.jersey.core.header.FormDataContentDisposition
 
type - Variable in class com.sun.jersey.core.header.ContentDisposition.ContentDispositionBuilder
 
type(String) - Static method in class com.sun.jersey.core.header.ContentDisposition
Start building content disposition.
type - Variable in class com.sun.jersey.core.header.LinkHeader.LinkHeaderBuilder
 
type(MediaType) - Method in class com.sun.jersey.core.header.LinkHeader.LinkHeaderBuilder
 
type(MediaType) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
type(String) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
TYPE_TABLE - Static variable in class com.sun.jersey.core.header.GrammarUtil
Mapping of chars to types
typeEquals(MediaType, MediaType) - Static method in class com.sun.jersey.core.header.MediaTypes
 

U

UNDEFINED_SINGLETON - Static variable in enum com.sun.jersey.core.spi.component.ComponentScope
A immutable list comprising of the scopes Undefined and Singleton, in that order.
unmark() - Static method in class com.sun.jersey.spi.inject.Errors
 
UnmodifiableMultivaluedMap<K,V> - Class in com.sun.jersey.core.util
An unmodifiable view of a MultivaluedMap.
UnmodifiableMultivaluedMap(MultivaluedMap<K, V>) - Constructor for class com.sun.jersey.core.util.UnmodifiableMultivaluedMap
Creates a new ImmutableMultivaluedMap.
update(Set<Class<?>>, Set<?>, InjectableProviderFactory) - Method in class com.sun.jersey.core.spi.component.ProviderServices
 
update(InjectableProviderFactory) - Method in class com.sun.jersey.core.spi.factory.InjectableProviderFactory
 
uri(URI) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
uri - Variable in class com.sun.jersey.core.header.LinkHeader.LinkHeaderBuilder
 
uri(URI) - Static method in class com.sun.jersey.core.header.LinkHeader
 
UriBuilderImpl - Class in com.sun.jersey.api.uri
An implementaton of UriBuilder.
UriBuilderImpl() - Constructor for class com.sun.jersey.api.uri.UriBuilderImpl
 
UriComponent - Class in com.sun.jersey.api.uri
Utility class for validating, encoding and decoding components of a URI.
UriComponent.Type - Enum in com.sun.jersey.api.uri
The URI component type.
UriPattern - Class in com.sun.jersey.api.uri
A URI pattern for matching a URI against a regular expression and returning capturing group values for any capturing groups present in the expression.
UriPattern() - Constructor for class com.sun.jersey.api.uri.UriPattern
Construct an empty pattern.
UriPattern(String) - Constructor for class com.sun.jersey.api.uri.UriPattern
Construct a new URI pattern.
UriPattern(String, int[]) - Constructor for class com.sun.jersey.api.uri.UriPattern
Construct a new URI pattern.
UriPattern(Pattern) - Constructor for class com.sun.jersey.api.uri.UriPattern
Construct a new URI pattern.
UriPattern(Pattern, int[]) - Constructor for class com.sun.jersey.api.uri.UriPattern
Construct a new URI pattern.
UriSchemeScanner - Interface in com.sun.jersey.core.spi.scanning.uri
An interface for scanning URI-based resources and reporting those resources to a scanning listener.
UriTemplate - Class in com.sun.jersey.api.uri
A URI template.
UriTemplate(String) - Constructor for class com.sun.jersey.api.uri.UriTemplate
Construct a new URI template.
UriTemplate(UriTemplateParser) - Constructor for class com.sun.jersey.api.uri.UriTemplate
Construct a new URI template.
UriTemplateParser - Class in com.sun.jersey.api.uri
A URI template parser that parses JAX-RS specific URI templates.
UriTemplateParser(String) - Constructor for class com.sun.jersey.api.uri.UriTemplateParser
Parse a template.
userInfo(String) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
UTF8 - Static variable in class com.sun.jersey.core.provider.AbstractMessageReaderWriterProvider
The UTF-8 Charset.
UTF8 - Static variable in class com.sun.jersey.core.util.ReaderWriter
The UTF-8 Charset.

V

valid(String, UriComponent.Type) - Static method in class com.sun.jersey.api.uri.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
valid(String, UriComponent.Type, boolean) - Static method in class com.sun.jersey.api.uri.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
validate(String, UriComponent.Type) - Static method in class com.sun.jersey.api.uri.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
validate(String, UriComponent.Type, boolean) - Static method in class com.sun.jersey.api.uri.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
valueOf(String) - Static method in enum com.sun.jersey.api.uri.UriComponent.Type
Returns the enum constant of this type with the specified name.
valueOf(HttpHeaderReader) - Static method in class com.sun.jersey.core.header.AcceptableMediaType
 
valueOf(String) - Static method in class com.sun.jersey.core.header.LanguageTag
 
valueOf(String) - Static method in class com.sun.jersey.core.header.LinkHeader
 
valueOf(HttpHeaderReader) - Static method in class com.sun.jersey.core.header.MatchingEntityTag
Create new matching entity tag out of provided header reader.
valueOf(HttpHeaderReader) - Static method in class com.sun.jersey.core.header.QualitySourceMediaType
 
valueOf(String) - Static method in enum com.sun.jersey.core.header.reader.HttpHeaderReader.Event
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.jersey.core.spi.component.ComponentScope
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sun.jersey.api.uri.UriComponent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.jersey.core.header.reader.HttpHeaderReader.Event
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.jersey.core.spi.component.ComponentScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.sun.jersey.core.util.UnmodifiableMultivaluedMap
 
variant(Variant) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
VariantListBuilderImpl - Class in com.sun.jersey.core.spi.factory
An implementation of Variant.VariantListBuilder.
VariantListBuilderImpl() - Constructor for class com.sun.jersey.core.spi.factory.VariantListBuilderImpl
 
variants(List<Variant>) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
verifyArrayType(Class, AbstractListElementProvider.JaxbTypeChecker) - Static method in class com.sun.jersey.core.provider.jaxb.AbstractListElementProvider
The method could be used to check if given type is an array of JAXB beans.
verifyCollectionSubclass(Class<?>) - Static method in class com.sun.jersey.core.provider.jaxb.AbstractListElementProvider
 
verifyGenericType(Type, AbstractListElementProvider.JaxbTypeChecker) - Static method in class com.sun.jersey.core.provider.jaxb.AbstractListElementProvider
The method could be used to check if given type is a collection of JAXB beans.
VfsSchemeScanner - Class in com.sun.jersey.core.spi.scanning.uri
A JBoss-based "vfsfile", "vfs" and "vfszip" scheme URI scanner.
VfsSchemeScanner() - Constructor for class com.sun.jersey.core.spi.scanning.uri.VfsSchemeScanner
 

W

WADL - Static variable in class com.sun.jersey.core.header.MediaTypes
 
WADL_JSON - Static variable in class com.sun.jersey.core.header.MediaTypes
 
WADL_JSON_STRING - Static variable in class com.sun.jersey.core.header.MediaTypes
 
WADL_STRING - Static variable in class com.sun.jersey.core.header.MediaTypes
 
WHITE_SPACE - Static variable in class com.sun.jersey.core.header.GrammarUtil
Array of chars representing white spaces
with(InputStream) - Static method in class com.sun.jersey.core.util.Closing
 
withInitCause(Exception, T) - Static method in class com.sun.jersey.core.util.ThrowHelper
Set the cause of an exception.
writeList(Class<?>, Collection<?>, MediaType, Charset, Marshaller, OutputStream) - Method in class com.sun.jersey.core.provider.jaxb.AbstractListElementProvider
Write a collection of JAXB objects as child elements of the root element.
writersToString(Map<MediaType, List<MessageBodyWriter>>) - Method in class com.sun.jersey.core.spi.factory.MessageBodyFactory
 
writersToString(Map<MediaType, List<MessageBodyWriter>>) - Method in interface com.sun.jersey.spi.MessageBodyWorkers
Convert a map media type to list of message body writers to a string.
writeTo(InputStream, OutputStream) - Static method in class com.sun.jersey.core.provider.AbstractMessageReaderWriterProvider
Reader bytes from an input stream and write then to an output stream.
writeTo(Reader, Writer) - Static method in class com.sun.jersey.core.provider.AbstractMessageReaderWriterProvider
Reader characters from an input stream and write then to an output stream.
writeTo(JAXBElement<?>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBElementProvider
 
writeTo(JAXBElement<?>, MediaType, Charset, Marshaller, OutputStream) - Method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBElementProvider
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.sun.jersey.core.provider.jaxb.AbstractListElementProvider
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.sun.jersey.core.provider.jaxb.AbstractRootElementProvider
 
writeTo(Object, MediaType, Charset, Marshaller, OutputStream) - Method in class com.sun.jersey.core.provider.jaxb.AbstractRootElementProvider
Marshal an instance of a JAXB type.
writeTo(InputStream, OutputStream) - Static method in class com.sun.jersey.core.util.ReaderWriter
Read bytes from an input stream and write them to an output stream.
writeTo(Reader, Writer) - Static method in class com.sun.jersey.core.util.ReaderWriter
Read characters from an input stream and write them to an output stream.
writeToAsString(String, OutputStream, MediaType) - Static method in class com.sun.jersey.core.provider.AbstractMessageReaderWriterProvider
Convert a string to bytes and write those bytes to an output stream.
writeToAsString(String, OutputStream, MediaType) - Static method in class com.sun.jersey.core.util.ReaderWriter
Convert a string to bytes and write those bytes to an output stream.

X

XmlHeader - Annotation Type in com.sun.jersey.api.provider.jaxb
Allows to specify XML header for XML output produced by a resource method it is attached to.

_

_getComponentProvider(Class) - Method in class com.sun.jersey.core.spi.component.ioc.IoCProviderFactory
 
_getComponentProvider(Class) - Method in class com.sun.jersey.core.spi.component.ProviderFactory
 

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

Copyright © 2017 Oracle Corporation. All Rights Reserved.