- 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.api.JResponse.AJResponseBuilder
-
Set the cache control.
- 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.
- CachedEntityContainerRequest - Class in com.sun.jersey.spi.container
-
A cached entity in-bound HTTP request that caches the entity instance
obtained from the adapted container request.
- CachedEntityContainerRequest(ContainerRequest) - Constructor for class com.sun.jersey.spi.container.CachedEntityContainerRequest
-
- CALOAD - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- CAST - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
-
The sort of type references that target the type declared in an explicit
or implicit cast instruction.
- CASTORE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- CHAR - Static variable in class jersey.repackaged.org.objectweb.asm.Type
-
The sort of the char type.
- CHAR_TYPE - Static variable in class jersey.repackaged.org.objectweb.asm.Type
-
The char type.
- CHECKCAST - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- CLASS_EXTENDS - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
-
The sort of type references that target the super class of a class or one
of the interfaces it implements.
- CLASS_TYPE_PARAMETER - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
-
The sort of type references that target a type parameter of a generic
class.
- CLASS_TYPE_PARAMETER_BOUND - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
-
The sort of type references that target a bound of a type parameter of a
generic class.
- classDoc - Variable in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ResourceDocType
-
- ClassDocType - Class in com.sun.jersey.server.wadl.generators.resourcedoc.model
-
The documentation type for classes.
Created on: Jun 12, 2008
- ClassDocType() - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.model.ClassDocType
-
- 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.
- ClassNamesResourceConfig - Class in com.sun.jersey.api.core
-
A mutable implementation of
DefaultResourceConfig
that explicitly
declares for root resource and provider classes.
- ClassNamesResourceConfig(Class...) - Constructor for class com.sun.jersey.api.core.ClassNamesResourceConfig
-
Declare an array of root resource and provider classes.
- ClassNamesResourceConfig(String...) - Constructor for class com.sun.jersey.api.core.ClassNamesResourceConfig
-
Declare root resource and provider class as an array of class names.
- ClassNamesResourceConfig(Map<String, Object>) - Constructor for class com.sun.jersey.api.core.ClassNamesResourceConfig
-
Declare root resource and provider classes declaring the class names as a
property of
ResourceConfig
.
- ClasspathResourceConfig - Class in com.sun.jersey.api.core
-
- ClasspathResourceConfig() - Constructor for class com.sun.jersey.api.core.ClasspathResourceConfig
-
- ClasspathResourceConfig(Map<String, Object>) - Constructor for class com.sun.jersey.api.core.ClasspathResourceConfig
-
- ClasspathResourceConfig(String[]) - Constructor for class com.sun.jersey.api.core.ClasspathResourceConfig
-
- ClassReader - Class in jersey.repackaged.org.objectweb.asm
-
A Java class parser to make a
ClassVisitor
visit an existing class.
- ClassReader(byte[]) - Constructor for class jersey.repackaged.org.objectweb.asm.ClassReader
-
- ClassReader(byte[], int, int) - Constructor for class jersey.repackaged.org.objectweb.asm.ClassReader
-
- ClassReader(InputStream) - Constructor for class jersey.repackaged.org.objectweb.asm.ClassReader
-
- ClassReader(String) - Constructor for class jersey.repackaged.org.objectweb.asm.ClassReader
-
- ClassVisitor - Class in jersey.repackaged.org.objectweb.asm
-
A visitor to visit a Java class.
- ClassVisitor(int) - Constructor for class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
- ClassVisitor(int, ClassVisitor) - Constructor for class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
- ClassWriter - Class in jersey.repackaged.org.objectweb.asm
-
- ClassWriter(int) - Constructor for class jersey.repackaged.org.objectweb.asm.ClassWriter
-
- ClassWriter(ClassReader, int) - Constructor for class jersey.repackaged.org.objectweb.asm.ClassWriter
-
Constructs a new
ClassWriter
object and enables optimizations for
"mostly add" bytecode transformations.
- 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 - Class in com.sun.jersey.api.client
-
The main class for creating
WebResource
instances and configuring
the properties of connections and requests.
- Client() - Constructor for class com.sun.jersey.api.client.Client
-
Create a new client instance.
- Client(ClientHandler) - Constructor for class com.sun.jersey.api.client.Client
-
Create a new client instance.
- Client(ClientHandler, ClientConfig) - Constructor for class com.sun.jersey.api.client.Client
-
Create a new client instance with a client configuration.
- Client(ClientHandler, ClientConfig, IoCComponentProviderFactory) - Constructor for class com.sun.jersey.api.client.Client
-
Create a new instance with a client configuration and a
component provider.
- CLIENT_CERT_AUTH - Static variable in interface javax.ws.rs.core.SecurityContext
-
String identifier for Client Certificate authentication.
- CLIENT_ERROR - Static variable in class com.sun.jersey.api.Responses
-
- ClientConfig - Interface in com.sun.jersey.api.client.config
-
The client configuration that declares common property names,
features, properties, provider classes and singleton instances that
may be used by a
Client
instance.
- clientError() - Static method in class com.sun.jersey.api.Responses
-
- ClientFilter - Class in com.sun.jersey.api.client.filter
-
A client filter capable of modifying the outbound HTTP request or
the inbound HTTP response.
- ClientFilter() - Constructor for class com.sun.jersey.api.client.filter.ClientFilter
-
- ClientHandler - Interface in com.sun.jersey.api.client
-
A client handler that handles a HTTP request and returns the HTTP response.
- ClientHandlerException - Exception in com.sun.jersey.api.client
-
A runtime exception thrown by a client handler that signals a
failure to process the HTTP request or HTTP response.
- ClientHandlerException() - Constructor for exception com.sun.jersey.api.client.ClientHandlerException
-
- ClientHandlerException(String) - Constructor for exception com.sun.jersey.api.client.ClientHandlerException
-
- ClientHandlerException(String, Throwable) - Constructor for exception com.sun.jersey.api.client.ClientHandlerException
-
- ClientHandlerException(Throwable) - Constructor for exception com.sun.jersey.api.client.ClientHandlerException
-
- ClientRequest - Class in com.sun.jersey.api.client
-
A client (out-bound) HTTP request.
- ClientRequest() - Constructor for class com.sun.jersey.api.client.ClientRequest
-
- ClientRequest.Builder - Class in com.sun.jersey.api.client
-
- ClientRequest.Builder() - Constructor for class com.sun.jersey.api.client.ClientRequest.Builder
-
- ClientRequestAdapter - Interface in com.sun.jersey.api.client
-
Adapter for the client request to adapt the output stream to write the
entity.
- ClientResponse - Class in com.sun.jersey.api.client
-
A client (in-bound) HTTP response.
- ClientResponse(Response.StatusType, InBoundHeaders, InputStream, MessageBodyWorkers) - Constructor for class com.sun.jersey.api.client.ClientResponse
-
Create a new instance initialized form statusType
, headers
, entity
,
workers
.
- ClientResponse(int, InBoundHeaders, InputStream, MessageBodyWorkers) - Constructor for class com.sun.jersey.api.client.ClientResponse
-
Create a new instance initialized form statusCode
, headers
, entity
,
workers
.
- ClientResponse.Status - Enum in com.sun.jersey.api.client
-
- 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.client.ClientRequest
-
Clone the request.
- clone() - Method in class com.sun.jersey.api.core.ResourceConfig
-
Clone this resource configuration.
- clone() - Method in class com.sun.jersey.api.JResponse.JResponseBuilder
-
Create a shallow copy preserving state.
- clone() - Method in class com.sun.jersey.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 interface com.sun.jersey.spi.container.WebApplication
-
Clone the WebApplication instance.
- 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.
- close() - Method in class com.sun.jersey.api.client.ClientResponse
-
Close the response.
- close() - Method in class com.sun.jersey.api.client.CommittingOutputStream
-
- 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 - package com.sun.jersey.api
-
Provides support for responses and exceptions.
- com.sun.jersey.api.client - package com.sun.jersey.api.client
-
Provides support for client-side communication with HTTP-based
RESTful Web services.
- com.sun.jersey.api.client.async - package com.sun.jersey.api.client.async
-
- com.sun.jersey.api.client.config - package com.sun.jersey.api.client.config
-
Provides support for configuration of a
Client
.
- com.sun.jersey.api.client.filter - package com.sun.jersey.api.client.filter
-
Provides support for client filter chains and filters.
- com.sun.jersey.api.container - package com.sun.jersey.api.container
-
Provides support for creating HTTP-based containers.
- com.sun.jersey.api.container.filter - package com.sun.jersey.api.container.filter
-
Provides common server-side filters.
- com.sun.jersey.api.container.filter.servlet - package com.sun.jersey.api.container.filter.servlet
-
- com.sun.jersey.api.container.grizzly - package com.sun.jersey.api.container.grizzly
-
Provides support for creating Grizzly-based HTTP containers.
- com.sun.jersey.api.container.httpserver - package com.sun.jersey.api.container.httpserver
-
Provides support for creating a Light weight HTTP server HTTP container.
- com.sun.jersey.api.core - package com.sun.jersey.api.core
-
Provides support for configuration.
- com.sun.jersey.api.core.servlet - package com.sun.jersey.api.core.servlet
-
- com.sun.jersey.api.json - package com.sun.jersey.api.json
-
Provides support for enabling and configuring JSON.
- com.sun.jersey.api.model - package com.sun.jersey.api.model
-
Provides an abstract model of a resource class.
- 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.api.view - package com.sun.jersey.api.view
-
Provides support for Model, View and Controller (MVC).
- com.sun.jersey.api.wadl.config - package com.sun.jersey.api.wadl.config
-
Provides support for configuring WADL generation.
- com.sun.jersey.client.proxy - package com.sun.jersey.client.proxy
-
- com.sun.jersey.client.urlconnection - package com.sun.jersey.client.urlconnection
-
- 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.server.probes - package com.sun.jersey.server.probes
-
Provides support GlassFish monitoring probes.
- com.sun.jersey.server.spi.component - package com.sun.jersey.server.spi.component
-
Provides support for components that are resource classes.
- com.sun.jersey.server.wadl - package com.sun.jersey.server.wadl
-
Provides support for WADL configuration and generation.
- com.sun.jersey.server.wadl.generators - package com.sun.jersey.server.wadl.generators
-
Provides support for JAXB WADL generation.
- com.sun.jersey.server.wadl.generators.resourcedoc - package com.sun.jersey.server.wadl.generators.resourcedoc
-
Provides support for JAXB WADL generation for resource classes.
- com.sun.jersey.server.wadl.generators.resourcedoc.model - package com.sun.jersey.server.wadl.generators.resourcedoc.model
-
Provides support for JAXB-based resource class model.
- com.sun.jersey.server.wadl.generators.resourcedoc.xhtml - package com.sun.jersey.server.wadl.generators.resourcedoc.xhtml
-
Provides support for JAXB-based XHTML.
- com.sun.jersey.spi - package com.sun.jersey.spi
-
Provides support for service providers.
- com.sun.jersey.spi.container - package com.sun.jersey.spi.container
-
Provides support for containers and the web application that manages
resource classes.
- com.sun.jersey.spi.container.servlet - package com.sun.jersey.spi.container.servlet
-
Provides support for servlet-based and filter-based Web applications.
- com.sun.jersey.spi.dispatch - package com.sun.jersey.spi.dispatch
-
Provides support for dispatching the HTTP request to a resource method
of a resource class instance.
- com.sun.jersey.spi.inject - package com.sun.jersey.spi.inject
-
Provides support for injection onto resource and provider classes.
- com.sun.jersey.spi.monitoring - package com.sun.jersey.spi.monitoring
-
- com.sun.jersey.spi.resource - package com.sun.jersey.spi.resource
-
Provides support for plugable life-cycle declaration and implementation.
- com.sun.jersey.spi.scanning - package com.sun.jersey.spi.scanning
-
Provides support for server-side class scanning.
- com.sun.jersey.spi.scanning.servlet - package com.sun.jersey.spi.scanning.servlet
-
- com.sun.jersey.spi.service - package com.sun.jersey.spi.service
-
Provides support for services obtained using META-INF/services.
- com.sun.jersey.spi.template - package com.sun.jersey.spi.template
-
Provides support for view aspect of model view controller and templates that
produce views.
- com.sun.jersey.spi.uri.rules - package com.sun.jersey.spi.uri.rules
-
Provides support for hierarchical matching and accepting of URIs.
- com.sun.ws.rs.ext - package com.sun.ws.rs.ext
-
- COMMENT - Static variable in class com.sun.jersey.core.header.GrammarUtil
-
Represents comment type in the TYPE_TABLE
- commentText - Variable in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
-
- commit() - Method in class com.sun.jersey.api.client.CommittingOutputStream
-
Perform the commit functionality.
- CommittingOutputStream - Class in com.sun.jersey.api.client
-
A committing output stream that commits before the first byte is written to the adapted OutputStream
.
- CommittingOutputStream() - Constructor for class com.sun.jersey.api.client.CommittingOutputStream
-
Construct a new instance.
- CommittingOutputStream(OutputStream) - Constructor for class com.sun.jersey.api.client.CommittingOutputStream
-
Construct a new instance with an output stream to adapt.
- COMMON_DELIMITERS - Static variable in class com.sun.jersey.api.core.ResourceConfig
-
Common delimiters used by various properties.
- COMPARATOR - Static variable in class com.sun.jersey.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.
- COMPUTE_FRAMES - Static variable in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
Flag to automatically compute the stack map frames of methods from
scratch.
- COMPUTE_MAXS - Static variable in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
Flag to automatically compute the maximum stack size and the maximum
number of local variables of methods.
- concreteClass - Variable in class com.sun.jersey.core.reflection.ReflectionHelper.DeclaringClassInterfacePair
-
- configure(ResourceConfig) - Method in interface com.sun.jersey.api.core.ResourceConfigurator
-
Configure the resource configuration.
- configure() - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorConfig
-
- configure(ProviderServices) - Method in class com.sun.jersey.core.spi.factory.InjectableProviderFactory
-
- configure(WebConfig, ResourceConfig, WebApplication) - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
-
- configure(ServletConfig, ResourceConfig, WebApplication) - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
-
- configure(FilterConfig, ResourceConfig, WebApplication) - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
-
- configure(WebConfig, ResourceConfig, WebApplication) - Method in class com.sun.jersey.spi.container.servlet.WebComponent
-
- configureProviders(ProviderServices) - Method in class com.sun.jersey.core.spi.factory.InjectableProviderFactory
-
- 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.
- ConnectionListenerFilter - Class in com.sun.jersey.api.client.filter
-
ConnectionListener filter
This filter does not modify input/output stream
- ConnectionListenerFilter(OnStartConnectionListener) - Constructor for class com.sun.jersey.api.client.filter.ConnectionListenerFilter
-
Creates ConnectionListenerFilter.
- 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
-
- construct(HttpContext) - Method in class com.sun.jersey.server.spi.component.ResourceComponentConstructor
-
- CONSTRUCTOR_INVOCATION_TYPE_ARGUMENT - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
-
The sort of type references that target a type parameter of a generic
constructor in a constructor call.
- CONSTRUCTOR_REFERENCE - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
-
The sort of type references that target the receiver type of a
constructor reference.
- CONSTRUCTOR_REFERENCE_TYPE_ARGUMENT - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
-
The sort of type references that target a type parameter of a generic
constructor in a constructor reference.
- Consumes - Annotation Type in javax.ws.rs
-
Defines the media types that the methods of a resource class or
MessageBodyReader
can accept.
- ContainerException - Exception in com.sun.jersey.api.container
-
Runtime exception to be caught by the container.
- ContainerException() - Constructor for exception com.sun.jersey.api.container.ContainerException
-
Construct a new instance with the supplied message
- ContainerException(String) - Constructor for exception com.sun.jersey.api.container.ContainerException
-
Construct a new instance with the supplied message
- ContainerException(String, Throwable) - Constructor for exception com.sun.jersey.api.container.ContainerException
-
Construct a new instance with the supplied message and cause
- ContainerException(Throwable) - Constructor for exception com.sun.jersey.api.container.ContainerException
-
Construct a new instance with the supplied cause
- ContainerFactory - Class in com.sun.jersey.api.container
-
Factory for creating specific HTTP-based containers.
- ContainerListener - Class in com.sun.jersey.api.client.filter
-
ContainerListener abstract class
- ContainerListener() - Constructor for class com.sun.jersey.api.client.filter.ContainerListener
-
- ContainerListener - Interface in com.sun.jersey.spi.container
-
A listener that is registered with a
ContainerNotifier
to get
notified of container related events.
- ContainerNotifier - Interface in com.sun.jersey.spi.container
-
A container notifier that is used to register container listeners.
- ContainerProvider<T> - Interface in com.sun.jersey.spi.container
-
Service-provider interface for creating container instances.
- ContainerRequest - Class in com.sun.jersey.spi.container
-
An in-bound HTTP request to be processed by the web application.
- ContainerRequest(WebApplication, String, URI, URI, InBoundHeaders, InputStream) - Constructor for class com.sun.jersey.spi.container.ContainerRequest
-
Create a new container request.
- ContainerRequestFilter - Interface in com.sun.jersey.spi.container
-
A filter for filtering a request.
- ContainerResponse - Class in com.sun.jersey.spi.container
-
An out-bound HTTP response to be processed by the web application.
- ContainerResponse(WebApplication, ContainerRequest, ContainerResponseWriter) - Constructor for class com.sun.jersey.spi.container.ContainerResponse
-
Instantiate a new ContainerResponse.
- ContainerResponseFilter - Interface in com.sun.jersey.spi.container
-
A filter for filtering a response.
- ContainerResponseWriter - Interface in com.sun.jersey.spi.container
-
- 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.api.JResponse.AJResponseBuilder
-
Set the content location.
- 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(Cookie) - Method in class com.sun.jersey.api.client.AsyncViewResource
-
- cookie(Cookie) - Method in class com.sun.jersey.api.client.AsyncWebResource
-
- cookie(Cookie) - Method in class com.sun.jersey.api.client.PartialRequestBuilder
-
- cookie(Cookie) - Method in interface com.sun.jersey.api.client.RequestBuilder
-
Add a cookie to be set.
- cookie(Cookie) - Method in class com.sun.jersey.api.client.ViewResource
-
- cookie(Cookie) - Method in class com.sun.jersey.api.client.WebResource
-
- cookie(NewCookie...) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
-
Add cookies.
- 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.
- copyBuilder(JSONConfiguration) - Static method in class com.sun.jersey.api.json.JSONConfiguration
-
- create() - Static method in class com.sun.jersey.api.client.Client
-
Create a default client.
- create(ClientConfig) - Static method in class com.sun.jersey.api.client.Client
-
Create a default client with client configuration.
- create(ClientConfig, IoCComponentProviderFactory) - Static method in class com.sun.jersey.api.client.Client
-
Create a default client with client configuration and component provider.
- create() - Static method in class com.sun.jersey.api.client.ClientRequest
-
- create(AbstractMethod) - Method in class com.sun.jersey.api.container.filter.ResourceDebuggingFilterFactory
-
- create(AbstractMethod) - Method in class com.sun.jersey.api.container.filter.RolesAllowedResourceFilterFactory
-
- create(AbstractMethod) - Method in class com.sun.jersey.api.container.filter.servlet.RolesAllowedResourceFilterFactory
-
- create(String) - Static method in class com.sun.jersey.api.container.grizzly.GrizzlyServerFactory
-
Create a SelectorThread
that registers an Adapter
that
in turn manages all root resource and provder classes found by searching the classes
referenced in the java classath.
- create(URI) - Static method in class com.sun.jersey.api.container.grizzly.GrizzlyServerFactory
-
Create a SelectorThread
that registers an Adapter
that
in turn manages all root resource and provder classes found by searching
the classes referenced in the java classath.
- create(String, ResourceConfig) - Static method in class com.sun.jersey.api.container.grizzly.GrizzlyServerFactory
-
Create a SelectorThread
that registers an Adapter
that
in turn manages all root resource and provder classes declared by the
resource configuration.
- create(URI, ResourceConfig) - Static method in class com.sun.jersey.api.container.grizzly.GrizzlyServerFactory
-
Create a SelectorThread
that registers an Adapter
that
in turn manages all root resource and provder classes declared by the
resource configuration.
- create(String, ResourceConfig, IoCComponentProviderFactory) - Static method in class com.sun.jersey.api.container.grizzly.GrizzlyServerFactory
-
Create a SelectorThread
that registers an Adapter
that
in turn manages all root resource and provder classes declared by the
resource configuration.
- create(URI, ResourceConfig, IoCComponentProviderFactory) - Static method in class com.sun.jersey.api.container.grizzly.GrizzlyServerFactory
-
Create a SelectorThread
that registers an Adapter
that
in turn manages all root resource and provder classes declared by the
resource configuration.
- create(String, Adapter) - Static method in class com.sun.jersey.api.container.grizzly.GrizzlyServerFactory
-
Create a SelectorThread
that registers an Adapter
that
in turn manages all root resource and provder classes found by searching the classes
referenced in the java classath.
- create(URI, Adapter) - Static method in class com.sun.jersey.api.container.grizzly.GrizzlyServerFactory
-
Create a SelectorThread
that registers an Adapter
that
in turn manages all root resource and provder classes found by searching the classes
referenced in the java classath.
- create(String) - Static method in class com.sun.jersey.api.container.grizzly.GrizzlyWebContainerFactory
-
- create(String, Map<String, String>) - Static method in class com.sun.jersey.api.container.grizzly.GrizzlyWebContainerFactory
-
- create(URI) - Static method in class com.sun.jersey.api.container.grizzly.GrizzlyWebContainerFactory
-
- create(URI, Map<String, String>) - Static method in class com.sun.jersey.api.container.grizzly.GrizzlyWebContainerFactory
-
- create(String, Class<? extends Servlet>) - Static method in class com.sun.jersey.api.container.grizzly.GrizzlyWebContainerFactory
-
Create a SelectorThread
that registers the declared
servlet class.
- create(String, Class<? extends Servlet>, Map<String, String>) - Static method in class com.sun.jersey.api.container.grizzly.GrizzlyWebContainerFactory
-
Create a SelectorThread
that registers the declared
servlet class.
- create(URI, Class<? extends Servlet>) - Static method in class com.sun.jersey.api.container.grizzly.GrizzlyWebContainerFactory
-
Create a SelectorThread
that registers the declared
servlet class.
- create(URI, Class<? extends Servlet>, Map<String, String>) - Static method in class com.sun.jersey.api.container.grizzly.GrizzlyWebContainerFactory
-
Create a SelectorThread
that registers the declared
servlet class.
- create(String) - Static method in class com.sun.jersey.api.container.httpserver.HttpServerFactory
-
Create a HttpServer
that registers a HttpHandler that in turn
manages all root resource classes found by searching the classes
referenced in the java classpath.
- create(URI) - Static method in class com.sun.jersey.api.container.httpserver.HttpServerFactory
-
Create a HttpServer
that registers a HttpHandler that in turn
manages all root resource classes found by searching the classes
referenced in the java classath.
- create(String, ResourceConfig) - Static method in class com.sun.jersey.api.container.httpserver.HttpServerFactory
-
Create a HttpServer
that registers a HttpHandler that
in turn manages all root resource and provder classes declared by the
resource configuration.
- create(URI, ResourceConfig) - Static method in class com.sun.jersey.api.container.httpserver.HttpServerFactory
-
Create a HttpServer
that registers a HttpHandler that
in turn manages all root resource and provder classes declared by the
resource configuration.
- create(String, ResourceConfig, IoCComponentProviderFactory) - Static method in class com.sun.jersey.api.container.httpserver.HttpServerFactory
-
Create a HttpServer
that registers a HttpHandler that
in turn manages all root resource and provder classes declared by the
resource configuration.
- create(URI, ResourceConfig, IoCComponentProviderFactory) - Static method in class com.sun.jersey.api.container.httpserver.HttpServerFactory
-
Create a HttpServer
that registers a HttpHandler that
in turn manages all root resource and provder classes declared by the
resource configuration.
- create(String, HttpHandler) - Static method in class com.sun.jersey.api.container.httpserver.HttpServerFactory
-
Create a HttpServer
that registers a HttpHandler that in turn
manages all root resource classes found by searching the classes
referenced in the java classath.
- create(URI, HttpHandler) - Static method in class com.sun.jersey.api.container.httpserver.HttpServerFactory
-
Create a HttpServer
that registers a HttpHandler that in turn
manages all root resource classes found by searching the classes
referenced in the java classath.
- create(HttpHeaderReader) - Method in interface com.sun.jersey.core.header.reader.HttpHeaderReader.ListElementCreator
-
- create(AbstractMethod) - Method in interface com.sun.jersey.spi.container.ResourceFilterFactory
-
Create a list of
ResourceFilter
instance given a method
of the abstract resource model.
- create(AbstractResourceMethod, JavaMethodInvoker) - Method in interface com.sun.jersey.spi.container.ResourceMethodCustomInvokerDispatchProvider
-
- create(AbstractResourceMethod) - Method in interface com.sun.jersey.spi.container.ResourceMethodDispatchProvider
-
- create() - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
-
- create() - Method in class com.sun.jersey.spi.container.servlet.WebComponent
-
- createApplication(UriInfo) - Method in class com.sun.jersey.server.wadl.generators.AbstractWadlGeneratorGrammarGenerator
-
- createApplication(UriInfo) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
-
- createApplication(UriInfo) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
-
- createApplication(UriInfo) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
-
- createApplication(UriInfo) - Method in interface com.sun.jersey.server.wadl.WadlGenerator
-
- createApplication(UriInfo) - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
-
- createApplicationDocs() - Method in class com.sun.jersey.server.wadl.generators.ObjectFactory
-
- 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.
- createContainer(Class<A>, Class<?>...) - Static method in class com.sun.jersey.api.container.ContainerFactory
-
Create a container according to the class requested.
- createContainer(Class<A>, Set<Class<?>>) - Static method in class com.sun.jersey.api.container.ContainerFactory
-
Create a container according to the class requested.
- createContainer(Class<A>, ResourceConfig) - Static method in class com.sun.jersey.api.container.ContainerFactory
-
Create a container according to the class requested.
- createContainer(Class<A>, ResourceConfig, IoCComponentProviderFactory) - Static method in class com.sun.jersey.api.container.ContainerFactory
-
Create a container according to the class requested.
- createContainer(Class<A>, String) - Static method in class com.sun.jersey.api.container.ContainerFactory
-
Deprecated.
- createContainer(Class<A>) - Static method in class com.sun.jersey.api.container.ContainerFactory
-
Create an instance of a container according to the class requested.
- createContainer(Class<A>, String...) - Static method in class com.sun.jersey.api.container.ContainerFactory
-
Create an instance of a container according to the class requested.
- createContainer(Class<T>, ResourceConfig, WebApplication) - Method in interface com.sun.jersey.spi.container.ContainerProvider
-
Create an container of type T.
- created(URI) - Static method in class com.sun.jersey.api.JResponse
-
- 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 com.sun.ws.rs.ext.RuntimeDelegateImpl
-
- createEndpoint(Application, Class<T>) - Method in class javax.ws.rs.ext.RuntimeDelegate
-
Create a configured instance of the supplied endpoint type.
- createExternalGrammar() - Method in class com.sun.jersey.server.wadl.generators.AbstractWadlGeneratorGrammarGenerator
-
- createExternalGrammar() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
-
- createExternalGrammar() - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
-
- createExternalGrammar() - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
-
- createExternalGrammar() - Method in interface com.sun.jersey.server.wadl.WadlGenerator
-
Perform any post create functions such as generating grammars.
- createExternalGrammar() - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
-
- 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.
- createJSONConfigurationWithFormatted(JSONConfiguration, boolean) - Static method in class com.sun.jersey.api.json.JSONConfiguration
-
A static method for obtaining
JSONConfiguration
instance with humanReadableFormatting
set according to formatted parameter.
- createJSONConfigurationWithRootUnwrapping(JSONConfiguration, boolean) - Static method in class com.sun.jersey.api.json.JSONConfiguration
-
A static method for obtaining
JSONConfiguration
instance with rootUnwrapping
set according to formatted parameter.
- createJSONMarshaller() - Method in class com.sun.jersey.api.json.JSONJAXBContext
-
Create a JSON marshaller.
- createJSONUnmarshaller() - Method in class com.sun.jersey.api.json.JSONJAXBContext
-
Create a JSON unmarshaller.
- createMarshaller() - Method in class com.sun.jersey.api.json.JSONJAXBContext
-
Overrides underlaying createMarshaller method and returns
a marshaller which is capable of JSON serialization.
- 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.
- createMethod(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.AbstractWadlGeneratorGrammarGenerator
-
- createMethod(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
-
- createMethod(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
-
- createMethod(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
-
- createMethod(AbstractResource, AbstractResourceMethod) - Method in interface com.sun.jersey.server.wadl.WadlGenerator
-
- createMethod(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
-
- createParam(AbstractResource, AbstractMethod, Parameter) - Method in class com.sun.jersey.server.wadl.generators.AbstractWadlGeneratorGrammarGenerator
-
- createParam(AbstractResource, AbstractMethod, Parameter) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
-
- createParam(AbstractResource, AbstractMethod, Parameter) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
-
- createParam(AbstractResource, AbstractMethod, Parameter) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
-
- createParam(AbstractResource, AbstractMethod, Parameter) - Method in interface com.sun.jersey.server.wadl.WadlGenerator
-
- createParam(AbstractResource, AbstractMethod, Parameter) - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
-
- createParmWantsName(Param) - Method in class com.sun.jersey.server.wadl.generators.AbstractWadlGeneratorGrammarGenerator
-
- createParmWantsName(Param) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorJAXBGrammarGenerator
-
- 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.
- createRepresentationWantsName(Representation) - Method in class com.sun.jersey.server.wadl.generators.AbstractWadlGeneratorGrammarGenerator
-
- createRepresentationWantsName(Representation) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorJAXBGrammarGenerator
-
- createRequest(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.AbstractWadlGeneratorGrammarGenerator
-
- createRequest(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
-
- createRequest(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
-
- createRequest(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
-
- createRequest(AbstractResource, AbstractResourceMethod) - Method in interface com.sun.jersey.server.wadl.WadlGenerator
-
- createRequest(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
-
- createRequest(WebApplication, HttpServletRequest, URI, URI) - Method in class com.sun.jersey.spi.container.servlet.WebComponent
-
Extension point for creating your custom container request.
- createRequestRepresentation(AbstractResource, AbstractResourceMethod, MediaType) - Method in class com.sun.jersey.server.wadl.generators.AbstractWadlGeneratorGrammarGenerator
-
- createRequestRepresentation(AbstractResource, AbstractResourceMethod, MediaType) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
-
- createRequestRepresentation(AbstractResource, AbstractResourceMethod, MediaType) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
-
- createRequestRepresentation(AbstractResource, AbstractResourceMethod, MediaType) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
-
- createRequestRepresentation(AbstractResource, AbstractResourceMethod, MediaType) - Method in interface com.sun.jersey.server.wadl.WadlGenerator
-
- createRequestRepresentation(AbstractResource, AbstractResourceMethod, MediaType) - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
-
- createResource(AbstractResource, String) - Method in class com.sun.jersey.server.wadl.generators.AbstractWadlGeneratorGrammarGenerator
-
- createResource(AbstractResource, String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
-
- createResource(AbstractResource, String) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
-
- createResource(AbstractResource, String) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
-
- createResource(AbstractResource, String) - Method in interface com.sun.jersey.server.wadl.WadlGenerator
-
- createResource(AbstractResource, String) - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
-
- createResourceDocType() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ObjectFactory
-
- createResources() - Method in class com.sun.jersey.server.wadl.generators.AbstractWadlGeneratorGrammarGenerator
-
- createResources() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
-
- createResources() - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
-
- createResources() - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
-
- createResources() - Method in interface com.sun.jersey.server.wadl.WadlGenerator
-
- createResources() - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
-
- createResponseBuilder() - Method in class com.sun.jersey.core.spi.factory.AbstractRuntimeDelegate
-
- createResponseBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
-
- createResponseRepresentation(AbstractResource, AbstractResourceMethod, MediaType) - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
-
- createResponses(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.AbstractWadlGeneratorGrammarGenerator
-
- createResponses(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
-
- createResponses(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
-
- createResponses(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
-
- createResponses(AbstractResource, AbstractResourceMethod) - Method in interface com.sun.jersey.server.wadl.WadlGenerator
-
- createResponses(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
-
- createUnmarshaller() - Method in class com.sun.jersey.api.json.JSONJAXBContext
-
Overrides underlaying createUnmarshaller method and returns
an unmarshaller which is capable of JSON deserialization.
- 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.
- createValidator() - Method in class com.sun.jersey.api.json.JSONJAXBContext
-
Simply delegates to underlying JAXBContext implementation.
- createVariantListBuilder() - Method in class com.sun.jersey.core.spi.factory.AbstractRuntimeDelegate
-
- createVariantListBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
-
- createWadlGenerator() - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorConfig
-
- createWebApplication() - Static method in class com.sun.jersey.spi.container.WebApplicationFactory
-
Create a Web application instance.
- createWebApplication() - Method in interface com.sun.jersey.spi.container.WebApplicationProvider
-
- createXhtmlCodeType() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.ObjectFactory
-
- createXhtmlElementType() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.ObjectFactory
-
- 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
-
- CsrfProtectionFilter - Class in com.sun.jersey.api.client.filter
-
Simple client-side filter that adds X-Requested-By headers to all state-changing
request (i.e.
- CsrfProtectionFilter() - Constructor for class com.sun.jersey.api.client.filter.CsrfProtectionFilter
-
- CsrfProtectionFilter(String) - Constructor for class com.sun.jersey.api.client.filter.CsrfProtectionFilter
-
Initialized the filter with a desired value of the X-Requested-By header.
- CsrfProtectionFilter - Class in com.sun.jersey.api.container.filter
-
- CsrfProtectionFilter() - Constructor for class com.sun.jersey.api.container.filter.CsrfProtectionFilter
-
- cv - Variable in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
The class visitor to which this visitor must delegate method calls.
- 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.
- generate(UriInfo, Set<AbstractResource>) - Method in class com.sun.jersey.server.wadl.WadlBuilder
-
Generate WADL for a set of resources.
- generate(Providers, FeaturesAndProperties, UriInfo, Set<AbstractResource>) - Method in class com.sun.jersey.server.wadl.WadlBuilder
-
Generate WADL for a set of resources.
- generate(Providers, FeaturesAndProperties, UriInfo, ApplicationDescription, AbstractResource) - Method in class com.sun.jersey.server.wadl.WadlBuilder
-
Generate WADL for a resource.
- generate(Providers, FeaturesAndProperties, UriInfo, ApplicationDescription, AbstractResource, String) - Method in class com.sun.jersey.server.wadl.WadlBuilder
-
Generate WADL for a virtual subresource resulting from sub resource
methods.
- generator(Class<? extends WadlGenerator>) - Static method in class com.sun.jersey.api.wadl.config.WadlGeneratorConfig
-
- generator(Class<? extends WadlGenerator>) - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
-
- 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
-
- GenericType<T> - Class in com.sun.jersey.api.client
-
Represents a generic type T
.
- GenericType() - Constructor for class com.sun.jersey.api.client.GenericType
-
Constructs a new generic type, deriving the generic type and class from
type parameter.
- GenericType(Type) - Constructor for class com.sun.jersey.api.client.GenericType
-
Constructs a new generic type, supplying the generic type
information and derving the class.
- get(Class<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
-
Invoke the GET method.
- get(GenericType<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
-
Invoke the GET method.
- get(ITypeListener<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
-
Invoke the GET method.
- get(Class<T>) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
-
- get(T) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
-
- get(Class<T>) - Method in class com.sun.jersey.api.client.AsyncViewResource
-
- get(T) - Method in class com.sun.jersey.api.client.AsyncViewResource
-
- get(Class<T>) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
-
- get(T) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
-
- get(Class<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
-
- get(GenericType<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
-
- get(ITypeListener<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
-
- get(Class<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
-
- get(GenericType<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
-
- get(ITypeListener<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
-
- get(Class<T>) - Method in interface com.sun.jersey.api.client.UniformInterface
-
Invoke the GET method.
- get(GenericType<T>) - Method in interface com.sun.jersey.api.client.UniformInterface
-
Invoke the GET method.
- get(Class<T>) - Method in class com.sun.jersey.api.client.ViewResource.Builder
-
- get(T) - Method in class com.sun.jersey.api.client.ViewResource.Builder
-
- get(Class<T>) - Method in class com.sun.jersey.api.client.ViewResource
-
- get(T) - Method in class com.sun.jersey.api.client.ViewResource
-
- get(Class<T>) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
-
- get(T) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
-
- get(Class<T>) - Method in class com.sun.jersey.api.client.WebResource.Builder
-
- get(GenericType<T>) - Method in class com.sun.jersey.api.client.WebResource.Builder
-
- get(Class<T>) - Method in class com.sun.jersey.api.client.WebResource
-
- get(GenericType<T>) - Method in class com.sun.jersey.api.client.WebResource
-
- 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 com.sun.jersey.api.core.HttpRequestContext
-
Get the absolute path of the request.
- getAbsolutePath() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getAbsolutePath() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- getAbsolutePath() - Method in interface javax.ws.rs.core.UriInfo
-
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.
- getAbsolutePathBuilder() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getAbsolutePathBuilder() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- getAbsolutePathBuilder() - Method in interface javax.ws.rs.core.UriInfo
-
Get the absolute path of the request in the form of a UriBuilder.
- getAbstractRootResources() - Method in interface com.sun.jersey.api.model.AbstractResourceModelContext
-
- getAcceptableLanguages() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getAcceptableLanguages() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- getAcceptableLanguages() - Method in interface javax.ws.rs.core.HttpHeaders
-
Get a list of languages that are acceptable for the response.
- getAcceptableMediaType(List<MediaType>) - Method in interface com.sun.jersey.api.core.HttpRequestContext
-
- getAcceptableMediaType(List<MediaType>) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getAcceptableMediaType(List<MediaType>) - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- getAcceptableMediaTypes(List<QualitySourceMediaType>) - Method in interface com.sun.jersey.api.core.HttpRequestContext
-
- getAcceptableMediaTypes(List<QualitySourceMediaType>) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getAcceptableMediaTypes() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getAcceptableMediaTypes(List<QualitySourceMediaType>) - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- getAcceptableMediaTypes() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- 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.
- getAccess() - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Returns the class's access flags (see
Opcodes
).
- getAdapter() - Method in class com.sun.jersey.api.client.AbstractClientRequestAdapter
-
Get the adapted client request adapter.
- getAdapter() - Method in class com.sun.jersey.api.client.ClientRequest
-
Get the client request adapter.
- getAllow() - Method in class com.sun.jersey.api.client.ClientResponse
-
Get the allowed HTTP methods from the Allow HTTP header.
- getAnnotatedClasses() - Method in class com.sun.jersey.spi.scanning.AnnotationScannerListener
-
Get the set of annotated classes.
- getAnnotation(Class<T>) - Method in class com.sun.jersey.api.model.AbstractMethod
-
- getAnnotation(Class<T>) - Method in class com.sun.jersey.api.model.AbstractResource
-
- getAnnotation() - Method in class com.sun.jersey.api.model.Parameter
-
- getAnnotation(Class<T>) - Method in class com.sun.jersey.api.model.Parameter
-
- getAnnotation(Class<T>) - Method in class com.sun.jersey.core.reflection.AnnotatedMethod
-
- getAnnotationDocs() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ParamDocType
-
- getAnnotations() - Method in interface com.sun.jersey.api.core.HttpResponseContext
-
Get the annotations associated with the response entity (if any).
- getAnnotations() - Method in class com.sun.jersey.api.model.AbstractMethod
-
- getAnnotations() - Method in class com.sun.jersey.api.model.AbstractResource
-
- getAnnotations() - Method in class com.sun.jersey.api.model.Parameter
-
- getAnnotations() - Method in class com.sun.jersey.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.
- getAnnotations() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
-
- getAnnotations() - Method in class com.sun.jersey.spi.container.ContainerResponse
-
- getAnnotationTypeName() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.AnnotationDocType
-
- getAny() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ClassDocType
-
- getAny() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
-
- getAny() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ParamDocType
-
- getApplication() - Method in class com.sun.jersey.server.wadl.ApplicationDescription
-
- getApplication(UriInfo) - Method in interface com.sun.jersey.server.wadl.WadlApplicationContext
-
Get a new instance of a
ApplicationDescription
corresponding to all
the root resource classes, and configure the base URI.
- getApplication(UriInfo, AbstractResource, String) - Method in interface com.sun.jersey.server.wadl.WadlApplicationContext
-
Get a new instance of Application
for a particular resource
- getArguments() - Method in interface com.sun.jersey.localization.Localizable
-
Returns the arguments for message formatting.
- getArguments() - Method in class com.sun.jersey.localization.LocalizableMessage
-
- getArgumentsAndReturnSizes(String) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Computes the size of the arguments and of the return value of a method.
- getArgumentsAndReturnSizes() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the size of the arguments and of the return value of methods of
this type.
- getArgumentTypes(String) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the Java types corresponding to the argument types of the given
method descriptor.
- getArgumentTypes(Method) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the Java types corresponding to the argument types of the given
method.
- getArgumentTypes() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the argument types of methods of this type.
- getArrayClass(Class) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
-
Get Array class of component class.
- getArrays() - Method in class com.sun.jersey.api.json.JSONConfiguration
-
- getAsLocale() - Method in class com.sun.jersey.core.header.LanguageTag
-
- getAttributeAsElements() - Method in class com.sun.jersey.api.json.JSONConfiguration
-
- getAttributeDocs() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.AnnotationDocType
-
- getAuthenticationScheme() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getAuthenticationScheme() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- 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 com.sun.jersey.api.core.HttpRequestContext
-
Get the base URI of the application.
- getBaseUri() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getBaseUri() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- getBaseUri() - Method in interface javax.ws.rs.core.UriInfo
-
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.
- getBaseUriBuilder() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getBaseUriBuilder() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- getBaseUriBuilder() - Method in interface javax.ws.rs.core.UriInfo
-
Get the base URI of the application in the form of a UriBuilder.
- getBuilder() - Method in class com.sun.jersey.api.client.AsyncWebResource
-
Deprecated.
- getBuilder() - Method in class com.sun.jersey.api.client.WebResource
-
Deprecated.
- getCacheExtension() - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to a set of extension cache control directives.
- getCallbackName() - Method in class com.sun.jersey.api.json.JSONWithPadding
-
Get the callback function name.
- 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.
- getChildNodes() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.XhtmlElementType
-
- getClass(Class, Class) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
-
Find the declaring class that implements or extends an interface.
- getClassDoc(Class<?>) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.ResourceDocAccessor
-
- getClasses() - Method in interface com.sun.jersey.api.client.config.ClientConfig
-
Get the set of provider classes to be instantiated in the scope
of the Client
- getClasses() - Method in class com.sun.jersey.api.client.config.DefaultClientConfig
-
Get the set of provider classes to be instantiated in the scope
of the Client
- getClasses() - Method in class com.sun.jersey.api.core.DefaultResourceConfig
-
- getClasses() - Method in class javax.ws.rs.core.Application
-
Get a set of root resource and provider classes.
- getClassName() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ClassDocType
-
- getClassName() - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
- getClassName() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the binary name of the class corresponding to this type.
- getClient() - Method in class com.sun.jersey.api.client.ClientResponse
-
Get the client.
- getClientResponseStatus() - Method in class com.sun.jersey.api.client.ClientResponse
-
- getComment() - Method in class javax.ws.rs.core.NewCookie
-
Get the comment associated with the cookie.
- getCommentText() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ClassDocType
-
- getCommentText() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
-
Gets the value of the commentText property.
- getCommentText() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ParamDocType
-
- getCommonSuperClass(String, String) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
Returns the common super type of the two given types.
- 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.
- getComponentProvider(IoCComponentProvider, Class<?>) - Method in interface com.sun.jersey.server.spi.component.ResourceComponentProviderFactory
-
Get the resource class component provider.
- getComponentProviderFactory() - Method in class com.sun.jersey.core.spi.component.ProviderServices
-
- getComponents() - Method in class com.sun.jersey.api.model.AbstractField
-
- getComponents() - Method in interface com.sun.jersey.api.model.AbstractModelComponent
-
- getComponents() - Method in class com.sun.jersey.api.model.AbstractResource
-
- getComponents() - Method in class com.sun.jersey.api.model.AbstractResourceConstructor
-
- getComponents() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
-
- getComponents() - Method in class com.sun.jersey.api.model.AbstractSetterMethod
-
- getComponents() - Method in class com.sun.jersey.api.model.AbstractSubResourceLocator
-
- getConfigType() - Method in interface com.sun.jersey.spi.container.servlet.WebConfig
-
Get the configuration type of this config.
- getConfigType() - Method in class com.sun.jersey.spi.container.servlet.WebFilterConfig
-
- getConfigType() - Method in class com.sun.jersey.spi.container.servlet.WebServletConfig
-
- getConstructorDescriptor(Constructor<?>) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the descriptor corresponding to the given constructor.
- getConstructors() - Method in class com.sun.jersey.api.model.AbstractResource
-
- getContainerRequest() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
-
- getContainerRequest() - Method in class com.sun.jersey.spi.container.ContainerResponse
-
Get the container request.
- getContainerRequest() - Method in interface com.sun.jersey.spi.uri.rules.UriRuleContext
-
Get the container request.
- getContainerRequestFilters() - Method in class com.sun.jersey.api.core.ResourceConfig
-
Get the list of container request filters.
- getContainerResponse() - Method in interface com.sun.jersey.spi.uri.rules.UriRuleContext
-
Get the container response.
- getContainerResponseFilters() - Method in class com.sun.jersey.api.core.ResourceConfig
-
Get the list of container response filters.
- getContainerResponseWriter() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
-
- getContainerResponseWriter() - Method in class com.sun.jersey.spi.container.ContainerResponse
-
Get the container response writer.
- getContent() - Method in class com.sun.jersey.server.wadl.ApplicationDescription.ExternalGrammar
-
- 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.
- getCookieNameValueMap() - Method in interface com.sun.jersey.api.core.HttpRequestContext
-
Get the cookie name value map.
- getCookieNameValueMap() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getCookieNameValueMap() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- getCookies() - Method in class com.sun.jersey.api.client.ClientResponse
-
Get the list of cookies.
- getCookies() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getCookies() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- 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.
- getCtor() - Method in class com.sun.jersey.api.model.AbstractResourceConstructor
-
- 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.api.model.AbstractMethod
-
- getDeclaredAnnotations() - Method in class com.sun.jersey.api.model.AbstractResource
-
- getDeclaredAnnotations() - Method in class com.sun.jersey.api.model.Parameter
-
- getDeclaredAnnotations() - Method in class com.sun.jersey.core.reflection.AnnotatedMethod
-
- getDeclaringClass(AccessibleObject) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
-
- getDeclaringResource() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
-
- getDefault() - Static method in class com.sun.jersey.spi.container.JavaMethodInvokerFactory
-
- getDEFAULT_INITIAL_CAPACITY() - Method in class com.sun.jersey.core.util.KeyComparatorHashMap
-
- getDefaultResourceConfig(Map<String, Object>, WebConfig) - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
-
Get the default resource configuration if one is not declared in the
web.xml.
- getDefaultResourceConfig(Map<String, Object>, ServletConfig) - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
-
- getDefaultResourceConfig(Map<String, Object>, WebConfig) - Method in class com.sun.jersey.spi.container.servlet.WebComponent
-
Get the default resource configuration if one is not declared in the
web.xml.
- getDefaultResourceConfig(Map<String, Object>) - Method in interface com.sun.jersey.spi.container.servlet.WebConfig
-
- getDefaultResourceConfig(Map<String, Object>) - Method in class com.sun.jersey.spi.container.servlet.WebFilterConfig
-
- getDefaultResourceConfig(Map<String, Object>) - Method in class com.sun.jersey.spi.container.servlet.WebServletConfig
-
- getDefaultStringValue() - Method in exception com.sun.jersey.api.ParamException
-
Get the default String value.
- getDefaultValue() - Method in class com.sun.jersey.api.model.Parameter
-
- getDesc() - Method in class jersey.repackaged.org.objectweb.asm.Handle
-
Returns the descriptor of the field or method designated by this handle.
- getDescriptor() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the descriptor corresponding to this Java type.
- getDescriptor(Class<?>) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the descriptor corresponding to the given Java type.
- getDimensions() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the number of dimensions of this array type.
- getDispatcher(AbstractResourceMethod, JavaMethodInvoker) - Method in class com.sun.jersey.spi.container.ResourceMethodCustomInvokerDispatchFactory
-
- getDispatchingListener() - Method in interface com.sun.jersey.spi.container.WebApplication
-
- getDoc() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
-
- getDoc() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.WadlParamType
-
- getDocs() - Method in class com.sun.jersey.server.wadl.generators.ApplicationDocs
-
- getDocs() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ResourceDocType
-
- getDomain() - Method in class javax.ws.rs.core.Cookie
-
Get the domain of the cookie
- getElement() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
-
- 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
-
- getElements(String[]) - Static method in class com.sun.jersey.api.core.ResourceConfig
-
Get a canonical array of String elements from a String array
where each entry may contain zero or more elements separated by ';'.
- getElements(String[], String) - Static method in class com.sun.jersey.api.core.ResourceConfig
-
Get a canonical array of String elements from a String array
where each entry may contain zero or more elements separated by characters
in delimiters string.
- getElementType() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the type of the elements of this array type.
- getEncoding() - Method in class javax.ws.rs.core.Variant
-
Get the encoding of the variant
- getEntity() - Method in class com.sun.jersey.api.client.ClientRequest
-
Get the entity of the request.
- getEntity(Class<T>) - Method in class com.sun.jersey.api.client.ClientResponse
-
Get the entity of the response.
- getEntity(GenericType<T>) - Method in class com.sun.jersey.api.client.ClientResponse
-
Get the entity of the response.
- getEntity(Class<T>) - Method in interface com.sun.jersey.api.core.HttpRequestContext
-
Get the request entity, returns null if the request does not
contain an entity body.
- getEntity(Class<T>, Type, Annotation[]) - Method in interface com.sun.jersey.api.core.HttpRequestContext
-
Get the request entity, returns null if the request does not
contain an entity body.
- getEntity() - Method in interface com.sun.jersey.api.core.HttpResponseContext
-
- getEntity() - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
-
Get the response entity.
- getEntity() - Method in class com.sun.jersey.api.JResponse
-
Get the response entity.
- getEntity() - Method in class com.sun.jersey.core.provider.EntityHolder
-
Get the entity.
- getEntity() - Method in class com.sun.jersey.core.spi.factory.ResponseImpl
-
- getEntity(Class<T>) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getEntity(Class<T>, Type, Annotation[]) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getEntity() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
-
- getEntity(Class<T>) - Method in class com.sun.jersey.spi.container.CachedEntityContainerRequest
-
Get the entity or a cached instance.
- getEntity(Class<T>, Type, Annotation[]) - Method in class com.sun.jersey.spi.container.CachedEntityContainerRequest
-
Get the entity or a cached instance.
- getEntity(Class<T>, Type, Annotation[]) - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- getEntity(Class<T>) - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- getEntity() - Method in class com.sun.jersey.spi.container.ContainerResponse
-
- 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.
- getEntityInputStream() - Method in class com.sun.jersey.api.client.ClientResponse
-
Get the input stream of the response.
- getEntityInputStream() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getEntityInputStream() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
Get the input stream of the entity.
- getEntityTag() - Method in class com.sun.jersey.api.client.ClientResponse
-
Get the entity tag.
- getEntityType() - Method in interface com.sun.jersey.api.core.HttpResponseContext
-
- getEntityType() - Method in class com.sun.jersey.core.spi.factory.ResponseImpl
-
Get the entity type.
- getEntityType() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
-
- getEntityType() - Method in class com.sun.jersey.spi.container.ContainerResponse
-
- getEvent() - Method in class com.sun.jersey.core.header.reader.HttpHeaderReader
-
- getEventValue() - Method in class com.sun.jersey.core.header.reader.HttpHeaderReader
-
- getExample() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
-
- getExceptionIndex() - Method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns the index of the exception, in a 'throws' clause of a method,
whose type is referenced by this type reference.
- getExceptionMapper(Class<T>) - Method in interface javax.ws.rs.ext.Providers
-
Get an exception mapping provider for a particular class of exception.
- getExceptionMapperContext() - Method in interface com.sun.jersey.spi.container.WebApplication
-
Get the exception mapper context that can be used to map exceptions
to responses.
- getExecutorService() - Method in class com.sun.jersey.api.client.Client
-
Get the ExecutorService
for sending asynchronous
HTTP requests when no underlying asynchronous HTTP implementation is
utilized.
- getExplicitRootResources() - Method in class com.sun.jersey.api.core.DefaultResourceConfig
-
- getExplicitRootResources() - Method in class com.sun.jersey.api.core.ResourceConfig
-
Get a map of explicit root resource classes and root resource singleton
instances.
- getExternalGrammar(String) - Method in class com.sun.jersey.server.wadl.ApplicationDescription
-
- getExternalMetadataKeys() - Method in class com.sun.jersey.server.wadl.ApplicationDescription
-
- getFamily() - Method in enum com.sun.jersey.api.client.ClientResponse.Status
-
Get the class of status code.
- 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
- getFamilyByStatusCode(int) - Static method in enum com.sun.jersey.api.client.ClientResponse.Status
-
Get the family from the response status code.
- getFeature(String) - Method in class com.sun.jersey.api.client.config.DefaultClientConfig
-
Get the value of a feature.
- getFeature(String) - Method in class com.sun.jersey.api.core.DefaultResourceConfig
-
- getFeature(String) - Method in class com.sun.jersey.api.core.ResourceConfig
-
Get the value of a feature.
- getFeature(String) - Method in interface com.sun.jersey.core.util.FeaturesAndProperties
-
Get the value of a feature.
- getFeatures() - Method in class com.sun.jersey.api.client.config.DefaultClientConfig
-
Get the map of features associated with the client.
- getFeatures() - Method in class com.sun.jersey.api.core.DefaultResourceConfig
-
- getFeatures() - Method in class com.sun.jersey.api.core.ResourceConfig
-
Get the map of features associated with the Web application.
- getFeatures() - Method in interface com.sun.jersey.core.util.FeaturesAndProperties
-
Get the map of features associated with the client.
- getFeaturesAndProperties() - Method in class com.sun.jersey.server.wadl.WadlGenerator.Environment
-
- getFeaturesAndProperties() - Method in interface com.sun.jersey.spi.container.WebApplication
-
Get the features and properties.
- getField() - Method in class com.sun.jersey.api.model.AbstractField
-
- GETFIELD - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- getFields() - Method in class com.sun.jersey.api.model.AbstractResource
-
- 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.
- getFlag() - Method in enum com.sun.jersey.api.container.filter.PostReplaceFilter.ConfigFlag
-
Returns the numeric value of the bit corresponding to this flag.
- getFormalParameterIndex() - Method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns the index of the formal parameter whose type is referenced by
this type reference.
- getFormParameters() - Method in interface com.sun.jersey.api.core.HttpRequestContext
-
Get the form parameters of the request entity.
- getFormParameters() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getFormParameters() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- getFromStringStringMethodPA(Class<?>) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
-
Get privileged action to get the static fromString(String ) method.
- getGeneratorClass() - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorDescription
-
- 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
-
- getGenericReturnType() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
-
- getGenericType() - Method in interface com.sun.jersey.api.client.async.ITypeListener
-
- getGenericType() - Method in class com.sun.jersey.api.client.async.TypeListener
-
- 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.
- getHeaders() - Method in class com.sun.jersey.api.client.ClientRequest
-
Get the HTTP headers of the request.
- getHeaders() - Method in class com.sun.jersey.api.client.ClientResponse
-
Get the HTTP headers of the response.
- getHeaderValue(Object) - Static method in class com.sun.jersey.api.client.ClientRequest
-
Convert a header value, represented as a general object, to the
string value.
- getHeaderValue(String) - Method in interface com.sun.jersey.api.core.HttpRequestContext
-
Get a HTTP header value.
- getHeaderValue(String) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getHeaderValue(String) - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- getHeaderValue(Object) - Static method in class com.sun.jersey.spi.container.ContainerResponse
-
Convert a header value, represented as a general object, to the
string value.
- getHeadHandler() - Method in class com.sun.jersey.api.client.filter.Filterable
-
Get the head client handler of the filter chain.
- getHostnameVerifier() - Method in class com.sun.jersey.client.urlconnection.HTTPSProperties
-
Get the PHostnameVerifier
.
- getHttpHeaders() - Method in interface com.sun.jersey.api.core.HttpResponseContext
-
Get the HTTP response headers.
- getHttpHeaders() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
-
- getHttpHeaders() - Method in class com.sun.jersey.spi.container.ContainerResponse
-
- getHttpMethod() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
-
- getHttpURLConnection(URL) - Method in interface com.sun.jersey.client.urlconnection.HttpURLConnectionFactory
-
Get a HttpURLConnection
for a given URL.
- getIdFromName(String) - Static method in class com.sun.jersey.core.spi.factory.ResponseBuilderHeaders
-
- getIndex() - Method in class com.sun.jersey.core.header.reader.HttpHeaderReader
-
- getInitParameter(String) - Method in interface com.sun.jersey.spi.container.servlet.WebConfig
-
Get an initialization parameter.
- getInitParameter(String) - Method in class com.sun.jersey.spi.container.servlet.WebFilterConfig
-
- getInitParameter(String) - Method in class com.sun.jersey.spi.container.servlet.WebServletConfig
-
- getInitParameterNames() - Method in interface com.sun.jersey.spi.container.servlet.WebConfig
-
Get the enumeration of initialization parameter names.
- getInitParameterNames() - Method in class com.sun.jersey.spi.container.servlet.WebFilterConfig
-
- getInitParameterNames() - Method in class com.sun.jersey.spi.container.servlet.WebServletConfig
-
- getInjectable(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(HttpContext) - Method in interface com.sun.jersey.server.spi.component.ResourceComponentProvider
-
Get the instance.
- 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
-
- getInterfaces() - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Returns the internal names of the class's interfaces (see
getInternalName
).
- getInternalName() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the internal name of the class corresponding to this object or
array type.
- getInternalName(Class<?>) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the internal name of the given class.
- getItem(int) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Returns the start index of the constant pool item in
b
, plus
one.
- getItemCount() - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Returns the number of constant pool items in
b
.
- getJAXBContext(Class) - Method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBProvider
-
- getJAXBContext() - Method in interface com.sun.jersey.server.wadl.WadlApplicationContext
-
Get the default JAXB context associated with the
WadlGenerator
for the Web application.
- getJResponse() - Method in class com.sun.jersey.api.JResponseAsResponse
-
- getJSONConfiguration() - Method in interface com.sun.jersey.api.json.JSONConfigurated
-
Provides information on current JSON configuration options for this object.
- getJSONConfiguration() - Method in class com.sun.jersey.api.json.JSONJAXBContext
-
Get the JSON configuration.
- getJSONMarshaller(Marshaller, JAXBContext) - Static method in class com.sun.jersey.api.json.JSONJAXBContext
-
- getJsonSource() - Method in class com.sun.jersey.api.json.JSONWithPadding
-
Get the JSON source.
- getJSONUnmarshaller(Unmarshaller, JAXBContext) - Static method in class com.sun.jersey.api.json.JSONJAXBContext
-
- 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
-
- getLabels() - Method in class jersey.repackaged.org.objectweb.asm.Attribute
-
Returns the labels corresponding to this attribute.
- getLanguage() - Method in class com.sun.jersey.api.client.ClientResponse
-
Get the language.
- getLanguage() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getLanguage() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- 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
- getLanguageMappings() - Method in class com.sun.jersey.api.core.DefaultResourceConfig
-
- getLanguageMappings() - Method in class com.sun.jersey.api.core.ResourceConfig
-
Get a map of file extension to language.
- getLastModified() - Method in class com.sun.jersey.api.client.ClientResponse
-
Get the last modified date.
- getLength() - Method in class com.sun.jersey.api.client.ClientResponse
-
Get Content-Length.
- getLength() - Method in class jersey.repackaged.org.objectweb.asm.TypePath
-
Returns the length of this path.
- getLink(String) - Method in class com.sun.jersey.core.header.LinkHeaders
-
- getLinks() - Method in class com.sun.jersey.api.client.ClientResponse
-
- getList(String) - Method in class com.sun.jersey.core.util.StringKeyIgnoreCaseMultivaluedMap
-
- getLocale() - Method in class com.sun.jersey.localization.Localizer
-
- getLocation() - Method in class com.sun.jersey.api.client.ClientResponse
-
Get the location.
- getMappedThrowable() - Method in interface com.sun.jersey.api.core.ExtendedUriInfo
-
Get the throwable that was mapped to a response.
- getMappedThrowable() - Method in interface com.sun.jersey.api.core.HttpResponseContext
-
Get the throwable (if any) that was mapped to a response.
- getMappedThrowable() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
-
- getMappedThrowable() - Method in class com.sun.jersey.spi.container.ContainerResponse
-
- getMarshaller(Class, MediaType) - Method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBProvider
-
- getMatchedMethod() - Method in interface com.sun.jersey.api.core.ExtendedUriInfo
-
Get get matched resource method that was invoked.
- getMatchedResources() - Method in interface javax.ws.rs.core.UriInfo
-
Get a read-only list of the currently matched resource class instances.
- getMatchedResults() - Method in interface com.sun.jersey.api.core.ExtendedUriInfo
-
Get a read-only list of MatchResult
for matched resources.
- getMatchedTemplates() - Method in interface com.sun.jersey.api.core.ExtendedUriInfo
-
Get a read-only list of
UriTemplate
for matched resources.
- 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.
- getMatchResult() - Method in interface com.sun.jersey.spi.uri.rules.UriMatchResultContext
-
Get the match result
- 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.
- getMaxStringLength() - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Returns the maximum length of the strings contained in the constant pool
of the class.
- getMediaType() - Method in interface com.sun.jersey.api.client.RequestWriter.RequestEntityWriter
-
- getMediaType() - Method in interface com.sun.jersey.api.core.HttpResponseContext
-
Get the media type of the response entity.
- getMediaType() - Method in interface com.sun.jersey.server.wadl.generators.AbstractWadlGeneratorGrammarGenerator.HasType
-
- getMediaType() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
-
- getMediaType() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getMediaType() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
-
- getMediaType() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- getMediaType() - Method in class com.sun.jersey.spi.container.ContainerResponse
-
- getMediaType() - Method in 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
- getMediaTypeMappings() - Method in class com.sun.jersey.api.core.DefaultResourceConfig
-
- getMediaTypeMappings() - Method in class com.sun.jersey.api.core.ResourceConfig
-
Get a map of file extension to media type.
- getMessage() - Method in class com.sun.jersey.api.model.ResourceModelIssue
-
Human readible description of the issue
- getMessage() - Method in exception com.sun.jersey.api.NotFoundException
-
- 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.
- getMessageBodyWorkers() - Method in class com.sun.jersey.api.client.Client
-
- getMessageBodyWorkers() - Method in class com.sun.jersey.api.client.RequestWriter
-
- getMessageBodyWorkers() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getMessageBodyWorkers() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
-
- getMessageBodyWorkers() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
Get the message body workers.
- getMessageBodyWorkers() - Method in class com.sun.jersey.spi.container.ContainerResponse
-
Get the message body workers.
- getMessageBodyWorkers() - Method in interface com.sun.jersey.spi.container.WebApplication
-
Get the message body workers that can be used for getting
message body readers and writers.
- 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.api.client.ClientRequest
-
Deprecated.
- getMetadata() - Method in class com.sun.jersey.api.client.ClientResponse
-
Deprecated.
- getMetadata() - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
-
Get the metadata associated with the response.
- getMetadata() - Method in class com.sun.jersey.api.JResponse
-
Get metadata associated with the response as a map.
- 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.api.client.ClientRequest
-
Get the HTTP method of the request.
- getMethod() - Method in class com.sun.jersey.api.model.AbstractMethod
-
- getMethod() - Method in class com.sun.jersey.core.reflection.AnnotatedMethod
-
- getMethod() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getMethod() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- getMethod() - Method in interface javax.ws.rs.core.Request
-
Get the request method, e.g.
- getMethodDescriptor(Type, Type...) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the descriptor corresponding to the given argument and return
types.
- getMethodDescriptor(Method) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the descriptor corresponding to the given method.
- getMethodDoc(Class<?>, Method) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.ResourceDocAccessor
-
- getMethodDocs() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ClassDocType
-
- getMethodName() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
-
- getMethodType(String) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the Java type corresponding to the given method descriptor.
- getMethodType(Type, Type...) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the Java method type corresponding to the given argument and
return types.
- 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).
- getModel() - Method in class com.sun.jersey.api.view.Viewable
-
Get the model.
- 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 com.sun.jersey.server.wadl.generators.resourcedoc.model.NamedValueType
-
- getName() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.WadlParamType
-
- getName() - Method in interface com.sun.jersey.spi.container.servlet.WebConfig
-
Get the name of the Web component.
- getName() - Method in class com.sun.jersey.spi.container.servlet.WebFilterConfig
-
- getName() - Method in class com.sun.jersey.spi.container.servlet.WebServletConfig
-
- getName() - Method in class javax.ws.rs.core.Cookie
-
Get the name of the cookie
- getName() - Method in class jersey.repackaged.org.objectweb.asm.Handle
-
Returns the name of the field or method designated by this handle.
- 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.
- getNext() - Method in class com.sun.jersey.api.client.filter.ClientFilter
-
Get the next client handler to invoke in the chain
of filters.
- getNoCacheFields() - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the value of the no-cache cache control directive.
- getNonStrings() - Method in class com.sun.jersey.api.json.JSONConfiguration
-
Returns names of JSON objects, which will be serialized out as non-strings, i.e.
- getNormalizedTemplate() - Method in class com.sun.jersey.api.uri.UriTemplateParser
-
Get the normalized template.
- getNotation() - Method in class com.sun.jersey.api.json.JSONConfiguration
-
Returns JSON notation selected for this configuration
- getNotFoundUri() - Method in exception com.sun.jersey.api.NotFoundException
-
Get the URI that is not found.
- getNsSeparator() - Method in class com.sun.jersey.api.json.JSONConfiguration
-
Returns XML namespace separator, which is used when constructing JSON identifiers
for XML elements/attributes in other than default namespace
This property is valid for the
JSONConfiguration.Notation.MAPPED
notation only.
- 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.
- getObjectType(String) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the Java type corresponding to the given internal name.
- getOffset() - Method in class jersey.repackaged.org.objectweb.asm.Label
-
Returns the offset corresponding to this label.
- getOp() - Method in class com.sun.jersey.core.header.LinkHeader
-
- getOpcode(int) - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns a JVM instruction opcode adapted to this Java type.
- getOriginalEntity() - Method in interface com.sun.jersey.api.core.HttpResponseContext
-
- getOriginalEntity() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
-
- getOriginalEntity() - Method in class com.sun.jersey.spi.container.ContainerResponse
-
- getOriginalJaxbContext() - Method in class com.sun.jersey.api.json.JSONJAXBContext
-
Returns the underlying JAXBContext
.
- getOsgiRegistryInstance() - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
-
- getOutputStream() - Method in class com.sun.jersey.api.client.CommittingOutputStream
-
Get the adapted output stream.
- getOutputStream() - Method in interface com.sun.jersey.api.core.HttpResponseContext
-
Get an OutputStream
to which an entity may be written.
- getOutputStream() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
-
- getOutputStream() - Method in class com.sun.jersey.spi.container.ContainerResponse
-
- getOwner() - Method in class jersey.repackaged.org.objectweb.asm.Handle
-
Returns the internal name of the class that owns the field or method
designated by this handle.
- getParamDoc(Class<?>, Method, Parameter) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.ResourceDocAccessor
-
- getParamDocs() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
-
- getParameterAnnotations() - Method in class com.sun.jersey.core.reflection.AnnotatedMethod
-
- getParameterClass() - Method in class com.sun.jersey.api.model.Parameter
-
- 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.
- getParameterName() - Method in exception com.sun.jersey.api.ParamException
-
Get the parameter name.
- getParameters() - Method in class com.sun.jersey.api.model.AbstractField
-
- getParameters() - Method in class com.sun.jersey.api.model.AbstractResourceConstructor
-
- getParameters() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
-
- getParameters() - Method in class com.sun.jersey.api.model.AbstractSetterMethod
-
- getParameters() - Method in class com.sun.jersey.api.model.AbstractSubResourceLocator
-
- getParameters() - Method in interface com.sun.jersey.api.model.Parameterized
-
- getParameters() - Method in class com.sun.jersey.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.
- getParameterType() - Method in class com.sun.jersey.api.model.Parameter
-
- getParameterType() - Method in exception com.sun.jersey.api.ParamException
-
Get the type of the parameter annotation.
- getParameterTypes() - Method in class com.sun.jersey.core.reflection.AnnotatedMethod
-
- getParamName() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ParamDocType
-
- getParams() - Method in class com.sun.jersey.core.header.LinkHeader
-
- getPath() - Method in interface com.sun.jersey.api.core.HttpRequestContext
-
Get the path of the current request relative to the base URI as
a string.
- getPath(boolean) - Method in interface com.sun.jersey.api.core.HttpRequestContext
-
Get the path of the current request relative to the base URI as
a string.
- getPath() - Method in class com.sun.jersey.api.model.AbstractResource
-
- getPath() - Method in class com.sun.jersey.api.model.AbstractSubResourceLocator
-
- getPath() - Method in class com.sun.jersey.api.model.AbstractSubResourceMethod
-
- getPath() - Method in interface com.sun.jersey.api.model.PathAnnotated
-
- getPath() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getPath(boolean) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getPath() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- getPath(boolean) - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- getPath() - Method in class 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(String) - Method in interface com.sun.jersey.api.core.ExtendedUriInfo
-
Get the path segments that contains a template variable.
- getPathSegments(String, boolean) - Method in interface com.sun.jersey.api.core.ExtendedUriInfo
-
Get the path segments that contains a template variable.
- getPathSegments() - Method in interface com.sun.jersey.api.core.HttpRequestContext
-
Get the path of the current request relative to the base URI as a
list of
PathSegment
.
- getPathSegments(boolean) - Method in interface com.sun.jersey.api.core.HttpRequestContext
-
Get the path of the current request relative to the base URI as a
list of
PathSegment
.
- getPathSegments() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getPathSegments(boolean) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getPathSegments() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- getPathSegments(boolean) - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- 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.
- getPostConstructMethods() - Method in class com.sun.jersey.api.model.AbstractResource
-
- getPreDestroyMethods() - Method in class com.sun.jersey.api.model.AbstractResource
-
- getPreferedDateFormat() - Static method in class com.sun.jersey.core.header.HttpDateFormat
-
Get the preferred HTTP specified date format (RFC 1123).
- getPrimaryClass() - Method in interface com.sun.jersey.server.wadl.generators.AbstractWadlGeneratorGrammarGenerator.HasType
-
- 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 class com.sun.jersey.api.client.AsyncWebResource
-
Gets WebResource related properties.
- getProperties() - Method in class com.sun.jersey.api.client.Client
-
Get the mutable property bag.
- getProperties() - Method in class com.sun.jersey.api.client.ClientRequest
-
Get the mutable property bag.
- getProperties() - Method in class com.sun.jersey.api.client.ClientResponse
-
Get the map of response properties.
- getProperties() - Method in class com.sun.jersey.api.client.config.DefaultClientConfig
-
Get the map of properties associated with the client.
- getProperties() - Method in class com.sun.jersey.api.client.WebResource
-
Gets WebResource related properties.
- getProperties() - Method in class com.sun.jersey.api.core.DefaultResourceConfig
-
- getProperties() - Method in interface com.sun.jersey.api.core.HttpContext
-
Get the mutable properties.
- getProperties() - Method in class com.sun.jersey.api.core.ResourceConfig
-
Get the map of properties associated with the Web application.
- getProperties() - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorDescription
-
- getProperties() - Method in interface com.sun.jersey.core.util.FeaturesAndProperties
-
Get the map of properties associated with the client.
- getProperties() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getProperties() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
Get the mutable properties.
- getProperty(String) - Method in class com.sun.jersey.api.client.config.DefaultClientConfig
-
Get the value of a property.
- getProperty(String) - Method in class com.sun.jersey.api.core.DefaultResourceConfig
-
- getProperty(String) - Method in class com.sun.jersey.api.core.ResourceConfig
-
Get the value of a property.
- getProperty(String) - Method in interface com.sun.jersey.core.util.FeaturesAndProperties
-
Get the value of a property.
- getPropertyAsFeature(String) - Method in class com.sun.jersey.api.client.ClientRequest
-
Get a feature that is boolean property of the property bag.
- getPropertyAsFeature(String, boolean) - Method in class com.sun.jersey.api.client.ClientRequest
-
Get a feature that is boolean property of the property bag.
- getPropertyAsFeature(String) - Method in interface com.sun.jersey.api.client.config.ClientConfig
-
Get a feature that is boolean property of the property bag.
- getPropertyAsFeature(String) - Method in class com.sun.jersey.api.client.config.DefaultClientConfig
-
Get a feature that is boolean property of the property bag.
- getProviderClasses() - Method in class com.sun.jersey.api.core.ResourceConfig
-
Get the set of provider classes.
- getProviders() - Method in class com.sun.jersey.api.client.Client
-
- 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
-
- getProviders() - Method in class com.sun.jersey.server.wadl.WadlGenerator.Environment
-
- getProviders() - Method in interface com.sun.jersey.spi.container.WebApplication
-
Get the providers.
- 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
-
- getProviderSingletons() - Method in class com.sun.jersey.api.core.ResourceConfig
-
Get the set of provider singleton instances.
- 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 com.sun.jersey.api.core.HttpRequestContext
-
Get the URI query parameters of the current request.
- getQueryParameters(boolean) - Method in interface com.sun.jersey.api.core.HttpRequestContext
-
Get the URI query parameters of the current request.
- getQueryParameters() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getQueryParameters(boolean) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getQueryParameters() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- getQueryParameters(boolean) - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- 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.
- getRawClass() - Method in class com.sun.jersey.api.client.GenericType
-
Gets underlying raw class instance derived from the
type.
- 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 com.sun.jersey.api.client.ClientResponse.Status
-
Get the reason phrase.
- 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
-
- getRepresentationDoc() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RequestDocType
-
- getRepresentations() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ResponseDocType
-
- getRequest() - Method in interface com.sun.jersey.api.core.HttpContext
-
Get the HTTP request information.
- getRequestBuilder() - Method in class com.sun.jersey.api.client.AsyncViewResource
-
Get the ClientRequest builder.
- getRequestBuilder() - Method in class com.sun.jersey.api.client.AsyncWebResource
-
Get the ClientRequest builder.
- getRequestBuilder() - Method in class com.sun.jersey.api.client.ViewResource
-
Get the ClientRequest builder.
- getRequestBuilder() - Method in class com.sun.jersey.api.client.WebResource
-
Get the ClientRequest builder.
- getRequestDoc() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
-
- getRequestEntityWriter(ClientRequest) - Method in class com.sun.jersey.api.client.RequestWriter
-
Get a request entity writer capable of writing the request entity.
- getRequestFilter() - Method in interface com.sun.jersey.spi.container.ResourceFilter
-
Get the request filter.
- getRequestHeader(String) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getRequestHeader(String) - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- getRequestHeader(String) - Method in interface javax.ws.rs.core.HttpHeaders
-
Get the values of a HTTP request header.
- getRequestHeaders() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getRequestHeaders() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- getRequestHeaders() - Method in interface javax.ws.rs.core.HttpHeaders
-
Get the values of HTTP request headers.
- getRequestListener() - Method in interface com.sun.jersey.spi.container.WebApplication
-
Get an instance of
RequestListener
that should be
used to monitor request processing.
- getRequestRepresentation(Class<?>, Method, String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.ResourceDocAccessor
-
- getRequestUri() - Method in interface com.sun.jersey.api.core.HttpRequestContext
-
Get the absolute request URI.
- getRequestUri() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getRequestUri() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- getRequestUri() - Method in interface javax.ws.rs.core.UriInfo
-
Get the absolute request URI including any query parameters.
- getRequestUriBuilder() - Method in interface com.sun.jersey.api.core.HttpRequestContext
-
Get the absolute request URI in the form of a UriBuilder.
- getRequestUriBuilder() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getRequestUriBuilder() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- getRequestUriBuilder() - Method in interface javax.ws.rs.core.UriInfo
-
Get the absolute request URI in the form of a UriBuilder.
- getRequiredJaxbContextPath() - Method in class com.sun.jersey.server.wadl.generators.AbstractWadlGeneratorGrammarGenerator
-
- getRequiredJaxbContextPath() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
-
- getRequiredJaxbContextPath() - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
-
- getRequiredJaxbContextPath() - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
-
- getRequiredJaxbContextPath() - Method in interface com.sun.jersey.server.wadl.WadlGenerator
-
The jaxb context path that is used when the generated wadl application is marshalled
to a file.
This method is used in a decorator like manner.
The result return the path (or a colon-separated list of package names) containing
jaxb-beans that are added to wadl elements by this WadlGenerator, additionally to
the context path of the decorated WadlGenerator (set by
WadlGenerator.setWadlGeneratorDelegate(WadlGenerator)
.
If you do not use custom jaxb beans, then simply return
_delegate.getRequiredJaxbContextPath()
,
otherwise return the delegate's
WadlGenerator.getRequiredJaxbContextPath()
together with
your required context path (separated by a colon):
- getRequiredJaxbContextPath() - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
-
- getResolvingClass() - Method in class com.sun.jersey.api.view.Viewable
-
Get the resolving class.
- getResource(Class<T>) - Method in interface com.sun.jersey.api.core.ResourceContext
-
Provides an instance of the given resource class.
- getResource() - Method in class com.sun.jersey.api.model.AbstractMethod
-
- getResource(Class) - Method in interface com.sun.jersey.spi.uri.rules.UriRuleContext
-
Get the resource instance from a resource class.
- getResourceBundleName() - Method in interface com.sun.jersey.localization.Localizable
-
- getResourceBundleName() - Method in class com.sun.jersey.localization.LocalizableMessage
-
- getResourceClass() - Method in class com.sun.jersey.api.model.AbstractResource
-
- getResourceClass() - Method in class com.sun.jersey.server.spi.component.ResourceComponentConstructor
-
- getResourceConfig() - Method in class com.sun.jersey.spi.container.servlet.WebComponent
-
Get the resource configuration.
- getResourceContext() - Method in interface com.sun.jersey.spi.container.WebApplication
-
Get the ResourceContext
- getResourceFilterFactories() - Method in class com.sun.jersey.api.core.ResourceConfig
-
Get the list of resource filter factories.
- getResourceMethods() - Method in class com.sun.jersey.api.model.AbstractResource
-
Provides a non-null list of resource methods available on the resource
- 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 com.sun.jersey.api.client.UniformInterfaceException
-
Get the client response assocatiated with the exception.
- getResponse() - Method in interface com.sun.jersey.api.core.HttpContext
-
Get the HTTP response information.
- getResponse() - Method in interface com.sun.jersey.api.core.HttpResponseContext
-
Get the response that was set.
- getResponse(Class<?>, Method) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.ResourceDocAccessor
-
- getResponse() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
-
- getResponse() - Method in class com.sun.jersey.spi.container.ContainerResponse
-
- getResponse() - Method in exception javax.ws.rs.WebApplicationException
-
Get the HTTP response.
- getResponseDate() - Method in class com.sun.jersey.api.client.ClientResponse
-
Get response date (server side).
- getResponseDoc() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
-
- getResponseFilter() - Method in interface com.sun.jersey.spi.container.ResourceFilter
-
Get the response filter.
- getResponseListener() - Method in interface com.sun.jersey.spi.container.WebApplication
-
Get an instance of
ResponseListener
that should be
used to monitor request processing.
- getResponseStatus() - Method in class com.sun.jersey.api.client.ClientResponse
-
- getReturnDoc() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
-
- getReturnDoc() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ResponseDocType
-
- getReturnType() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
-
- getReturnType(String) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the Java type corresponding to the return type of the given
method descriptor.
- getReturnType(Method) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the Java type corresponding to the return type of the given
method.
- getReturnType() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the return type of methods of this type.
- getReturnTypeExample() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
-
- getRootElementName(Class<?>) - Method in class com.sun.jersey.core.provider.jaxb.AbstractListElementProvider
-
- getRootResourceClasses() - Method in class com.sun.jersey.api.core.ResourceConfig
-
Get the set of root resource classes.
- getRootResourceSingletons() - Method in class com.sun.jersey.api.core.ResourceConfig
-
Get the set of root resource singleton instances.
- getRules(Class) - Method in interface com.sun.jersey.spi.uri.rules.UriRuleContext
-
Get the rules for a resource class.
- 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.server.spi.component.ResourceComponentProvider
-
Get the scope.
- getScope(Class) - Method in interface com.sun.jersey.server.spi.component.ResourceComponentProviderFactory
-
Get the scope of the resource class.
- 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
-
- getSecurityContext() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getSecurityContext() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
Get the security context.
- getServerInjectableProviderFactory() - Method in interface com.sun.jersey.spi.container.WebApplication
-
Get the server injectable provider factory.
- getServices(Class<T>) - Method in class com.sun.jersey.core.spi.component.ProviderServices
-
- getServletContext() - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
-
Get the servlet context for the servlet or filter, depending on
how this class is registered.
- getServletContext() - Method in interface com.sun.jersey.spi.container.servlet.WebConfig
-
Get the ServletContext
.
- getServletContext() - Method in class com.sun.jersey.spi.container.servlet.WebFilterConfig
-
- getServletContext() - Method in class com.sun.jersey.spi.container.servlet.WebServletConfig
-
- getSetterMethods() - Method in class com.sun.jersey.api.model.AbstractResource
-
- getSingletons() - Method in interface com.sun.jersey.api.client.config.ClientConfig
-
Get the singleton provider instances to be utilized by the client.
- getSingletons() - Method in class com.sun.jersey.api.client.config.DefaultClientConfig
-
Get the singleton provider instances to be utilized by the client.
- getSingletons() - Method in class com.sun.jersey.api.core.DefaultResourceConfig
-
- getSingletons() - Method in class javax.ws.rs.core.Application
-
Get a set of root resource and provider instances.
- getSize() - Method in interface com.sun.jersey.api.client.RequestWriter.RequestEntityWriter
-
- 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
.
- getSize() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the size of values of this type.
- getSMaxAge() - Method in class javax.ws.rs.core.CacheControl
-
Corresponds to the s-maxage cache control directive.
- getSort() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the sort of this Java type.
- getSort() - Method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns the sort of this type reference.
- getSource() - Method in class com.sun.jersey.api.model.Parameter
-
- getSource() - Method in class com.sun.jersey.api.model.ResourceModelIssue
-
Corresponding object (having the issue)
- getSourceName() - Method in class com.sun.jersey.api.model.Parameter
-
- getSSLContext() - Method in class com.sun.jersey.client.urlconnection.HTTPSProperties
-
Get the SSLContext
.
- GETSTATIC - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- getStaticContentPattern() - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
-
- getStatus() - Method in class com.sun.jersey.api.client.ClientResponse
-
Get the status code.
- getStatus() - Method in interface com.sun.jersey.api.core.HttpResponseContext
-
- getStatus() - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
-
Get the status code associated with the response.
- getStatus() - Method in class com.sun.jersey.api.JResponse
-
Get the status code associated with the response.
- getStatus() - Method in class com.sun.jersey.core.spi.factory.ResponseImpl
-
- getStatus() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
-
- getStatus() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
-
- getStatus() - Method in class com.sun.jersey.spi.container.ContainerResponse
-
- getStatus() - Method in class javax.ws.rs.core.Response
-
Get the status code associated with the response.
- getStatusCode() - Method in enum com.sun.jersey.api.client.ClientResponse.Status
-
Get the associated status code.
- 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
- getStatusInfo() - Method in class com.sun.jersey.api.client.ClientResponse
-
- getStatusType() - Method in interface com.sun.jersey.api.core.HttpResponseContext
-
- getStatusType() - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
-
Get the status type associated with the response.
- getStatusType() - Method in class com.sun.jersey.api.JResponse
-
Get the status type associated with the response.
- getStatusType() - Method in class com.sun.jersey.core.spi.factory.ResponseImpl
-
Get the status type.
- getStatusType() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
-
- getStatusType() - Method in class com.sun.jersey.spi.container.ContainerResponse
-
- getStep(int) - Method in class jersey.repackaged.org.objectweb.asm.TypePath
-
Returns the value of the given step of this path.
- getStepArgument(int) - Method in class jersey.repackaged.org.objectweb.asm.TypePath
-
Returns the index of the type argument that the given step is stepping
into.
- 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.
- getStyle() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.WadlParamType
-
- getSubResourceLocators() - Method in class com.sun.jersey.api.model.AbstractResource
-
Provides a non-null list of subresource locators available on the resource
- getSubResourceMethods() - Method in class com.sun.jersey.api.model.AbstractResource
-
Provides a non-null list of subresource methods available on the resource
- getSubTags() - Method in class com.sun.jersey.core.header.LanguageTag
-
- getSubtype() - Method in class javax.ws.rs.core.MediaType
-
Getter for subtype.
- getSuperName() - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
- getSuperTypeIndex() - Method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns the index of the "super type" of a class that is referenced by
this type reference.
- getSupportedInputTypes() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
-
- getSupportedOutputTypes() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
-
- getTag() - Method in class com.sun.jersey.core.header.LanguageTag
-
- getTag() - Method in class jersey.repackaged.org.objectweb.asm.Handle
-
Returns the kind of field or method designated by this handle.
- 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.
- getTemplateName() - Method in class com.sun.jersey.api.view.Viewable
-
Get the template name.
- getTemplateVariables() - Method in class com.sun.jersey.api.uri.UriTemplate
-
Get the list of template variables for the template.
- getThreadLocalHttpContext() - Method in interface com.sun.jersey.spi.container.WebApplication
-
- getToken() - Method in class com.sun.jersey.core.header.Token
-
- getTryCatchBlockIndex() - Method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns the index of the try catch block (using the order in which they
are visited with visitTryCatchBlock), whose 'catch' type is referenced by
this type reference.
- getType() - Method in interface com.sun.jersey.api.client.async.ITypeListener
-
- getType() - Method in class com.sun.jersey.api.client.async.TypeListener
-
- getType() - Method in class com.sun.jersey.api.client.ClientResponse
-
Get the media type of the response.
- getType() - Method in class com.sun.jersey.api.client.GenericType
-
Gets underlying Type
instance derived from the
type.
- getType() - Method in class com.sun.jersey.api.JResponse
-
Get the type of the entity.
- 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 com.sun.jersey.server.wadl.ApplicationDescription.ExternalGrammar
-
- getType() - Method in interface com.sun.jersey.server.wadl.generators.AbstractWadlGeneratorGrammarGenerator.HasType
-
- getType() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.WadlParamType
-
- 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.
- getType(String) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the Java type corresponding to the given type descriptor.
- getType(Class<?>) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the Java type corresponding to the given class.
- getType(Constructor<?>) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the Java method type corresponding to the given constructor.
- getType(Method) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the Java method type corresponding to the given method.
- getTypeArgumentAndClass(Type) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
-
- getTypeArgumentIndex() - Method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns the index of the type argument referenced by this type reference.
- getTypeParameterBoundIndex() - Method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
- getTypeParameterIndex() - Method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns the index of the type parameter referenced by this type
reference.
- 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.api.client.AsyncViewResource
-
Get the URI to the resource.
- getURI() - Method in class com.sun.jersey.api.client.AsyncWebResource
-
Get the URI to the resource.
- getURI() - Method in class com.sun.jersey.api.client.ClientRequest
-
Get the URI of the request.
- getURI() - Method in class com.sun.jersey.api.client.ViewResource
-
Get the URI to the resource.
- getURI() - Method in class com.sun.jersey.api.client.WebResource
-
Get the URI to the resource.
- getUri() - Method in class com.sun.jersey.core.header.LinkHeader
-
- getUriBuilder() - Method in class com.sun.jersey.api.client.AsyncViewResource
-
Get the URI builder to the resource.
- getUriBuilder() - Method in class com.sun.jersey.api.client.AsyncWebResource
-
Get the URI builder to the resource.
- getUriBuilder() - Method in class com.sun.jersey.api.client.ViewResource
-
Get the URI builder to the resource.
- getUriBuilder() - Method in class com.sun.jersey.api.client.WebResource
-
Get the URI builder to the resource.
- getUriInfo() - Method in interface com.sun.jersey.api.core.HttpContext
-
Get the extended URI information.
- getUserPrincipal() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getUserPrincipal() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- 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.api.model.PathValue
-
- getValue() - Method in class com.sun.jersey.core.header.ParameterizedHeader
-
Get the value.
- getValue() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.NamedValueType
-
- 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
- getValue() - Method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns the int encoded value of this type reference, suitable for use in
visit methods related to type annotations, like visitTypeAnnotation.
- 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
- getViewProxy(Class<T>) - Method in class com.sun.jersey.api.client.Client
-
- getWadlParams() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ResponseDocType
-
- getWebConfig() - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
-
Get the Web configuration.
- getWebConfig() - Method in class com.sun.jersey.spi.container.servlet.WebComponent
-
Get the Web configuration.
- 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.
- getXml2JsonNs() - Method in class com.sun.jersey.api.json.JSONConfiguration
-
- getXMLStreamReader(Class<?>, MediaType, Unmarshaller, InputStream) - Method in class com.sun.jersey.core.provider.jaxb.AbstractListElementProvider
-
Get the XMLStreamReader for unmarshalling.
- GLASSFISH_DEFAULT_ERROR_PAGE_RESPONSE - Static variable in class com.sun.jersey.spi.container.servlet.ServletContainer
-
The servlet initialization property whose boolean value determines
if GlassFish default error pages will be returned or not.
- GlassfishMonitoringProvider - Interface in com.sun.jersey.spi.monitoring
-
A GlassFish monitoring provider to register Jersey-based monitoring.
- GOTO - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- 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
-
- GrizzlyServerFactory - Class in com.sun.jersey.api.container.grizzly
-
Factory for creating and starting Grizzly SelectorThread
instances.
- GrizzlyWebContainerFactory - Class in com.sun.jersey.api.container.grizzly
-
Factory for creating and starting Grizzly SelectorThread
instances
for deploying a Servlet.
- GZIPContentEncodingFilter - Class in com.sun.jersey.api.client.filter
-
A GZIP content encoding filter.
- GZIPContentEncodingFilter() - Constructor for class com.sun.jersey.api.client.filter.GZIPContentEncodingFilter
-
Create a GZIP Content-Encoding filter that compresses the request
entity.
- GZIPContentEncodingFilter(boolean) - Constructor for class com.sun.jersey.api.client.filter.GZIPContentEncodingFilter
-
Create a GZIP Content-Encoding filter.
- GZIPContentEncodingFilter - Class in com.sun.jersey.api.container.filter
-
A GZIP content encoding filter.
- GZIPContentEncodingFilter() - Constructor for class com.sun.jersey.api.container.filter.GZIPContentEncodingFilter
-