- 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
-
- 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
-
- 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(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.
- 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(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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- IoCComponentProcessorFactoryInitializer - Interface in com.sun.jersey.core.spi.component.ioc
-
- 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
-
- 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.
- 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
-
- 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
-
- 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.
- 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
-