- 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
-
- CACHE_CONTROL - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- cacheControl(CacheControl) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
-
- CacheControl - Class in javax.ws.rs.core
-
An abstraction for the value of a HTTP Cache-Control response header.
- CacheControl() - Constructor for class javax.ws.rs.core.CacheControl
-
Create a new instance of CacheControl.
- cacheControl(CacheControl) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the cache control data on the ResponseBuilder.
- 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
-
- CLIENT_CERT_AUTH - Static variable in interface javax.ws.rs.core.SecurityContext
-
String identifier for Client Certificate authentication.
- 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.
- clone() - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Create a copy of the ResponseBuilder preserving its state.
- clone() - Method in class javax.ws.rs.core.UriBuilder
-
Create a copy of the UriBuilder preserving its state.
- 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
-
- Consumes - Annotation Type in javax.ws.rs
-
Defines the media types that the methods of a resource class or
MessageBodyReader can accept.
- 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_ENCODING - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- CONTENT_LANGUAGE - Static variable in class com.sun.jersey.core.spi.factory.ResponseBuilderHeaders
-
- CONTENT_LANGUAGE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- CONTENT_LENGTH - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- CONTENT_LOCATION - Static variable in class com.sun.jersey.core.spi.factory.ResponseBuilderHeaders
-
- CONTENT_LOCATION - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- CONTENT_TYPE - Static variable in class com.sun.jersey.core.spi.factory.ResponseBuilderHeaders
-
- CONTENT_TYPE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- 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
-
- contentLocation(URI) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the content location on the ResponseBuilder.
- Context - Annotation Type in javax.ws.rs.core
-
This annotation is used to inject information into a class
field, bean property or method parameter.
- ContextResolver<T> - Interface in javax.ws.rs.ext
-
Contract for a provider that supplies context information to resource
classes and other providers.
- ContextResolverFactory - Class in com.sun.jersey.core.spi.factory
-
- 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
-
- Cookie - Class in javax.ws.rs.core
-
Represents the value of a HTTP cookie, transferred in a request.
- Cookie(String, String, String, String, int) - Constructor for class javax.ws.rs.core.Cookie
-
Create a new instance.
- Cookie(String, String, String, String) - Constructor for class javax.ws.rs.core.Cookie
-
Create a new instance.
- Cookie(String, String) - Constructor for class javax.ws.rs.core.Cookie
-
Create a new instance.
- COOKIE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- cookie(NewCookie...) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Add cookies to the ResponseBuilder.
- CookieParam - Annotation Type in javax.ws.rs
-
Binds the value of a HTTP cookie to a resource method parameter,
resource class field, or resource class bean property.
- 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.
- created(URI) - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder for a created resource, set the location
header using the supplied value.
- createEndpoint(Application, Class<T>) - Method in class javax.ws.rs.ext.RuntimeDelegate
-
Create a configured instance of the supplied endpoint type.
- createHeaderDelegate(Class<T>) - Method in class com.sun.jersey.core.spi.factory.AbstractRuntimeDelegate
-
- createHeaderDelegate(Class<T>) - Method in class javax.ws.rs.ext.RuntimeDelegate
-
Obtain an instance of a HeaderDelegate for the supplied class.
- 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
-
- createResponseBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
-
- 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
-
- createUriBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
-
- 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
-
- createVariantListBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
-
- 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
- Encoded - Annotation Type in javax.ws.rs
-
- 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
-
- encodings(String...) - Static method in class javax.ws.rs.core.Variant
-
- encodings(String...) - Method in class javax.ws.rs.core.Variant.VariantListBuilder
-
Set the encoding[s] for this variant.
- endsWithSlash() - Method in class com.sun.jersey.api.uri.UriTemplate
-
- entity(Object) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
-
- entity(Object) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the entity on the ResponseBuilder.
- 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.
- EntityTag - Class in javax.ws.rs.core
-
An abstraction for the value of a HTTP Entity Tag, used as the value
of an ETag response header.
- EntityTag(String) - Constructor for class javax.ws.rs.core.EntityTag
-
Creates a new instance of a strong EntityTag.
- EntityTag(String, boolean) - Constructor for class javax.ws.rs.core.EntityTag
-
Creates a new instance of an EntityTag
- 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
-
- equals(Object) - Method in class javax.ws.rs.core.CacheControl
-
Compares obj to this cache control to see if they are the same
considering all property values.
- equals(Object) - Method in class javax.ws.rs.core.Cookie
-
Compare for equality
- equals(Object) - Method in class javax.ws.rs.core.EntityTag
-
Compares obj to this tag to see if they are the same considering weakness and
value.
- equals(Object) - Method in class javax.ws.rs.core.MediaType
-
Compares obj to this media type to see if they are the same by comparing
type, subtype and parameters.
- equals(Object) - Method in class javax.ws.rs.core.NewCookie
-
Compare for equality.
- equals(Object) - Method in class javax.ws.rs.core.Variant
-
Compares obj to this variant to see if they are the same
considering all property values.
- 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
-
- ETAG - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- evaluatePreconditions(EntityTag) - Method in interface javax.ws.rs.core.Request
-
Evaluate request preconditions based on the passed in value.
- evaluatePreconditions(Date) - Method in interface javax.ws.rs.core.Request
-
Evaluate request preconditions based on the passed in value.
- evaluatePreconditions(Date, EntityTag) - Method in interface javax.ws.rs.core.Request
-
Evaluate request preconditions based on the passed in value.
- evaluatePreconditions() - Method in interface javax.ws.rs.core.Request
-
Evaluate request preconditions for a resource that does not currently
exist.
- ExceptionMapper<E extends java.lang.Throwable> - Interface in javax.ws.rs.ext
-
Contract for a provider that maps Java exceptions to
Response.
- expires(Date) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
-
- EXPIRES - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- expires(Date) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the expires date on the ResponseBuilder.
- 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
-
- FORM_AUTH - Static variable in interface javax.ws.rs.core.SecurityContext
-
String identifier for Form authentication.
- 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.
- FormParam - Annotation Type in javax.ws.rs
-
Binds the value(s) of a form parameter contained within a request entity body
to a resource method parameter.
- fragment(String) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
-
- fragment(String) - Method in class javax.ws.rs.core.UriBuilder
-
Set the URI fragment.
- fromPath(String) - Static method in class javax.ws.rs.core.UriBuilder
-
Create a new instance representing a relative URI initialized from a
URI path.
- fromResource(Class<?>) - Static method in class javax.ws.rs.core.UriBuilder
-
Create a new instance representing a relative URI initialized from a
root resource class.
- fromResponse(Response) - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder by performing a shallow copy of an
existing Response.
- fromStatusCode(int) - Static method in enum javax.ws.rs.core.Response.Status
-
Convert a numerical status code into the corresponding Status
- fromString(String) - Method in interface com.sun.jersey.spi.StringReader
-
Read a string value and convert to a Java type.
- fromString(String) - Method in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate
-
Parse the supplied value and create an instance of T.
- fromUri(URI) - Static method in class javax.ws.rs.core.UriBuilder
-
Create a new instance initialized from an existing URI.
- fromUri(String) - Static method in class javax.ws.rs.core.UriBuilder
-
Create a new instance initialized from an existing URI.
- 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.
- GenericEntity<T> - Class in javax.ws.rs.core
-
Represents a response entity of a generic type T.
- GenericEntity(T) - Constructor for class javax.ws.rs.core.GenericEntity
-
Constructs a new generic entity.
- GenericEntity(T, Type) - Constructor for class javax.ws.rs.core.GenericEntity
-
Create a new instance of GenericEntity, supplying the generic type
information.
- 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
-
- GET - Annotation Type in javax.ws.rs
-
Indicates that the annotated method responds to HTTP GET requests
- GET - Static variable in annotation type javax.ws.rs.HttpMethod
-
HTTP GET method
- getAbsolutePath() - Method in interface javax.ws.rs.core.UriInfo
-
Get the absolute path of the request.
- getAbsolutePathBuilder() - Method in interface javax.ws.rs.core.UriInfo
-
Get the absolute path of the request in the form of a UriBuilder.
- getAcceptableLanguages() - Method in interface javax.ws.rs.core.HttpHeaders
-
Get a list of languages that are acceptable for the response.
- getAcceptableMediaTypes() - Method in interface javax.ws.rs.core.HttpHeaders
-
Get a list of media types that are acceptable for the response.
- 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
-
- getAuthenticationScheme() - Method in interface javax.ws.rs.core.SecurityContext
-
Returns the string value of the authentication scheme used to protect
the resource.
- getBaseUri() - Method in interface javax.ws.rs.core.UriInfo
-
Get the base URI of the application.
- getBaseUriBuilder() - Method in interface javax.ws.rs.core.UriInfo
-
Get the base URI of the application in the form of a UriBuilder.
- getCacheExtension() - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to a set of extension cache control directives.
- 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.
- getClasses() - Method in class javax.ws.rs.core.Application
-
Get a set of root resource and provider classes.
- getComment() - Method in class javax.ws.rs.core.NewCookie
-
Get the comment associated with the cookie.
- 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
-
- getContext(Class<?>) - Method in interface javax.ws.rs.ext.ContextResolver
-
Get a context of type T that is applicable to the supplied
type.
- getContextClassLoaderPA() - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
-
Get privileged action to obtain context class loader.
- getContextResolver(Class<T>, MediaType) - Method in interface javax.ws.rs.ext.Providers
-
Get a context resolver for a particular type of context and media type.
- getCookies() - Method in interface javax.ws.rs.core.HttpHeaders
-
Get any cookies that accompanied the request.
- 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
-
- getDomain() - Method in class javax.ws.rs.core.Cookie
-
Get the domain of the cookie
- 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
-
- getEncoding() - Method in class javax.ws.rs.core.Variant
-
Get the encoding of the variant
- getEntity() - Method in class com.sun.jersey.core.provider.EntityHolder
-
Get the entity.
- getEntity() - Method in class com.sun.jersey.core.spi.factory.ResponseImpl
-
- getEntity() - Method in class javax.ws.rs.core.GenericEntity
-
Get the enclosed entity
- getEntity() - Method in class javax.ws.rs.core.Response
-
Return the response entity.
- 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
-
- getExceptionMapper(Class<T>) - Method in interface javax.ws.rs.ext.Providers
-
Get an exception mapping provider for a particular class of exception.
- getFamily() - Method in enum javax.ws.rs.core.Response.Status
-
Get the class of status code
- getFamily() - Method in interface javax.ws.rs.core.Response.StatusType
-
Get the class of status code
- 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
-
- getFirst(K) - Method in interface javax.ws.rs.core.MultivaluedMap
-
A shortcut to get the first value of the supplied key.
- 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
-
- getInstance() - Static method in class javax.ws.rs.ext.RuntimeDelegate
-
Obtain a RuntimeDelegate instance.
- 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
-
- getLanguage() - Method in interface javax.ws.rs.core.HttpHeaders
-
Get the language of the request entity
- getLanguage() - Method in class javax.ws.rs.core.Variant
-
Get the language of the variant
- 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
-
- getMatchedResources() - Method in interface javax.ws.rs.core.UriInfo
-
Get a read-only list of the currently matched resource class instances.
- getMatchedURIs() - Method in interface javax.ws.rs.core.UriInfo
-
Get a read-only list of URIs for matched resources.
- getMatchedURIs(boolean) - Method in interface javax.ws.rs.core.UriInfo
-
Get a read-only list of URIs for matched resources.
- getMatrixParameters() - Method in interface javax.ws.rs.core.PathSegment
-
Get a map of the matrix parameters associated with the path segment.
- getMaxAge() - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the max-age cache control directive.
- getMaxAge() - Method in class javax.ws.rs.core.NewCookie
-
Get the maximum age of the the cookie in seconds.
- getMediaType() - Method in interface javax.ws.rs.core.HttpHeaders
-
Get the media type of the request entity
- getMediaType() - Method in class javax.ws.rs.core.Variant
-
Get the media type of the variant
- 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.
- getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in interface javax.ws.rs.ext.Providers
-
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.
- getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in interface javax.ws.rs.ext.Providers
-
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
-
- getMetadata() - Method in class javax.ws.rs.core.Response
-
Get metadata associated with the response as a map.
- getMetaMethodAnnotations(Class<T>) - Method in class com.sun.jersey.core.reflection.AnnotatedMethod
-
- getMethod() - Method in class com.sun.jersey.core.reflection.AnnotatedMethod
-
- getMethod() - Method in interface javax.ws.rs.core.Request
-
Get the request method, e.g.
- 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.
- getName() - Method in class javax.ws.rs.core.Cookie
-
Get the name of the cookie
- 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.
- getNoCacheFields() - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the value of the no-cache cache control directive.
- 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.
- getParameters() - Method in class javax.ws.rs.core.MediaType
-
Getter for a read-only parameter map.
- getParameterTypes() - Method in class com.sun.jersey.core.reflection.AnnotatedMethod
-
- getParams() - Method in class com.sun.jersey.core.header.LinkHeader
-
- getPath() - Method in class javax.ws.rs.core.Cookie
-
Get the path of the cookie
- getPath() - Method in interface javax.ws.rs.core.PathSegment
-
Get the path segment.
- getPath() - Method in interface javax.ws.rs.core.UriInfo
-
Get the path of the current request relative to the base URI as
a string.
- getPath(boolean) - Method in interface javax.ws.rs.core.UriInfo
-
Get the path of the current request relative to the base URI as
a string.
- getPathParameters() - Method in interface javax.ws.rs.core.UriInfo
-
Get the values of any embedded URI template parameters.
- getPathParameters(boolean) - Method in interface javax.ws.rs.core.UriInfo
-
Get the values of any embedded URI template parameters.
- getPathSegments() - Method in interface javax.ws.rs.core.UriInfo
-
Get the path of the current request relative to the base URI as a
list of
PathSegment.
- getPathSegments(boolean) - Method in interface javax.ws.rs.core.UriInfo
-
Get the path of the current request relative to the base URI as a
list of
PathSegment.
- 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
-
- getPrivateFields() - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the value of the private cache control directive.
- 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
-
- getQueryParameters() - Method in interface javax.ws.rs.core.UriInfo
-
Get the URI query parameters of the current request.
- getQueryParameters(boolean) - Method in interface javax.ws.rs.core.UriInfo
-
Get the URI query parameters of the current request.
- getRawType() - Method in class javax.ws.rs.core.GenericEntity
-
Gets the raw type of the enclosed entity.
- 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.
- getReasonPhrase() - Method in enum javax.ws.rs.core.Response.Status
-
Get the reason phrase
- getReasonPhrase() - Method in interface javax.ws.rs.core.Response.StatusType
-
Get the reason phrase
- 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
-
- getRequestHeader(String) - Method in interface javax.ws.rs.core.HttpHeaders
-
Get the values of a HTTP request header.
- getRequestHeaders() - Method in interface javax.ws.rs.core.HttpHeaders
-
Get the values of HTTP request headers.
- getRequestUri() - Method in interface javax.ws.rs.core.UriInfo
-
Get the absolute request URI including any query parameters.
- getRequestUriBuilder() - Method in interface javax.ws.rs.core.UriInfo
-
Get the absolute request URI in the form of a UriBuilder.
- 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.
- getResponse() - Method in exception javax.ws.rs.WebApplicationException
-
Get the HTTP response.
- 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
-
- getSingletons() - Method in class javax.ws.rs.core.Application
-
Get a set of root resource and provider instances.
- 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
-
- getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in interface javax.ws.rs.ext.MessageBodyWriter
-
Called before writeTo to ascertain the length in bytes of
the serialized form of t.
- getSMaxAge() - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the s-maxage cache control directive.
- getStatus() - Method in class com.sun.jersey.core.spi.factory.ResponseImpl
-
- getStatus() - Method in class javax.ws.rs.core.Response
-
Get the status code associated with the response.
- getStatusCode() - Method in enum javax.ws.rs.core.Response.Status
-
Get the associated status code
- getStatusCode() - Method in interface javax.ws.rs.core.Response.StatusType
-
Get the associated status code
- 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
-
- getSubtype() - Method in class javax.ws.rs.core.MediaType
-
Getter for subtype.
- 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
-
- getType() - Method in class javax.ws.rs.core.GenericEntity
-
Gets underlying Type instance.
- getType() - Method in class javax.ws.rs.core.MediaType
-
Getter for primary type.
- 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
-
- getUserPrincipal() - Method in interface javax.ws.rs.core.SecurityContext
-
Returns a java.security.Principal object containing the
name of the current authenticated user.
- 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
-
- getValue() - Method in class javax.ws.rs.core.Cookie
-
Get the value of the cookie
- getValue() - Method in class javax.ws.rs.core.EntityTag
-
Get the value of an EntityTag
- getValueOfStringMethodPA(Class<?>) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
-
Get privileged action to obtain the static valueOf(String ) method.
- getVersion() - Method in class javax.ws.rs.core.Cookie
-
Get the version of the cookie
- 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
-
- IF_MATCH - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- IF_MODIFIED_SINCE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- IF_NONE_MATCH - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- IF_UNMODIFIED_SINCE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- 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
-
- isCompatible(MediaType) - Method in class javax.ws.rs.core.MediaType
-
Check if this media type is compatible with another media type.
- 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
-
- isMustRevalidate() - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the must-revalidate cache control directive.
- isNoCache() - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the no-cache cache control directive.
- isNoStore() - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the no-store cache control directive.
- isNotPublic() - Method in class com.sun.jersey.core.reflection.MethodList
-
- isNoTransform() - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the no-transform cache control directive.
- isPrivate() - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the private cache control directive.
- isProxyRevalidate() - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the proxy-revalidate cache control directive.
- 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
-
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in interface javax.ws.rs.ext.MessageBodyReader
-
Ascertain if the MessageBodyReader can produce an instance of a
particular type.
- isSecure() - Method in class javax.ws.rs.core.NewCookie
-
Whether the cookie will only be sent over a secure connection.
- isSecure() - Method in interface javax.ws.rs.core.SecurityContext
-
Returns a boolean indicating whether this request was made
using a secure channel, such as HTTPS.
- 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.
- isUserInRole(String) - Method in interface javax.ws.rs.core.SecurityContext
-
Returns a boolean indicating whether the authenticated user is included
in the specified logical "role".
- isWeak() - Method in class javax.ws.rs.core.EntityTag
-
Check the strength of an EntityTag
- isWhiteSpace(char) - Static method in class com.sun.jersey.core.header.GrammarUtil
-
Returns true if the provided char is a white space.
- isWildcardSubtype() - Method in class javax.ws.rs.core.MediaType
-
Checks if the subtype is a wildcard
- isWildcardType() - Method in class javax.ws.rs.core.MediaType
-
Checks if the primary type is a wildcard.
- 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
-
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in interface javax.ws.rs.ext.MessageBodyWriter
-
Ascertain if the MessageBodyWriter supports a particular type.
- 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
-
- path(String) - Method in class javax.ws.rs.core.UriBuilder
-
Append path to the existing path.
- path(Class) - Method in class javax.ws.rs.core.UriBuilder
-
Append the path from a Path-annotated class to the
existing path.
- path(Class, String) - Method in class javax.ws.rs.core.UriBuilder
-
Append the path from a Path-annotated method to the
existing path.
- path(Method) - Method in class javax.ws.rs.core.UriBuilder
-
Append the path from a
Path-annotated method to the
existing path.
- Path - Annotation Type in javax.ws.rs
-
Identifies the URI path that a resource class or class method will serve
requests for.
- PathParam - Annotation Type in javax.ws.rs
-
Binds the value of a URI template parameter or a path segment
containing the template parameter to a resource method parameter, resource
class field, or resource class
bean property.
- PathSegment - Interface in javax.ws.rs.core
-
Represents a URI path segment and any associated matrix parameters.
- 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
-
- port(int) - Method in class javax.ws.rs.core.UriBuilder
-
Set the URI port.
- POST - Static variable in annotation type javax.ws.rs.HttpMethod
-
HTTP POST method
- POST - Annotation Type in javax.ws.rs
-
Indicates that the annotated method responds to HTTP POST requests
- 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
-
- Produces - Annotation Type in javax.ws.rs
-
Defines the media type(s) that the methods of a resource class or
MessageBodyWriter can produce.
- Provider - Annotation Type in javax.ws.rs.ext
-
Marks an implementation of an extension interface.
- 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
-
- Providers - Interface in javax.ws.rs.ext
-
An injectable interface providing runtime lookup of provider instances.
- 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
-
- PUT - Static variable in annotation type javax.ws.rs.HttpMethod
-
HTTP PUT method
- PUT - Annotation Type in javax.ws.rs
-
Indicates that the annotated method responds to HTTP PUT requests
- 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
-
- putSingle(K, V) - Method in interface javax.ws.rs.core.MultivaluedMap
-
Set the key's value to be a one item list consisting of the supplied value.
- 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
-
- scheme(String) - Method in class javax.ws.rs.core.UriBuilder
-
Set the URI scheme.
- schemeSpecificPart(String) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
-
- schemeSpecificPart(String) - Method in class javax.ws.rs.core.UriBuilder
-
Set the URI scheme-specific-part (see URI).
- SecurityContext - Interface in javax.ws.rs.core
-
An injectable interface that provides access to security related
information.
- seeOther(URI) - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder for a redirection.
- segment(String...) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
-
- segment(String...) - Method in class javax.ws.rs.core.UriBuilder
-
Append path segments to the existing path.
- selectVariant(List<Variant>) - Method in interface javax.ws.rs.core.Request
-
Select the representation variant that best matches the request.
- 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
- serverError() - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder with an server error status.
- 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
-
- SET_COOKIE - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- 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
-
- setInstance(RuntimeDelegate) - Static method in class javax.ws.rs.ext.RuntimeDelegate
-
Set the runtime delegate that will be used by JAX-RS classes.
- 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.
- setMaxAge(int) - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the max-age cache control directive.
- setMustRevalidate(boolean) - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the must-revalidate cache control directive.
- setNoCache(boolean) - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the no-cache cache control directive.
- setNoStore(boolean) - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the no-store cache control directive.
- setNoTransform(boolean) - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the no-transform cache control directive.
- setPrivate(boolean) - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the private cache control directive.
- setProxyRevalidate(boolean) - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the must-revalidate cache control directive.
- 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
-
- setSMaxAge(int) - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the s-maxage cache control directive.
- 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
-
- status(int) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(Response.StatusType) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(Response.Status) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(Response.StatusType) - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status.
- status(Response.Status) - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status.
- status(int) - Static method in class javax.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status.
- stop(BundleContext) - Method in class com.sun.jersey.core.osgi.Activator
-
- StreamingOutput - Interface in javax.ws.rs.core
-
A type that may be used as a resource method return value or as the entity
in a
Response when the application wishes to stream the output.
- 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.
- valueOf(String) - Static method in class javax.ws.rs.core.CacheControl
-
Creates a new instance of CacheControl by parsing the supplied string.
- valueOf(String) - Static method in class javax.ws.rs.core.Cookie
-
Creates a new instance of Cookie by parsing the supplied string.
- valueOf(String) - Static method in class javax.ws.rs.core.EntityTag
-
Creates a new instance of EntityTag by parsing the supplied string.
- valueOf(String) - Static method in class javax.ws.rs.core.MediaType
-
Creates a new instance of MediaType by parsing the supplied string.
- valueOf(String) - Static method in class javax.ws.rs.core.NewCookie
-
Creates a new instance of NewCookie by parsing the supplied string.
- valueOf(String) - Static method in enum javax.ws.rs.core.Response.Status.Family
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.ws.rs.core.Response.Status
-
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
-
- values() - Static method in enum javax.ws.rs.core.Response.Status.Family
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javax.ws.rs.core.Response.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- variant(Variant) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
-
- variant(Variant) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Set representation metadata on the ResponseBuilder.
- Variant - Class in javax.ws.rs.core
-
Abstraction for a resource representation variant.
- Variant(MediaType, Locale, String) - Constructor for class javax.ws.rs.core.Variant
-
Create a new instance of Variant
- Variant.VariantListBuilder - Class in javax.ws.rs.core
-
A builder for a list of representation variants.
- Variant.VariantListBuilder() - Constructor for class javax.ws.rs.core.Variant.VariantListBuilder
-
Protected constructor, use the static newInstance
method to obtain an instance.
- VariantListBuilderImpl - Class in com.sun.jersey.core.spi.factory
-
- VariantListBuilderImpl() - Constructor for class com.sun.jersey.core.spi.factory.VariantListBuilderImpl
-
- variants(List<Variant>) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
-
- variants(List<Variant>) - Method in class javax.ws.rs.core.Response.ResponseBuilder
-
Add a Vary header that lists the available variants.
- VARY - Static variable in interface javax.ws.rs.core.HttpHeaders
-
- 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
-