A C D E F G H I M N O P R S T U V W

A

add(String, String) - Method in class com.sun.jersey.api.InBoundHeaders
 
add(String, Object) - Method in class com.sun.jersey.api.InBoundHeaders
 
add(String, Object) - Method in class com.sun.jersey.api.OutBoundHeaders
 

C

classIterator() - Method in class com.sun.jersey.spi.service.ServiceFinder
Returns discovered classes incrementally.
com.sun.jersey.api - package com.sun.jersey.api
Provides support for common classes and interfaces.
com.sun.jersey.api.container - package com.sun.jersey.api.container
Provides support for common container classes and interfaces.
com.sun.jersey.api.core - package com.sun.jersey.api.core
Provides support for server-side request and response interfaces.
com.sun.jersey.api.model - package com.sun.jersey.api.model
Provides support for the abstract model of resource classes.
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.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 and components.
COMPARATOR - Static variable in class com.sun.jersey.api.uri.UriTemplate
Order the templates according according to JAX-RS.
compare(ComponentConstructor.ConstructorInjectablePair<T>, ComponentConstructor.ConstructorInjectablePair<T>) - Method in class com.sun.jersey.spi.service.ComponentConstructor.ConstructorComparator
 
ComponentConstructor - Class in com.sun.jersey.spi.service
A class that may be used to obtain the most appropriate constructor (with injectables) for a component.
ComponentConstructor(InjectableProviderContext) - Constructor for class com.sun.jersey.spi.service.ComponentConstructor
Create a component constructor with the injectable provider context.
ComponentConstructor.ConstructorComparator<T> - Class in com.sun.jersey.spi.service
 
ComponentConstructor.ConstructorComparator() - Constructor for class com.sun.jersey.spi.service.ComponentConstructor.ConstructorComparator
 
ComponentConstructor.ConstructorInjectablePair<T> - Class in com.sun.jersey.spi.service
A tuple of a constructor and the list of injectables associated with the parameters of the constructor.
ComponentConstructor.ConstructorInjectablePair(Constructor<T>, List<Injectable>) - Constructor for class com.sun.jersey.spi.service.ComponentConstructor.ConstructorInjectablePair
Create a new tuple of a constructor and list of injectables.
ComponentContext - Interface in com.sun.jersey.spi.service
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.
ComponentProvider - Interface in com.sun.jersey.spi.service
A provider for the instantiation and management of components.
ComponentProvider.Scope - Enum in com.sun.jersey.spi.service
The scope contract for the instantiation of a component.
con - Variable in class com.sun.jersey.spi.service.ComponentConstructor.ConstructorInjectablePair
The constructor.
CONFLICT - Static variable in class com.sun.jersey.api.Responses
 
conflict() - Static method in class com.sun.jersey.api.Responses
 
ConflictException - Exception in com.sun.jersey.api
A HTTP 409 (Conflict) exception.
ConflictException() - Constructor for exception com.sun.jersey.api.ConflictException
Create a HTTP 409 (Conflict) exception.
ConflictException(String) - Constructor for exception com.sun.jersey.api.ConflictException
Create a HTTP 409 (Conflict) exception.
ContainerException - Exception in com.sun.jersey.api.container
Runtime exception to be caught by the container.
ContainerException() - Constructor for exception com.sun.jersey.api.container.ContainerException
Construct a new instance with the supplied message
ContainerException(String) - Constructor for exception com.sun.jersey.api.container.ContainerException
Construct a new instance with the supplied message
ContainerException(String, Throwable) - Constructor for exception com.sun.jersey.api.container.ContainerException
Construct a new instance with the supplied message and cause
ContainerException(Throwable) - Constructor for exception com.sun.jersey.api.container.ContainerException
Construct a new instance with the supplied cause
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.
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, 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.
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[], 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.

D

decode(String, UriComponent.Type) - Static method in class com.sun.jersey.api.uri.UriComponent
Decodes characters of a string that are percent-encoded octets using UTF-8 decoding (if needed).
decodeMatrix(String, boolean) - Static method in class com.sun.jersey.api.uri.UriComponent
Decode the matrix component of a URI path segment.
decodePath(URI, boolean) - Static method in class com.sun.jersey.api.uri.UriComponent
Decode the path component of a URI as path segments.
decodePath(String, boolean) - Static method in class com.sun.jersey.api.uri.UriComponent
Decode the path component of a URI as path segments.
decodePathSegment(List<PathSegment>, String, boolean) - Static method in class com.sun.jersey.api.uri.UriComponent
 
decodeQuery(URI, boolean) - Static method in class com.sun.jersey.api.uri.UriComponent
Decode the query component of a URI.
decodeQuery(String, boolean) - Static method in class com.sun.jersey.api.uri.UriComponent
Decode the query component of a URI.

E

EMPTY - Static variable in class com.sun.jersey.api.uri.UriPattern
The empty URI pattern that matches the null or empty URI path
EMPTY - Static variable in class com.sun.jersey.api.uri.UriTemplate
The empty URI template that matches the null or empty URI path
encode(String, UriComponent.Type) - Static method in class com.sun.jersey.api.uri.UriComponent
Encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.
encode(String, UriComponent.Type, boolean) - Static method in class com.sun.jersey.api.uri.UriComponent
Encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.
encodeLiteralCharacters(String) - Method in class com.sun.jersey.api.uri.UriTemplateParser
Encode literal characters of a template.
endsWithSlash() - Method in class com.sun.jersey.api.uri.UriTemplate
 
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.
ExtendedUriInfo - Interface in com.sun.jersey.api.uri
Extentions to UriInfo.

F

FAST_INFOSET - Static variable in class com.sun.jersey.api.MediaTypes
 
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, ComponentProvider) - 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(Class<T>, boolean, ComponentProvider) - 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.
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
 

G

get(String, Class<A>) - Method in class com.sun.jersey.api.InBoundHeaders
 
get(String, Class<A>) - Method in class com.sun.jersey.api.OutBoundHeaders
 
getAbsolutePath() - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the absolute path of the request.
getAbsolutePathBuilder() - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the absolute path of the request in the form of a UriBuilder.
getAcceptableMediaType(List<MediaType>) - Method in interface com.sun.jersey.api.core.HttpRequestContext
Select the first media type, from a list of media types, that is most acceptable according to the requested acceptable media types.
getAccesibleObject() - Method in interface com.sun.jersey.spi.service.ComponentContext
Get the accessible object.
getAnnotation() - Method in class com.sun.jersey.api.model.Parameter
 
getAnnotations() - Method in interface com.sun.jersey.api.core.HttpResponseContext
Get the annotations associated with the response entity (if any).
getAnnotations() - Method in class com.sun.jersey.api.model.Parameter
 
getAnnotations() - Method in interface com.sun.jersey.spi.service.ComponentContext
Get the array of annotations.
getBaseUri() - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the base URI of the application.
getBaseUriBuilder() - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the base URI of the application in the form of a UriBuilder.
getConstructor(Class<T>) - Method in class com.sun.jersey.spi.service.ComponentConstructor
Get the most suitable constructor.
getCookieNameValueMap() - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the cookie name value map.
getDefaultValue() - Method in class com.sun.jersey.api.model.Parameter
 
getEntity(Class<T>) - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the request entity, returns null if the request does not contain an entity body.
getEntity(Class<T>, Type, Annotation[]) - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the request entity, returns null if the request does not contain an entity body.
getEntity() - Method in interface com.sun.jersey.api.core.HttpResponseContext
 
getEntityType() - Method in interface com.sun.jersey.api.core.HttpResponseContext
 
getFirst(String) - Method in class com.sun.jersey.api.InBoundHeaders
 
getFirst(String, Class<A>) - Method in class com.sun.jersey.api.InBoundHeaders
 
getFirst(String, A) - Method in class com.sun.jersey.api.InBoundHeaders
 
getFirst(String) - Method in class com.sun.jersey.api.OutBoundHeaders
 
getFirst(String, Class<A>) - Method in class com.sun.jersey.api.OutBoundHeaders
 
getFirst(String, A) - Method in class com.sun.jersey.api.OutBoundHeaders
 
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.
getHeaderValue(String) - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get a HTTP header value.
getHttpHeaders() - Method in interface com.sun.jersey.api.core.HttpResponseContext
Get the HTTP response headers.
getInjectable(ComponentContext, A, C) - Method in interface com.sun.jersey.spi.inject.InjectableProvider
Get an injectable.
getInjectable(Class<? extends Annotation>, ComponentContext, A, C, ComponentProvider.Scope) - Method in interface com.sun.jersey.spi.inject.InjectableProviderContext
Get an injectable.
getInjectable(Class<? extends Annotation>, ComponentContext, A, C, List<ComponentProvider.Scope>) - Method in interface com.sun.jersey.spi.inject.InjectableProviderContext
Get an injectable.
getInjectable(Parameter, ComponentProvider.Scope) - Method in interface com.sun.jersey.spi.inject.InjectableProviderContext
Get an injectable given a parameter.
getInjectable(List<Parameter>, ComponentProvider.Scope) - Method in interface com.sun.jersey.spi.inject.InjectableProviderContext
Get a list of injectable given a list of parameter.
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(T) - Method in interface com.sun.jersey.spi.service.ComponentProvider
Get the injectable instance to inject onto fields of the instance.
getInstance(ComponentProvider.Scope, Class<T>) - Method in interface com.sun.jersey.spi.service.ComponentProvider
Get the instance of a class.
getInstance(ComponentProvider.Scope, Constructor<T>, Object[]) - Method in interface com.sun.jersey.spi.service.ComponentProvider
Get the instance of a class using a constructor and a corresponding array of parameter values.
getInstance(ComponentContext, ComponentProvider.Scope, Class<T>) - Method in interface com.sun.jersey.spi.service.ComponentProvider
Get the instance of a class.
getMatchedResults() - Method in interface com.sun.jersey.api.uri.ExtendedUriInfo
Get a read-only list of MatchResult for matched resources.
getMatchedTemplates() - Method in interface com.sun.jersey.api.uri.ExtendedUriInfo
Get a read-only list of UriTemplate for matched resources.
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in interface com.sun.jersey.spi.MessageBodyWorkers
Get a message body reader that matches a set of criteria.
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in interface com.sun.jersey.spi.MessageBodyWorkers
Get a message body writer that matches a set of criteria.
getMessageBodyWriterMediaTypes(Class<T>, Type, Annotation[]) - Method in interface com.sun.jersey.spi.MessageBodyWorkers
Get the list of media types supported for a Java type.
getNames() - Method in class com.sun.jersey.api.uri.UriTemplateParser
Get the list of template names.
getNameToPattern() - Method in class com.sun.jersey.api.uri.UriTemplateParser
Get the map of template names to patterns.
getNormalizedTemplate() - Method in class com.sun.jersey.api.uri.UriTemplateParser
Get the normalized template.
getNumberOfExplicitCharacters() - Method in class com.sun.jersey.api.uri.UriTemplate
Get the number of characters in the regular expression not resulting from conversion of template variables.
getNumberOfExplicitRegexes() - Method in class com.sun.jersey.api.uri.UriTemplate
Get the number of explicit regexes declared in template variables.
getNumberOfExplicitRegexes() - Method in class com.sun.jersey.api.uri.UriTemplateParser
Get the number of explicit regular expressions.
getNumberOfLiteralCharacters() - Method in class com.sun.jersey.api.uri.UriTemplateParser
Get the number of literal characters.
getNumberOfTemplateVariables() - Method in class com.sun.jersey.api.uri.UriTemplate
Get the number of template variables.
getOutputStream() - Method in interface com.sun.jersey.api.core.HttpResponseContext
Get an OutputStream to which an entity may be written.
getParameterClass() - Method in class com.sun.jersey.api.model.Parameter
 
getParameterType() - Method in class com.sun.jersey.api.model.Parameter
 
getPath() - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the path of the current request relative to the base URI as a string.
getPath(boolean) - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the path of the current request relative to the base URI as a string.
getPathSegments() - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the path of the current request relative to the base URI as a list of PathSegment.
getPathSegments(boolean) - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the path of the current request relative to the base URI as a list of PathSegment.
getPathSegments(String) - Method in interface com.sun.jersey.api.uri.ExtendedUriInfo
Get a path segmenst that contains a template variable.
getPathSegments(String, boolean) - Method in interface com.sun.jersey.api.uri.ExtendedUriInfo
Get a path segments that contains a template variable.
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.
getProperties() - Method in interface com.sun.jersey.api.core.HttpContext
Get the mutable propertiee.
getQueryParameters() - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the URI query parameters of the current request.
getQueryParameters(boolean) - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the URI query parameters of the current request.
getRegex() - Method in class com.sun.jersey.api.uri.UriPattern
Get the regular expression.
getRequest() - Method in interface com.sun.jersey.api.core.HttpContext
Get the HTTP request information.
getRequestUri() - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the absolute request URI.
getRequestUriBuilder() - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the absolute request URI in the form of a UriBuilder.
getResponse() - Method in interface com.sun.jersey.api.core.HttpContext
Get the HTTP response information.
getResponse() - Method in interface com.sun.jersey.api.core.HttpResponseContext
Get the response that was set.
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
 
getSource() - Method in class com.sun.jersey.api.model.Parameter
 
getSourceName() - Method in class com.sun.jersey.api.model.Parameter
 
getStatus() - Method in interface com.sun.jersey.api.core.HttpResponseContext
 
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.
getUriInfo() - Method in interface com.sun.jersey.api.core.HttpContext
Get the extended URI information.
getValue(HttpContext) - Method in interface com.sun.jersey.spi.inject.Injectable
Get the injectable value.
getValue(HttpContext) - Method in class com.sun.jersey.spi.inject.SingletonTypeInjectableProvider
 

H

hasDefaultValue() - Method in class com.sun.jersey.api.model.Parameter
 
hashCode() - Method in class com.sun.jersey.api.uri.UriPattern
 
hashCode() - Method in class com.sun.jersey.api.uri.UriTemplate
Hashcode is calculated from String of the regular expression generated from the template.
HeaderDelegateProvider<T> - Interface in com.sun.jersey.spi
A provider that supports the conversion of an HTTP header, of type T, to and from a String.
HttpContext - Interface in com.sun.jersey.api.core
A HttpContext makes it possible for a web resource implementation class to access and manipulate HTTP request and response information directly.
HttpRequestContext - Interface in com.sun.jersey.api.core
An abstraction of a HTTP request.
HttpResponseContext - Interface in com.sun.jersey.api.core
An abstraction of a HTTP response.

I

InBoundHeaders - Class in com.sun.jersey.api
In-bound HTTP headers.
InBoundHeaders() - Constructor for class com.sun.jersey.api.InBoundHeaders
 
Inject - Annotation Type in com.sun.jersey.spi.inject
Used to annotate fields that shall be injected with instances obtained from the component provider.
inject(Object) - Method in interface com.sun.jersey.spi.service.ComponentProvider
Perform injection on an instance.
Injectable<T> - Interface in com.sun.jersey.spi.inject
The type of something that is injectable.
InjectableProvider<A extends java.lang.annotation.Annotation,C> - Interface in com.sun.jersey.spi.inject
An injectable provider provides an injectable which in turn may be used to obtain the instance to inject onto a field, bean setter method, parameter of a constructor, or parameter of a method.
InjectableProviderContext - Interface in com.sun.jersey.spi.inject
The context to obtain Injectable instances.
ipc - Variable in class com.sun.jersey.spi.service.ComponentConstructor
 
is - Variable in class com.sun.jersey.spi.service.ComponentConstructor.ConstructorInjectablePair
The list of injectables associated with the parameters of the constructor;
isCommitted() - Method in interface com.sun.jersey.api.core.HttpResponseContext
Ascertain if a response has been committed to the container.
isEncoded() - Method in class com.sun.jersey.api.model.Parameter
 
isResponseSet() - Method in interface com.sun.jersey.api.core.HttpResponseContext
Check if the response has been set using the setReponse methods.
isTemplateVariablePresent(String) - Method in class com.sun.jersey.api.uri.UriTemplate
Ascertain if a template variable is a member of this template.
iterator() - Method in class com.sun.jersey.spi.service.ServiceFinder
Returns discovered objects incrementally.

M

match(CharSequence) - Method in class com.sun.jersey.api.uri.UriPattern
Match a URI against the pattern.
match(CharSequence, List<String>) - Method in class com.sun.jersey.api.uri.UriPattern
Match a URI against the pattern.
match(CharSequence, List<String>, Map<String, String>) - Method in class com.sun.jersey.api.uri.UriPattern
Match a URI against the pattern.
match(CharSequence, Map<String, String>) - Method in class com.sun.jersey.api.uri.UriTemplate
Match a URI against the template.
match(CharSequence, List<String>) - Method in class com.sun.jersey.api.uri.UriTemplate
Match a URI against the template.
MediaTypes - Class in com.sun.jersey.api
Common media types.
MessageBodyWorkers - Interface in com.sun.jersey.spi
An injectable interface providing lookup of MessageBodyReader and MessageBodyWriter instances.
METHOD_NOT_ALLOWED - Static variable in class com.sun.jersey.api.Responses
 
methodNotAllowed() - Static method in class com.sun.jersey.api.Responses
 

N

NO_CONTENT - Static variable in class com.sun.jersey.api.Responses
 
noContent() - Static method in class com.sun.jersey.api.Responses
 
NOT_ACCEPTABLE - Static variable in class com.sun.jersey.api.Responses
 
NOT_FOUND - Static variable in class com.sun.jersey.api.Responses
 
NOT_MODIFIED - Static variable in class com.sun.jersey.api.Responses
 
notAcceptable() - Static method in class com.sun.jersey.api.Responses
 
notFound() - Static method in class com.sun.jersey.api.Responses
 
NotFoundException - Exception in com.sun.jersey.api
A HTTP 404 (Not Found) exception.
NotFoundException() - Constructor for exception com.sun.jersey.api.NotFoundException
Create a HTTP 404 (Not Found) exception.
NotFoundException(String) - Constructor for exception com.sun.jersey.api.NotFoundException
Create a HTTP 404 (Not Found) exception.
notModified() - Static method in class com.sun.jersey.api.Responses
 

O

OutBoundHeaders - Class in com.sun.jersey.api
Out-bound HTTP headers.
OutBoundHeaders() - Constructor for class com.sun.jersey.api.OutBoundHeaders
Creates a new instance of MultivaluedMapImpl

P

Parameter - Class in com.sun.jersey.api.model
Abstraction for a method/constructor parameter
Parameter(Annotation[], Annotation, Parameter.Source, String, Type, Class<?>) - Constructor for class com.sun.jersey.api.model.Parameter
 
Parameter(Annotation[], Annotation, Parameter.Source, String, Type, Class<?>, boolean) - Constructor for class com.sun.jersey.api.model.Parameter
 
Parameter(Annotation[], Annotation, Parameter.Source, String, Type, Class<?>, String) - Constructor for class com.sun.jersey.api.model.Parameter
 
Parameter(Annotation[], Annotation, Parameter.Source, String, Type, Class<?>, boolean, String) - Constructor for class com.sun.jersey.api.model.Parameter
 
Parameter.Source - Enum in com.sun.jersey.api.model
 
PERREQUEST_UNDEFINED - Static variable in enum com.sun.jersey.spi.service.ComponentProvider.Scope
A immutable list comprising of the scopes PerRequest and Undefined, in that order.
PERREQUEST_UNDEFINED_SINGLETON - Static variable in enum com.sun.jersey.spi.service.ComponentProvider.Scope
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
PRECONDITION_FAILED - Static variable in class com.sun.jersey.api.Responses
 
preconditionFailed() - Static method in class com.sun.jersey.api.Responses
 
putSingle(String, String) - Method in class com.sun.jersey.api.InBoundHeaders
 
putSingle(String, Object) - Method in class com.sun.jersey.api.InBoundHeaders
 
putSingle(String, Object) - Method in class com.sun.jersey.api.OutBoundHeaders
 

R

Responses - Class in com.sun.jersey.api
Common status codes and responses.
Responses() - Constructor for class com.sun.jersey.api.Responses
 

S

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.
setAnnotations(Annotation[]) - Method in interface com.sun.jersey.api.core.HttpResponseContext
Set the annotations associated with the response entity (if any).
setEntity(Object) - Method in interface com.sun.jersey.api.core.HttpResponseContext
Set the entity of the response.
setResponse(Response) - Method in interface com.sun.jersey.api.core.HttpResponseContext
Set the response state from a Response instance.
setResponse(Response, MediaType) - Method in interface com.sun.jersey.api.core.HttpResponseContext
Set the response state from a Response instance.
setStatus(int) - Method in interface com.sun.jersey.api.core.HttpResponseContext
Set the status of the response.
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.
supports(Class<?>) - Method in interface com.sun.jersey.spi.HeaderDelegateProvider
Ascertain if the Provider supports a particular type.

T

toArray() - Method in class com.sun.jersey.spi.service.ServiceFinder
Returns discovered objects all at once.
toClassArray() - Method in class com.sun.jersey.spi.service.ServiceFinder
Returns discovered classes all at once.
toString() - Method in class com.sun.jersey.api.uri.UriPattern
 
toString() - Method in class com.sun.jersey.api.uri.UriTemplate
 

U

UNDEFINED_SINGLETON - Static variable in enum com.sun.jersey.spi.service.ComponentProvider.Scope
A immutable list comprising of the scopes Undefined and Singleton, in that order.
UNSUPPORTED_MEDIA_TYPE - Static variable in class com.sun.jersey.api.Responses
 
unsupportedMediaType() - Static method in class com.sun.jersey.api.Responses
 
UriComponent - Class in com.sun.jersey.api.uri
Utility class for validating, encoding and decoding components of a URI.
UriComponent.Type - Enum in com.sun.jersey.api.uri
The URI component type.
UriPattern - Class in com.sun.jersey.api.uri
A URI pattern for matching a URI against a regular expression and returning capturing group values for any capturing groups present in the expression.
UriPattern() - Constructor for class com.sun.jersey.api.uri.UriPattern
Construct an empty pattern.
UriPattern(String) - Constructor for class com.sun.jersey.api.uri.UriPattern
Construct a new URI pattern.
UriPattern(String, int[]) - Constructor for class com.sun.jersey.api.uri.UriPattern
Construct a new URI pattern.
UriPattern(Pattern) - Constructor for class com.sun.jersey.api.uri.UriPattern
Construct a new URI pattern.
UriPattern(Pattern, int[]) - Constructor for class com.sun.jersey.api.uri.UriPattern
Construct a new URI pattern.
UriTemplate - Class in com.sun.jersey.api.uri
A URI template.
UriTemplate(String) - Constructor for class com.sun.jersey.api.uri.UriTemplate
Construct a new URI template.
UriTemplate(UriTemplateParser) - Constructor for class com.sun.jersey.api.uri.UriTemplate
Construct a new URI template.
UriTemplateParser - Class in com.sun.jersey.api.uri
A URI template parser that parses JAX-RS specific URI templates.
UriTemplateParser(String) - Constructor for class com.sun.jersey.api.uri.UriTemplateParser
Parse a template.

V

valid(String, UriComponent.Type) - Static method in class com.sun.jersey.api.uri.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
valid(String, UriComponent.Type, boolean) - Static method in class com.sun.jersey.api.uri.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
validate(String, UriComponent.Type) - Static method in class com.sun.jersey.api.uri.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
validate(String, UriComponent.Type, boolean) - Static method in class com.sun.jersey.api.uri.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
valueOf(String) - Static method in enum com.sun.jersey.api.model.Parameter.Source
Returns the enum constant of this type with the specified name.
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(String) - Static method in enum com.sun.jersey.spi.service.ComponentProvider.Scope
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sun.jersey.api.model.Parameter.Source
Returns an array containing the constants of this enum type, in the order they're declared.
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're declared.
values() - Static method in enum com.sun.jersey.spi.service.ComponentProvider.Scope
Returns an array containing the constants of this enum type, in the order they're declared.

W

WADL - Static variable in class com.sun.jersey.api.MediaTypes
 

A C D E F G H I M N O P R S T U V W

Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.