- cacheControl(CacheControl) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
-
Set the cache control.
- 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
-
- CDIComponentProviderFactory - Class in com.sun.jersey.server.impl.cdi
-
Factory for IoCComponentProvider for CDI beans.
- CDIComponentProviderFactory(Object, ResourceConfig, WebApplication) - Constructor for class com.sun.jersey.server.impl.cdi.CDIComponentProviderFactory
-
- CDIComponentProviderFactoryInitializer - Class in com.sun.jersey.server.impl.cdi
-
Initializes the factory for IoCComponentProvider(s) for CDI beans.
- CDIComponentProviderFactoryInitializer() - Constructor for class com.sun.jersey.server.impl.cdi.CDIComponentProviderFactoryInitializer
-
- CDIExtension - Class in com.sun.jersey.server.impl.cdi
-
- CDIExtension() - Constructor for class com.sun.jersey.server.impl.cdi.CDIExtension
-
- 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
-
- 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
-
- cleanIssueList() - Method in class com.sun.jersey.server.impl.modelapi.validation.AbstractModelValidator
-
Removes all issues from the current issue list.
- CLIENT_ERROR - Static variable in class com.sun.jersey.api.Responses
-
- clientError() - Static method in class com.sun.jersey.api.Responses
-
- 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.server.impl.application.WebApplicationImpl
-
- clone() - Method in interface com.sun.jersey.spi.container.WebApplication
-
Clone the WebApplication instance.
- close(HttpContext) - Method in class com.sun.jersey.server.impl.application.CloseableServiceFactory
-
- CloseableServiceFactory - Class in com.sun.jersey.server.impl.application
-
- CloseableServiceFactory(HttpContext) - Constructor for class com.sun.jersey.server.impl.application.CloseableServiceFactory
-
- code - Variable in class com.sun.jersey.server.impl.uri.rules.automata.TrieArc
-
Character that match this arc.
- com.sun.jersey.api - package com.sun.jersey.api
-
Provides support for responses and exceptions.
- 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.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.model - package com.sun.jersey.api.model
-
Provides an abstract model of a resource class.
- com.sun.jersey.api.view - package com.sun.jersey.api.view
-
Provides support for Model, View and Controller (MVC).
- com.sun.jersey.api.wadl - package com.sun.jersey.api.wadl
-
Provides support for WADL generation.
- com.sun.jersey.api.wadl.config - package com.sun.jersey.api.wadl.config
-
Provides support for configuring WADL generation.
- com.sun.jersey.server.impl - package com.sun.jersey.server.impl
-
- com.sun.jersey.server.impl.application - package com.sun.jersey.server.impl.application
-
- com.sun.jersey.server.impl.cdi - package com.sun.jersey.server.impl.cdi
-
- com.sun.jersey.server.impl.component - package com.sun.jersey.server.impl.component
-
- com.sun.jersey.server.impl.container - package com.sun.jersey.server.impl.container
-
- com.sun.jersey.server.impl.container.filter - package com.sun.jersey.server.impl.container.filter
-
- com.sun.jersey.server.impl.container.httpserver - package com.sun.jersey.server.impl.container.httpserver
-
- com.sun.jersey.server.impl.container.servlet - package com.sun.jersey.server.impl.container.servlet
-
- com.sun.jersey.server.impl.ejb - package com.sun.jersey.server.impl.ejb
-
- com.sun.jersey.server.impl.inject - package com.sun.jersey.server.impl.inject
-
- com.sun.jersey.server.impl.managedbeans - package com.sun.jersey.server.impl.managedbeans
-
- com.sun.jersey.server.impl.model - package com.sun.jersey.server.impl.model
-
- com.sun.jersey.server.impl.model.method - package com.sun.jersey.server.impl.model.method
-
- com.sun.jersey.server.impl.model.method.dispatch - package com.sun.jersey.server.impl.model.method.dispatch
-
- com.sun.jersey.server.impl.model.parameter - package com.sun.jersey.server.impl.model.parameter
-
- com.sun.jersey.server.impl.model.parameter.multivalued - package com.sun.jersey.server.impl.model.parameter.multivalued
-
- com.sun.jersey.server.impl.modelapi.annotation - package com.sun.jersey.server.impl.modelapi.annotation
-
- com.sun.jersey.server.impl.modelapi.validation - package com.sun.jersey.server.impl.modelapi.validation
-
- com.sun.jersey.server.impl.monitoring - package com.sun.jersey.server.impl.monitoring
-
Provides support GlassFish monitoring.
- com.sun.jersey.server.impl.provider - package com.sun.jersey.server.impl.provider
-
- com.sun.jersey.server.impl.resource - package com.sun.jersey.server.impl.resource
-
- com.sun.jersey.server.impl.template - package com.sun.jersey.server.impl.template
-
- com.sun.jersey.server.impl.uri - package com.sun.jersey.server.impl.uri
-
- com.sun.jersey.server.impl.uri.rules - package com.sun.jersey.server.impl.uri.rules
-
- com.sun.jersey.server.impl.uri.rules.automata - package com.sun.jersey.server.impl.uri.rules.automata
-
- com.sun.jersey.server.impl.wadl - package com.sun.jersey.server.impl.wadl
-
- com.sun.jersey.server.osgi - package com.sun.jersey.server.osgi
-
- 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.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.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.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.research.ws.wadl - package com.sun.research.ws.wadl
-
- CombiningMatchingPatterns<R> - Class in com.sun.jersey.server.impl.uri.rules
-
Rules combining one or more other rules and matching in sequence.
- CombiningMatchingPatterns(List<UriRules<R>>) - Constructor for class com.sun.jersey.server.impl.uri.rules.CombiningMatchingPatterns
-
- commentText - Variable in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
-
- 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.server.impl.model.method.ResourceMethod
-
Comparator for resource methods, comparing the consumed and produced
media types.
- COMPARATOR - Static variable in class com.sun.jersey.server.impl.uri.PathPattern
-
Defer to comparing the templates associated with the patterns.
- 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(ServletConfig, ResourceConfig, WebApplication) - Method in class com.sun.jersey.server.impl.container.servlet.ServletAdaptor
-
- 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
-
- 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.
- construct(HttpContext) - Method in class com.sun.jersey.server.spi.component.ResourceComponentConstructor
-
- consumes(MediaType) - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
-
Ascertain if the method is capable of consuming an entity of a certain
media type.
- consumesWild() - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
-
- 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 - 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
-
Instantate 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
-
- content - Variable in class com.sun.research.ws.wadl.Doc
-
- CONTENT_TYPE_PROPERTY - Static variable in class com.sun.jersey.server.impl.uri.rules.HttpMethodRule
-
- contentLocation(URI) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
-
Set the content location.
- cookie(NewCookie...) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
-
Add cookies.
- CookieParamInjectableProvider - Class in com.sun.jersey.server.impl.model.parameter
-
- CookieParamInjectableProvider(MultivaluedParameterExtractorProvider) - Constructor for class com.sun.jersey.server.impl.model.parameter.CookieParamInjectableProvider
-
- 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(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(ProviderServices) - Static method in class com.sun.jersey.server.impl.application.ResourceMethodDispatcherFactory
-
- create(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.application.ResourceMethodDispatcherFactory
-
- create(CreationalContext<T>) - Method in class com.sun.jersey.server.impl.cdi.AbstractBean
-
- create(CreationalContext<T>) - Method in class com.sun.jersey.server.impl.cdi.ProviderBasedBean
-
- create(AbstractMethod) - Method in class com.sun.jersey.server.impl.container.filter.AnnotationResourceFilterFactory
-
- create(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.ejb.EJBRequestDispatcherProvider
-
- create(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider
-
- create(AbstractResourceMethod, JavaMethodInvoker) - Method in class com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider
-
- create(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.model.method.dispatch.FormDispatchProvider
-
- create(AbstractResourceMethod, JavaMethodInvoker) - Method in class com.sun.jersey.server.impl.model.method.dispatch.FormDispatchProvider
-
- create(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.model.method.dispatch.HttpReqResDispatchProvider
-
- create(AbstractResourceMethod, JavaMethodInvoker) - Method in class com.sun.jersey.server.impl.model.method.dispatch.HttpReqResDispatchProvider
-
- create(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.model.method.dispatch.MultipartFormDispatchProvider
-
- create(AbstractResourceMethod, JavaMethodInvoker) - Method in class com.sun.jersey.server.impl.model.method.dispatch.MultipartFormDispatchProvider
-
- create(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.model.method.dispatch.VoidVoidDispatchProvider
-
- create(AbstractResourceMethod, JavaMethodInvoker) - Method in class com.sun.jersey.server.impl.model.method.dispatch.VoidVoidDispatchProvider
-
- create(Map<PathPattern, UriRule>) - Static method in class com.sun.jersey.server.impl.uri.rules.UriRulesFactory
-
- create(Map<PathPattern, UriRule>, List<PatternRulePair<UriRule>>) - Static method in class com.sun.jersey.server.impl.uri.rules.UriRulesFactory
-
- create(List<PatternRulePair<UriRule>>) - Static method in class com.sun.jersey.server.impl.uri.rules.UriRulesFactory
-
- 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() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
-
- createApplication() - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
-
- createApplication() - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
-
- createApplication() - Method in interface com.sun.jersey.server.wadl.WadlGenerator
-
- createApplication() - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
-
- createApplication() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createApplicationDocs() - Method in class com.sun.jersey.server.wadl.generators.ObjectFactory
-
- createClasspath() - Method in class com.sun.jersey.api.wadl.WadlGeneratorTask
-
- 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<HttpHandler>, ResourceConfig, WebApplication) - Method in class com.sun.jersey.server.impl.container.httpserver.HttpHandlerContainerProvider
-
- 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
-
- createDispatchingListener(ProviderServices) - Static method in class com.sun.jersey.server.impl.monitoring.MonitoringProviderFactory
-
- createDoc() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
Create an instance of
Doc
- createEndpoint(Application, Class<T>) - Method in class com.sun.jersey.server.impl.provider.RuntimeDelegateImpl
-
- createFault(RepresentationType) - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createGrammars() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createInclude() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createLink() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
Create an instance of
Link
- createMatchResourceContext(URI) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
-
- 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
-
- createMethod() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createOption() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- 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
-
- createParam() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
Create an instance of
Param
- createRepresentation(RepresentationType) - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createRepresentationType() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- 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.
- createRequest() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createRequestListener(ProviderServices) - Static method in class com.sun.jersey.server.impl.monitoring.MonitoringProviderFactory
-
- 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(Class<?>) - Static method in class com.sun.jersey.server.impl.modelapi.annotation.IntrospectionModeller
-
- 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
-
- createResource() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createResourceDocType() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ObjectFactory
-
- 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
-
- createResources() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createResourceType() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createResponse(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
-
- createResponse(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
-
- createResponse(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
-
- createResponse(AbstractResource, AbstractResourceMethod) - Method in interface com.sun.jersey.server.wadl.WadlGenerator
-
- createResponse(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
-
- createResponse() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createResponseListener(ProviderServices) - Static method in class com.sun.jersey.server.impl.monitoring.MonitoringProviderFactory
-
- createResponseRepresentation(AbstractResource, AbstractResourceMethod, MediaType) - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
-
- createWadlApplicationContext(Set<AbstractResource>) - Method in class com.sun.jersey.server.impl.wadl.WadlFactory
-
- createWadlOptionsMethod(Map<String, List<ResourceMethod>>, AbstractResource, PathPattern) - Method in class com.sun.jersey.server.impl.wadl.WadlFactory
-
Create the WADL resource method for OPTIONS.
- createWebApplication() - Method in class com.sun.jersey.server.impl.container.WebApplicationProviderImpl
-
- 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
-
- generate(Set<AbstractResource>) - Method in class com.sun.jersey.server.wadl.WadlBuilder
-
Generate WADL for a set of resources.
- generate(AbstractResource) - Method in class com.sun.jersey.server.wadl.WadlBuilder
-
Generate WADL for a resource.
- generate(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(WadlGenerator) - Static method in class com.sun.jersey.api.wadl.config.WadlGeneratorConfig
-
- generator(WadlGenerator) - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigBuilder
-
- generator(Class<? extends WadlGenerator>) - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
-
- get(Parameter) - Method in class com.sun.jersey.server.impl.model.parameter.BaseParamInjectableProvider
-
- get(Parameter) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.MultivaluedParameterExtractorFactory
-
- get(Parameter) - Method in interface com.sun.jersey.server.impl.model.parameter.multivalued.MultivaluedParameterExtractorProvider
-
- get() - Method in class com.sun.jersey.server.impl.ThreadLocalHttpContext
-
- get() - Method in class com.sun.jersey.server.impl.ThreadLocalInvoker
-
- getAbsolutePath() - Method in interface com.sun.jersey.api.core.HttpRequestContext
-
Get the absolute path of the request.
- getAbsolutePath() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
-
- getAbsolutePath() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getAbsolutePath() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- 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.server.impl.application.WebApplicationContext
-
- getAbsolutePathBuilder() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getAbsolutePathBuilder() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- getAbstractResourceMethod() - Method in class com.sun.jersey.server.impl.model.method.ResourceHttpMethod
-
- getAbstractResourceMethod() - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
-
Get the abstract resource method.
- getAbstractRootResources() - Method in interface com.sun.jersey.api.model.AbstractResourceModelContext
-
- getAccept(HttpRequestContext) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
-
Get the list of Media type from the "Accept" of an HTTP request.
- getAccept(HttpRequestContext, List<QualitySourceMediaType>) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
-
- getAcceptableLanguages() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getAcceptableLanguages() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- getAcceptableMediaType(List<MediaType>) - Method in interface com.sun.jersey.api.core.HttpRequestContext
-
Deprecated.
- 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
-
Deprecated.
- 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
-
- getAcceptCharset(HttpRequestContext) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
-
Get the list of language tag from the "Accept-Charset" of an HTTP request.
- getAcceptEncoding(HttpRequestContext) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
-
Get the list of language tag from the "Accept-Charset" of an HTTP request.
- getAcceptLangauge(HttpRequestContext) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
-
- getAcceptLanguage(HttpRequestContext) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
-
Get the list of language tag from the "Accept-Language" of an HTTP request.
- 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.server.impl.cdi.AnnotatedImpl
-
- getAnnotation() - Method in class com.sun.jersey.server.impl.cdi.DiscoveredParameter
-
- 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.server.impl.cdi.AnnotatedImpl
-
- 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
-
- getAny() - Method in class com.sun.research.ws.wadl.Application
-
Gets the value of the any property.
- getAny() - Method in class com.sun.research.ws.wadl.Grammars
-
Gets the value of the any property.
- getAny() - Method in class com.sun.research.ws.wadl.Link
-
Gets the value of the any property.
- getAny() - Method in class com.sun.research.ws.wadl.Method
-
Gets the value of the any property.
- getAny() - Method in class com.sun.research.ws.wadl.Option
-
Gets the value of the any property.
- getAny() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the any property.
- getAny() - Method in class com.sun.research.ws.wadl.RepresentationType
-
Gets the value of the any property.
- getAny() - Method in class com.sun.research.ws.wadl.Request
-
Gets the value of the any property.
- getAny() - Method in class com.sun.research.ws.wadl.Resource
-
Gets the value of the any property.
- getAny() - Method in class com.sun.research.ws.wadl.Resources
-
Gets the value of the any property.
- getAny() - Method in class com.sun.research.ws.wadl.ResourceType
-
Gets the value of the any property.
- getAny() - Method in class com.sun.research.ws.wadl.Response
-
Gets the value of the any property.
- getApplication() - Method in class com.sun.jersey.server.impl.application.DeferredResourceConfig.ApplicationHolder
-
- getApplication(ProviderFactory) - Method in class com.sun.jersey.server.impl.application.DeferredResourceConfig
-
- getApplication() - Method in class com.sun.jersey.server.impl.wadl.WadlApplicationContextImpl
-
- getApplication(UriInfo) - Method in class com.sun.jersey.server.impl.wadl.WadlApplicationContextImpl
-
- getApplication() - Method in interface com.sun.jersey.server.wadl.WadlApplicationContext
-
Get a new instance of a JAXB WADL
Application corresponding to all
the root resource classes.
- getApplication(UriInfo) - Method in interface com.sun.jersey.server.wadl.WadlApplicationContext
-
Get a new instance of a JAXB WADL
Application corresponding to all
the root resource classes, and configure the base URI.
- getArcs() - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
-
arcs getter.
- 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
-
- getBase() - Method in class com.sun.research.ws.wadl.Resources
-
Gets the value of the base property.
- getBaseType() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedImpl
-
- getBaseUri() - Method in interface com.sun.jersey.api.core.HttpRequestContext
-
Get the base URI of the application.
- getbaseUri() - Method in class com.sun.jersey.api.wadl.WadlGeneratorTask
-
- getBaseUri() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
-
- getBaseUri() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getBaseUri() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- 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.server.impl.application.WebApplicationContext
-
- getBaseUriBuilder() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getBaseUriBuilder() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- getBean(BeanManager, Class<?>) - Static method in class com.sun.jersey.server.impl.cdi.Utils
-
- getBeanClass() - Method in class com.sun.jersey.server.impl.cdi.AbstractBean
-
- getBuildId() - Static method in class com.sun.jersey.server.impl.BuildId
-
- getChildNodes() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.XhtmlElementType
-
- getClassDoc(Class<?>) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.ResourceDocAccessor
-
- getClasses() - Method in class com.sun.jersey.api.core.DefaultResourceConfig
-
- getClassName() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ClassDocType
-
- getClasspath() - Method in class com.sun.jersey.api.wadl.WadlGeneratorTask
-
- 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
-
- getComponentProvider(Class<?>) - Method in class com.sun.jersey.server.impl.cdi.CDIComponentProviderFactory
-
- getComponentProvider(ComponentContext, Class<?>) - Method in class com.sun.jersey.server.impl.cdi.CDIComponentProviderFactory
-
- getComponentProvider(ComponentContext, Class) - Method in class com.sun.jersey.server.impl.component.IoCResourceFactory
-
- getComponentProvider(ComponentContext, Class) - Method in class com.sun.jersey.server.impl.component.ResourceFactory
-
- getComponentProvider(Class) - Method in class com.sun.jersey.server.impl.container.servlet.PerSessionFactory
-
- getComponentProvider(IoCComponentProvider, Class) - Method in class com.sun.jersey.server.impl.container.servlet.PerSessionFactory
-
- getComponentProvider(Class) - Method in class com.sun.jersey.server.impl.resource.PerRequestFactory
-
- getComponentProvider(IoCComponentProvider, Class) - Method in class com.sun.jersey.server.impl.resource.PerRequestFactory
-
- getComponentProvider(Class) - Method in class com.sun.jersey.server.impl.resource.SingletonFactory
-
- getComponentProvider(IoCComponentProvider, Class) - Method in class com.sun.jersey.server.impl.resource.SingletonFactory
-
- getComponentProvider(IoCComponentProvider, Class<?>) - Method in interface com.sun.jersey.server.spi.component.ResourceComponentProviderFactory
-
Get the resource class component provider.
- getComponentProviderFactory(Class) - Method in class com.sun.jersey.server.impl.component.ResourceFactory
-
- 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
-
- getConstructors() - Method in class com.sun.jersey.api.model.AbstractResource
-
- getConstructors() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedTypeImpl
-
- getConsumes() - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
-
- getContainerRequest() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
-
- 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 class com.sun.jersey.server.impl.application.WebApplicationContext
-
- 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.research.ws.wadl.Doc
-
Gets the value of the content property.
- getContentLanguageAsLocale(HttpRequestContext) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
-
Get the content language as a Locale instance.
- getContentType(HttpRequestContext) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
-
Get the content type from the "Content-Type" of an HTTP request.
- getContentType(String) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
-
Get the content type from a String.
- getContentType(Object) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
-
Get the content type from an Object.
- 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.spi.container.AdaptingContainerRequest
-
- getCookies() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- getCtor() - Method in class com.sun.jersey.api.model.AbstractResourceConstructor
-
- 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
-
- getDeclaringCallable() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedParameterImpl
-
- getDeclaringResource() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
-
- getDeclaringType() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedMemberImpl
-
- getDefault() - Static method in class com.sun.jersey.spi.container.JavaMethodInvokerFactory
-
- getDefault() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the default property.
- 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.
- getDefaultStringValue() - Method in interface com.sun.jersey.server.impl.model.parameter.multivalued.MultivaluedParameterExtractor
-
- getDefaultValue() - Method in class com.sun.jersey.api.model.Parameter
-
- getDefaultValue() - Method in class com.sun.jersey.server.impl.cdi.DiscoveredParameter
-
- getDestfile() - Method in class com.sun.jersey.api.wadl.WadlGeneratorTask
-
- getDispatcher() - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
-
- getDispatcher(AbstractResourceMethod, JavaMethodInvoker) - Method in class com.sun.jersey.spi.container.ResourceMethodCustomInvokerDispatchFactory
-
- getDispatchingListener() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
-
- getDispatchingListener() - Method in interface com.sun.jersey.spi.container.WebApplication
-
- getDispatchProvider() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
-
- 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
-
- getDoc() - Method in class com.sun.research.ws.wadl.Application
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Grammars
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Include
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Link
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Method
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Option
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.RepresentationType
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Request
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Resource
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Resources
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.ResourceType
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Response
-
Gets the value of the doc property.
- getDocs() - Method in class com.sun.jersey.server.wadl.generators.ApplicationDocs
-
- getDocs() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ResourceDocType
-
- getElement() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
-
- getElement() - Method in class com.sun.research.ws.wadl.RepresentationType
-
Gets the value of the element property.
- 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.
- 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(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
-
- 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.
- getEntityType() - Method in interface com.sun.jersey.api.core.HttpResponseContext
-
- getEntityType() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
-
- getEntityType() - Method in class com.sun.jersey.spi.container.ContainerResponse
-
- getExample() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
-
- getExceptionMapperContext() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
-
- getExceptionMapperContext() - Method in interface com.sun.jersey.spi.container.WebApplication
-
Get the exception mapper context that can be used to map exceptions
to responses.
- 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.
- 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.
- 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.
- getFeaturesAndProperties() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
-
- 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
-
- getFields() - Method in class com.sun.jersey.api.model.AbstractResource
-
- getFields() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedTypeImpl
-
- getFirstArc() - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
-
firstArch getter.
- getFixed() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the fixed property.
- 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
-
- getGeneratorClass() - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorDescription
-
- getGenericReturnType() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
-
- getGrammars() - Method in class com.sun.research.ws.wadl.Application
-
Gets the value of the grammars property.
- 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.
- getHref() - Method in class com.sun.research.ws.wadl.Include
-
Gets the value of the href property.
- getHref() - Method in class com.sun.research.ws.wadl.Method
-
Gets the value of the href property.
- getHref() - Method in class com.sun.research.ws.wadl.RepresentationType
-
Gets the value of the href property.
- 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
-
- getHttpMethod() - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
-
- getId() - Method in class com.sun.research.ws.wadl.Method
-
Gets the value of the id property.
- getId() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the id property.
- getId() - Method in class com.sun.research.ws.wadl.RepresentationType
-
Gets the value of the id property.
- getId() - Method in class com.sun.research.ws.wadl.Resource
-
Gets the value of the id property.
- getId() - Method in class com.sun.research.ws.wadl.ResourceType
-
Gets the value of the id property.
- getIfMatch(HttpRequestContext) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
-
- getIfNoneMatch(HttpRequestContext) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
-
- getImmutableThreadLocal() - Method in class com.sun.jersey.server.impl.ThreadLocalInvoker
-
- getInclude() - Method in class com.sun.research.ws.wadl.Grammars
-
Gets the value of the include property.
- getInitialContext() - Static method in class com.sun.jersey.server.impl.InitialContextHelper
-
- getInitializedExtension() - Static method in class com.sun.jersey.server.impl.cdi.CDIExtension
-
- 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(ComponentContext, Context, Type) - Method in class com.sun.jersey.server.impl.application.CloseableServiceFactory
-
- getInjectable(Parameter, ComponentScope) - Method in interface com.sun.jersey.server.impl.inject.ServerInjectableProviderContext
-
Get an injectable given a parameter.
- getInjectable(AccessibleObject, Parameter, ComponentScope) - Method in interface com.sun.jersey.server.impl.inject.ServerInjectableProviderContext
-
Get an injectable given a parameter.
- getInjectable(List<Parameter>, ComponentScope) - Method in interface com.sun.jersey.server.impl.inject.ServerInjectableProviderContext
-
Get a list of injectable given a list of parameter.
- getInjectable(AccessibleObject, List<Parameter>, ComponentScope) - Method in interface com.sun.jersey.server.impl.inject.ServerInjectableProviderContext
-
Get a list of injectable given a list of parameter.
- getInjectable(Parameter, ComponentScope) - Method in class com.sun.jersey.server.impl.inject.ServerInjectableProviderFactory
-
- getInjectable(AccessibleObject, Parameter, ComponentScope) - Method in class com.sun.jersey.server.impl.inject.ServerInjectableProviderFactory
-
- getInjectable(List<Parameter>, ComponentScope) - Method in class com.sun.jersey.server.impl.inject.ServerInjectableProviderFactory
-
- getInjectable(AccessibleObject, List<Parameter>, ComponentScope) - Method in class com.sun.jersey.server.impl.inject.ServerInjectableProviderFactory
-
- getInjectable(ComponentContext, CookieParam, Parameter) - Method in class com.sun.jersey.server.impl.model.parameter.CookieParamInjectableProvider
-
- getInjectable(ComponentContext, FormParam, Parameter) - Method in class com.sun.jersey.server.impl.model.parameter.FormParamInjectableProvider
-
- getInjectable(ComponentContext, HeaderParam, Parameter) - Method in class com.sun.jersey.server.impl.model.parameter.HeaderParamInjectableProvider
-
- getInjectable(ComponentContext, Context, Type) - Method in class com.sun.jersey.server.impl.model.parameter.HttpContextInjectableProvider
-
- getInjectable(ComponentContext, MatrixParam, Parameter) - Method in class com.sun.jersey.server.impl.model.parameter.MatrixParamInjectableProvider
-
- getInjectable(ComponentContext, PathParam, Parameter) - Method in class com.sun.jersey.server.impl.model.parameter.PathParamInjectableProvider
-
- getInjectable(ComponentContext, QueryParam, Parameter) - Method in class com.sun.jersey.server.impl.model.parameter.QueryParamInjectableProvider
-
- getInjectableiWithScope(Parameter, ComponentScope) - Method in interface com.sun.jersey.server.impl.inject.ServerInjectableProviderContext
-
Get an injectable given a parameter.
- getInjectableiWithScope(AccessibleObject, Parameter, ComponentScope) - Method in interface com.sun.jersey.server.impl.inject.ServerInjectableProviderContext
-
Get an injectable given a parameter.
- getInjectableiWithScope(Parameter, ComponentScope) - Method in class com.sun.jersey.server.impl.inject.ServerInjectableProviderFactory
-
- getInjectableiWithScope(AccessibleObject, Parameter, ComponentScope) - Method in class com.sun.jersey.server.impl.inject.ServerInjectableProviderFactory
-
- getInjectableProviderContext() - Method in class com.sun.jersey.server.impl.component.ResourceFactory
-
- getInjectableProviderContext() - Method in class com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider
-
Get the server-specific injectable provider context.
- getInjectables() - Method in class com.sun.jersey.server.impl.inject.InjectableValuesProvider
-
- getInjectables(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.model.method.dispatch.FormDispatchProvider
-
- getInjectables(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.model.method.dispatch.MultipartFormDispatchProvider
-
- getInjectableValues(HttpContext) - Method in class com.sun.jersey.server.impl.inject.InjectableValuesProvider
-
Get the injectable values.
- getInjectableValuesProvider(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider
-
Get the injectable values provider for an abstract resource method.
- getInjectableValuesProvider(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.model.method.dispatch.EntityParamDispatchProvider
-
- getInjectableValuesProvider(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.model.method.dispatch.FormDispatchProvider
-
- getInjectionPoints() - Method in class com.sun.jersey.server.impl.cdi.AbstractBean
-
- getInstance(BeanManager, Class<T>) - Static method in class com.sun.jersey.server.impl.cdi.Utils
-
- getInstance(HttpContext) - Method in interface com.sun.jersey.server.spi.component.ResourceComponentProvider
-
Get the instance.
- getIssueList() - Method in class com.sun.jersey.server.impl.modelapi.validation.AbstractModelValidator
-
- getIterator() - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNodeValue
-
- getJavaClass() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedTypeImpl
-
- getJavaMember() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedConstructorImpl
-
- getJavaMember() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedFieldImpl
-
- getJavaMember() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedMemberImpl
-
- getJavaMember() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedMethodImpl
-
- getJAXBContext() - Method in class com.sun.jersey.server.impl.wadl.WadlApplicationContextImpl
-
- getJAXBContext() - Method in interface com.sun.jersey.server.wadl.WadlApplicationContext
-
Get the default JAXB context associated with the
WadlGenerator
for the Web application.
- getJAXBContextPath() - Method in class com.sun.jersey.server.impl.wadl.WadlApplicationContextImpl
-
- getJAXBContextPath() - Method in interface com.sun.jersey.server.wadl.WadlApplicationContext
-
Get the default JAXB context path to create a JAXBContext.
- getJResponse() - Method in class com.sun.jersey.api.JResponseAsResponse
-
- getLang() - Method in class com.sun.research.ws.wadl.Doc
-
Gets the value of the lang property.
- getLanguage() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getLanguage() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- 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.
- getLanguageTagAsLocale(String) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
-
- getLink() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the link property.
- 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.server.impl.application.WebApplicationContext
-
- getMappedThrowable() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
-
- getMappedThrowable() - Method in class com.sun.jersey.spi.container.ContainerResponse
-
- getMatchedMethod() - Method in interface com.sun.jersey.api.core.ExtendedUriInfo
-
Get get matched resource method that was invoked.
- getMatchedMethod() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
-
- getMatchedResources() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
-
- getMatchedResults() - Method in interface com.sun.jersey.api.core.ExtendedUriInfo
-
Get a read-only list of MatchResult for matched resources.
- getMatchedResults() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
-
- getMatchedTemplates() - Method in interface com.sun.jersey.api.core.ExtendedUriInfo
-
Get a read-only list of
UriTemplate for matched resources.
- getMatchedTemplates() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
-
- getMatchedURIs() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
-
- getMatchedURIs(boolean) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
-
- getMatchResult() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
-
- getMatchResult() - Method in interface com.sun.jersey.spi.uri.rules.UriMatchResultContext
-
Get the match result
- getMediaType() - Method in interface com.sun.jersey.api.core.HttpResponseContext
-
Get the media type of the response entity.
- 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 class com.sun.research.ws.wadl.RepresentationType
-
Gets the value of the mediaType property.
- 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
-
- getMessageBodyWorkers() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
-
- 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.
- 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.
- getMethod() - Method in class com.sun.jersey.api.model.AbstractMethod
-
- getMethod() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getMethod() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- getMethod() - Method in class com.sun.research.ws.wadl.ResourceType
-
Gets the value of the method property.
- 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
-
- getMethodOrResource() - Method in class com.sun.research.ws.wadl.Resource
-
Gets the value of the methodOrResource property.
- getMethods() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedTypeImpl
-
- getModel() - Method in class com.sun.jersey.api.view.Viewable
-
Get the model.
- getMultivaluedParameterExtractorProvider() - Method in class com.sun.jersey.server.impl.model.method.dispatch.FormDispatchProvider
-
- getName() - Method in class com.sun.jersey.server.impl.cdi.AbstractBean
-
- getName() - Method in interface com.sun.jersey.server.impl.model.parameter.multivalued.MultivaluedParameterExtractor
-
- 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 com.sun.research.ws.wadl.Method
-
Gets the value of the name property.
- getName() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the name property.
- getNotFoundUri() - Method in exception com.sun.jersey.api.NotFoundException
-
Get the URI that is not found.
- getOption() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the option property.
- getOriginalApplication() - Method in class com.sun.jersey.server.impl.application.DeferredResourceConfig.ApplicationHolder
-
- 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
-
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.Doc
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.Include
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.Link
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.Method
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.Option
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.Param
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.RepresentationType
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.Request
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.Resource
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.Resources
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.ResourceType
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.Response
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- 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
-
- getParam() - Method in class com.sun.research.ws.wadl.RepresentationType
-
Gets the value of the param property.
- getParam() - Method in class com.sun.research.ws.wadl.Request
-
Gets the value of the param property.
- getParam() - Method in class com.sun.research.ws.wadl.Resource
-
Gets the value of the param property.
- getParam() - Method in class com.sun.research.ws.wadl.ResourceType
-
Gets the value of the param property.
- getParam() - Method in class com.sun.research.ws.wadl.Response
-
Gets the value of the param property.
- 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
-
- getParameterClass() - Method in class com.sun.jersey.api.model.Parameter
-
- 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.server.impl.cdi.AnnotatedCallableImpl
-
- 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.
- getParamName() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ParamDocType
-
- 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.server.impl.application.WebApplicationContext
-
- getPath(boolean) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
-
- 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 com.sun.research.ws.wadl.Param
-
Gets the value of the path property.
- getPath() - Method in class com.sun.research.ws.wadl.Resource
-
Gets the value of the path property.
- getPathParameters() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
-
- getPathParameters(boolean) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
-
- 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.server.impl.application.WebApplicationContext
-
- getPathSegments(boolean) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
-
- getPathSegments(String) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
-
- getPathSegments(String, boolean) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
-
- 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
-
- getPattern() - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
-
pattern getter.
- getPosition() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedParameterImpl
-
- getPostConstructMethods() - Method in class com.sun.jersey.api.model.AbstractResource
-
- getPreDestroyMethods() - Method in class com.sun.jersey.api.model.AbstractResource
-
- getProduces() - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
-
- getProfile() - Method in class com.sun.research.ws.wadl.RepresentationType
-
Gets the value of the profile property.
- 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 class com.sun.jersey.server.impl.application.WebApplicationContext
-
- getProperties() - Method in class com.sun.jersey.server.impl.ThreadLocalHttpContext
-
- 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.core.DefaultResourceConfig
-
- getProperty(String) - Method in class com.sun.jersey.api.core.ResourceConfig
-
Get the value of a property.
- getProviderClasses() - Method in class com.sun.jersey.api.core.ResourceConfig
-
Get the set of provider classes.
- getProviders() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
-
- getProviders() - Method in interface com.sun.jersey.spi.container.WebApplication
-
Get the providers.
- getProviderSingletons() - Method in class com.sun.jersey.api.core.ResourceConfig
-
Get the set of provider singleton instances.
- getQualifiers() - Method in class com.sun.jersey.server.impl.cdi.AbstractBean
-
- 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.server.impl.application.WebApplicationContext
-
- getQueryParameters(boolean) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
-
- 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
-
- getQueryType() - Method in class com.sun.research.ws.wadl.Resource
-
Gets the value of the queryType property.
- getRel() - Method in class com.sun.research.ws.wadl.Link
-
Gets the value of the rel property.
- getRepeating() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the repeating property.
- getRepresentation() - Method in class com.sun.research.ws.wadl.Request
-
Gets the value of the representation property.
- getRepresentationDoc() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RequestDocType
-
- getRepresentationOrFault() - Method in class com.sun.research.ws.wadl.Response
-
Gets the value of the representationOrFault property.
- 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.
- getRequest() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
-
- getRequest() - Method in class com.sun.jersey.server.impl.ThreadLocalHttpContext
-
- getRequest() - Method in class com.sun.research.ws.wadl.Method
-
Gets the value of the request property.
- getRequestDoc() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
-
- getRequestFilter() - Method in interface com.sun.jersey.spi.container.ResourceFilter
-
Get the request filter.
- getRequestFilters() - Method in class com.sun.jersey.server.impl.container.filter.FilterFactory
-
- getRequestFilters(List<ResourceFilter>) - Static method in class com.sun.jersey.server.impl.container.filter.FilterFactory
-
- getRequestFilters() - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
-
- getRequestHeader(String) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getRequestHeader(String) - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- getRequestHeaders() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getRequestHeaders() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- getRequestListener() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
-
- 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.server.impl.application.WebApplicationContext
-
- getRequestUri() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getRequestUri() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- 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.server.impl.application.WebApplicationContext
-
- getRequestUriBuilder() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getRequestUriBuilder() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- getRequired() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the required property.
- 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 class com.sun.jersey.server.impl.application.WebApplicationContext
-
- getResource(Class) - Method in interface com.sun.jersey.spi.uri.rules.UriRuleContext
-
Get the resource instance from a resource class.
- getResource() - Method in class com.sun.research.ws.wadl.Resources
-
Gets the value of the resource property.
- 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.
- getResourceFilterFactories() - Method in class com.sun.jersey.api.core.ResourceConfig
-
Get the list of resource filter factories.
- getResourceFilters(AbstractMethod) - Method in class com.sun.jersey.server.impl.container.filter.FilterFactory
-
- getResourceFilters(Class<? extends ResourceFilter>[]) - Method in class com.sun.jersey.server.impl.container.filter.FilterFactory
-
- getResourceMethods() - Method in class com.sun.jersey.api.model.AbstractResource
-
Provides a non-null list of resource methods available on the resource
- getResources() - Method in class com.sun.research.ws.wadl.Application
-
Gets the value of the resources property.
- getResourceType() - Method in class com.sun.research.ws.wadl.Link
-
Gets the value of the resourceType property.
- getResourceTypeOrMethodOrRepresentation() - Method in class com.sun.research.ws.wadl.Application
-
Gets the value of the resourceTypeOrMethodOrRepresentation property.
- 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() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
-
- getResponse() - Method in class com.sun.jersey.server.impl.ThreadLocalHttpContext
-
- 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 class com.sun.research.ws.wadl.Method
-
Gets the value of the response property.
- 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.
- getResponseFilters() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
-
- getResponseFilters() - Method in class com.sun.jersey.server.impl.container.filter.FilterFactory
-
- getResponseFilters(List<ResourceFilter>) - Static method in class com.sun.jersey.server.impl.container.filter.FilterFactory
-
- getResponseFilters() - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
-
- getResponseListener() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
-
- getResponseListener() - Method in interface com.sun.jersey.spi.container.WebApplication
-
Get an instance of
ResponseListener that should be
used to monitor request processing.
- 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
-
- getReturnTypeExample() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
-
- getRev() - Method in class com.sun.research.ws.wadl.Link
-
Gets the value of the rev property.
- 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() - Method in class com.sun.jersey.server.impl.application.RootResourceUriRules
-
- getRules(Class) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
-
- getRules() - Method in class com.sun.jersey.server.impl.model.ResourceUriRules
-
- getRules(Class) - Method in interface com.sun.jersey.spi.uri.rules.UriRuleContext
-
Get the rules for a resource class.
- getScope() - Method in class com.sun.jersey.server.impl.application.CloseableServiceFactory
-
- getScope() - Method in class com.sun.jersey.server.impl.cdi.AbstractBean
-
- getScope(Class) - Method in class com.sun.jersey.server.impl.component.ResourceFactory
-
- getScope(Class) - Method in class com.sun.jersey.server.impl.container.servlet.PerSessionFactory
-
- getScope() - Method in class com.sun.jersey.server.impl.model.parameter.BaseParamInjectableProvider
-
- getScope() - Method in class com.sun.jersey.server.impl.model.parameter.HttpContextInjectableProvider
-
- getScope(Class) - Method in class com.sun.jersey.server.impl.resource.PerRequestFactory
-
- getScope(Class) - Method in class com.sun.jersey.server.impl.resource.SingletonFactory
-
- 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.
- getServerInjectableProviderFactory() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
-
- getServerInjectableProviderFactory() - Method in interface com.sun.jersey.spi.container.WebApplication
-
Get the server injectable provider factory.
- 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 class com.sun.jersey.api.core.DefaultResourceConfig
-
- getSize(Viewable, Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.server.impl.template.ViewableMessageBodyWriter
-
- 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
-
- getSpecificAcceptableMediaTypes(List<MediaType>, List<? extends MediaType>) - Static method in class com.sun.jersey.server.impl.uri.rules.HttpMethodRule
-
Get a list of media types that are acceptable for the response.
- getStaticContentPattern() - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
-
- 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.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 com.sun.research.ws.wadl.RepresentationType
-
Gets the value of the status property.
- 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.spi.container.AdaptingContainerResponse
-
- getStatusType() - Method in class com.sun.jersey.spi.container.ContainerResponse
-
- getStereotypes() - Method in class com.sun.jersey.server.impl.cdi.AbstractBean
-
- getStoredJAXBContext(Class) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.JAXBStringReaderProviders
-
- getStringReader(Class, Type, Annotation[]) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.JAXBStringReaderProviders.RootElementProvider
-
- getStringReader(Class<T>, Type, Annotation[]) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderFactory
-
- getStringReader(Class, Type, Annotation[]) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders.DateProvider
-
- getStringReader(Class, Type, Annotation[]) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders.StringConstructor
-
- getStringReader(Class, Type, Annotation[]) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders.TypeFromString
-
- getStringReader(Class, Type, Annotation[]) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders.TypeFromStringEnum
-
- getStringReader(Class, Type, Annotation[]) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders.TypeValueOf
-
- getStyle() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.WadlParamType
-
- getStyle() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the style property.
- 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
- getSupportedInputTypes() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
-
- getSupportedOutputTypes() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
-
- getTemplate() - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
-
- getTemplate() - Method in class com.sun.jersey.server.impl.uri.PathPattern
-
Get template.
- getTemplate() - Method in class com.sun.jersey.server.impl.uri.rules.BaseRule
-
Get URI template initialized in ctor.
- getTemplateName() - Method in class com.sun.jersey.api.view.Viewable
-
Get the template name.
- getThreadLocal() - Method in class com.sun.jersey.server.impl.ThreadLocalInvoker
-
- getThreadLocalHttpContext() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
-
- getThreadLocalHttpContext() - Method in interface com.sun.jersey.spi.container.WebApplication
-
- getTitle() - Method in class com.sun.research.ws.wadl.Doc
-
Gets the value of the title property.
- getType() - Method in class com.sun.jersey.api.JResponse
-
Get the type of the entity.
- getType() - Method in class com.sun.jersey.server.impl.cdi.DiscoveredParameter
-
- getType() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.WadlParamType
-
- getType() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the type property.
- getType() - Method in class com.sun.research.ws.wadl.Resource
-
Gets the value of the type property.
- getTypeClosure() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedImpl
-
- getTypes() - Method in class com.sun.jersey.server.impl.cdi.AbstractBean
-
- getUnmarshaller(Class) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.JAXBStringReaderProviders
-
- getUriInfo() - Method in interface com.sun.jersey.api.core.HttpContext
-
Get the extended URI information.
- getUriInfo() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
-
- getUriInfo() - Method in class com.sun.jersey.server.impl.ThreadLocalHttpContext
-
- getUserPrincipal() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- getUserPrincipal() - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- getValue() - Method in class com.sun.jersey.api.model.PathValue
-
- getValue() - Method in class com.sun.jersey.server.impl.application.CloseableServiceFactory
-
- getValue() - Method in class com.sun.jersey.server.impl.cdi.DiscoveredParameter
-
- getValue() - Method in class com.sun.jersey.server.impl.inject.AbstractHttpContextInjectable
-
This implementation throws an IllegalStateException.
- getValue(HttpContext) - Method in class com.sun.jersey.server.impl.inject.AbstractHttpContextInjectable
-
- getValue() - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
-
value getter.
- getValue() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.NamedValueType
-
- getValue() - Method in class com.sun.research.ws.wadl.Option
-
Gets the value of the value property.
- getWadl(UriInfo) - Method in class com.sun.jersey.server.impl.wadl.WadlResource
-
- getWadlBuilder() - Method in class com.sun.jersey.server.impl.wadl.WadlApplicationContextImpl
-
- getWadlBuilder() - Method in interface com.sun.jersey.server.wadl.WadlApplicationContext
-
Get a WADL builder initiated with the configured
WadlGenerator
for the Web application.
- getWadlGenerator() - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorConfig
-
- 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.
- getWithoutDefaultValue(Parameter) - Method in class com.sun.jersey.server.impl.model.parameter.BaseParamInjectableProvider
-
- getWithoutDefaultValue(Parameter) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.MultivaluedParameterExtractorFactory
-
- getWithoutDefaultValue(Parameter) - Method in interface com.sun.jersey.server.impl.model.parameter.multivalued.MultivaluedParameterExtractorProvider
-
- 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.
- GlassFishMonitoringInitializer - Class in com.sun.jersey.server.impl.monitoring
-
- GlassFishMonitoringInitializer() - Constructor for class com.sun.jersey.server.impl.monitoring.GlassFishMonitoringInitializer
-
- GlassfishMonitoringProvider - Interface in com.sun.jersey.spi.monitoring
-
A GlassFish monitoring provider to register Jersey-based monitoring.
- grammars - Variable in class com.sun.research.ws.wadl.Application
-
- Grammars - Class in com.sun.research.ws.wadl
-
Java class for anonymous complex type.
- Grammars() - Constructor for class com.sun.research.ws.wadl.Grammars
-
- 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
-
- scan(ScannerListener) - Method in class com.sun.jersey.spi.scanning.WebAppResourcesScanner
-
- ScanningResourceConfig - Class in com.sun.jersey.api.core
-
A resource configuration that performs scanning to find root resource
and provider classes.
- ScanningResourceConfig() - Constructor for class com.sun.jersey.api.core.ScanningResourceConfig
-
- seeOther(URI) - Static method in class com.sun.jersey.api.JResponse
-
- selectVariant(ContainerRequest, List<Variant>) - Static method in class com.sun.jersey.server.impl.VariantSelector
-
- selectVariant(List<Variant>) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- selectVariant(List<Variant>) - Method in class com.sun.jersey.spi.container.ContainerRequest
-
- SequentialMatchingPatterns<R> - Class in com.sun.jersey.server.impl.uri.rules
-
Rules associated with instances of {@link UriPattern) and matched
in order.
- SequentialMatchingPatterns(List<PatternRulePair<R>>) - Constructor for class com.sun.jersey.server.impl.uri.rules.SequentialMatchingPatterns
-
- serverError() - Static method in class com.sun.jersey.api.JResponse
-
- ServerInjectableProviderContext - Interface in com.sun.jersey.server.impl.inject
-
The server context to obtain
Injectable instances.
- ServerInjectableProviderFactory - Class in com.sun.jersey.server.impl.inject
-
- ServerInjectableProviderFactory() - Constructor for class com.sun.jersey.server.impl.inject.ServerInjectableProviderFactory
-
- service(URI, URI, HttpServletRequest, HttpServletResponse) - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
-
Dispatch client requests to a resource class.
- service(HttpServletRequest, HttpServletResponse) - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
-
- service(URI, URI, HttpServletRequest, HttpServletResponse) - Method in class com.sun.jersey.spi.container.servlet.WebComponent
-
Dispatch client requests to a resource class.
- ServletAdaptor - Class in com.sun.jersey.server.impl.container.servlet
-
A servlet container for deploying root resource classes with support
for injecting persistence units.
- ServletAdaptor() - Constructor for class com.sun.jersey.server.impl.container.servlet.ServletAdaptor
-
- ServletContainer - Class in com.sun.jersey.spi.container.servlet
-
A Servlet or Filter for deploying root resource classes.
- ServletContainer() - Constructor for class com.sun.jersey.spi.container.servlet.ServletContainer
-
- ServletContainer(Class<? extends Application>) - Constructor for class com.sun.jersey.spi.container.servlet.ServletContainer
-
- ServletContainer(Application) - Constructor for class com.sun.jersey.spi.container.servlet.ServletContainer
-
- ServletContainer.ContextInjectableProvider<T> - Class in com.sun.jersey.spi.container.servlet
-
A helper class for creating an injectable provider that supports
Context with a type and constant value.
- ServletContainer.ContextInjectableProvider(Type, T) - Constructor for class com.sun.jersey.spi.container.servlet.ServletContainer.ContextInjectableProvider
-
Create a new instance.
- set(HttpContext) - Method in class com.sun.jersey.server.impl.ThreadLocalHttpContext
-
- set(T) - Method in class com.sun.jersey.server.impl.ThreadLocalInvoker
-
- set(T) - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNodeValue
-
- setAnnotations(Annotation[]) - Method in interface com.sun.jersey.api.core.HttpResponseContext
-
Set the annotations associated with the response entity (if any).
- setAnnotations(Annotation[]) - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
-
- setAnnotations(Annotation[]) - Method in class com.sun.jersey.spi.container.ContainerResponse
-
- setAnnotationTypeName(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.AnnotationDocType
-
- setApplicationDocsFile(File) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
-
- setApplicationDocsStream(InputStream) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
-
- setAreInputTypesDeclared(boolean) - Method in class com.sun.jersey.api.model.AbstractResourceMethod
-
- setAreOutputTypesDeclared(boolean) - Method in class com.sun.jersey.api.model.AbstractResourceMethod
-
- setBase(String) - Method in class com.sun.research.ws.wadl.Resources
-
Sets the value of the base property.
- setBaseUri(String) - Method in class com.sun.jersey.api.wadl.WadlGeneratorTask
-
- setClassName(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ClassDocType
-
- setClasspath(Path) - Method in class com.sun.jersey.api.wadl.WadlGeneratorTask
-
- setClasspathRef(Reference) - Method in class com.sun.jersey.api.wadl.WadlGeneratorTask
-
- setCommentText(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ClassDocType
-
- setCommentText(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
-
Sets the value of the commentText property.
- setCommentText(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ParamDocType
-
- setConstructors(Set<AnnotatedConstructor<T>>) - Method in class com.sun.jersey.server.impl.cdi.AnnotatedTypeImpl
-
- setContainerRequest(ContainerRequest) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
-
- setContainerRequest(ContainerRequest) - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
-
- setContainerRequest(ContainerRequest) - Method in class com.sun.jersey.spi.container.ContainerResponse
-
Set the container request.
- setContainerRequest(ContainerRequest) - Method in interface com.sun.jersey.spi.uri.rules.UriRuleContext
-
Set the container request.
- setContainerResponse(ContainerResponse) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
-
- setContainerResponse(ContainerResponse) - Method in interface com.sun.jersey.spi.uri.rules.UriRuleContext
-
Set the container response.
- setContainerResponseWriter(ContainerResponseWriter) - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
-
- setContainerResponseWriter(ContainerResponseWriter) - Method in class com.sun.jersey.spi.container.ContainerResponse
-
Set the container response writer.
- setDefault(String) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the default property.
- setDestfile(File) - Method in class com.sun.jersey.api.wadl.WadlGeneratorTask
-
- setDoc(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
-
- setDoc(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.WadlParamType
-
- setElement(QName) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
-
- setElement(QName) - Method in class com.sun.research.ws.wadl.RepresentationType
-
Sets the value of the element property.
- setEntity(Object) - Method in interface com.sun.jersey.api.core.HttpResponseContext
-
Set the entity of the response.
- setEntity(Object) - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
-
- setEntity(Object, Type) - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
-
- setEntity(Class<T>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, T) - Method in class com.sun.jersey.spi.container.ContainerRequest
-
Set the request entity.
- setEntity(Object) - Method in class com.sun.jersey.spi.container.ContainerResponse
-
- setEntity(Object, Type) - Method in class com.sun.jersey.spi.container.ContainerResponse
-
- setEntityInputStream(InputStream) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- setEntityInputStream(InputStream) - Method in class com.sun.jersey.spi.container.ContainerRequest
-
Set the input stream of the entity.
- setExample(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
-
- setFields(Set<AnnotatedField<? super T>>) - Method in class com.sun.jersey.server.impl.cdi.AnnotatedTypeImpl
-
- setFixed(String) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the fixed property.
- setGeneratorClass(Class<? extends WadlGenerator>) - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorDescription
-
- setGrammars(Grammars) - Method in class com.sun.research.ws.wadl.Application
-
Sets the value of the grammars property.
- setGrammarsFile(File) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
-
- setGrammarsStream(InputStream) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
-
- setHeaders(InBoundHeaders) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- setHeaders(InBoundHeaders) - Method in class com.sun.jersey.spi.container.ContainerRequest
-
Set the request headers.
- setHref(String) - Method in class com.sun.research.ws.wadl.Include
-
Sets the value of the href property.
- setHref(String) - Method in class com.sun.research.ws.wadl.Method
-
Sets the value of the href property.
- setHref(String) - Method in class com.sun.research.ws.wadl.RepresentationType
-
Sets the value of the href property.
- setId(String) - Method in class com.sun.research.ws.wadl.Method
-
Sets the value of the id property.
- setId(String) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the id property.
- setId(String) - Method in class com.sun.research.ws.wadl.RepresentationType
-
Sets the value of the id property.
- setId(String) - Method in class com.sun.research.ws.wadl.Resource
-
Sets the value of the id property.
- setId(String) - Method in class com.sun.research.ws.wadl.ResourceType
-
Sets the value of the id property.
- setLang(String) - Method in class com.sun.research.ws.wadl.Doc
-
Sets the value of the lang property.
- setLink(Link) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the link property.
- setMatchResult(MatchResult) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
-
- setMatchResult(MatchResult) - Method in interface com.sun.jersey.spi.uri.rules.UriMatchResultContext
-
Set the match result
- setMediaType(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
-
- setMediaType(String) - Method in class com.sun.research.ws.wadl.RepresentationType
-
Sets the value of the mediaType property.
- setMethod(String) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- setMethod(String) - Method in class com.sun.jersey.spi.container.ContainerRequest
-
Set the HTTP method.
- setMethodName(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
-
- setMethods(Set<AnnotatedMethod<? super T>>) - Method in class com.sun.jersey.server.impl.cdi.AnnotatedTypeImpl
-
- setName(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.NamedValueType
-
- setName(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.WadlParamType
-
- setName(String) - Method in class com.sun.research.ws.wadl.Method
-
Sets the value of the name property.
- setName(String) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the name property.
- setPage(String) - Method in class com.sun.jersey.server.impl.container.servlet.Include
-
Specifies the name of the JSP to be included.
- setParameters(List<AnnotatedParameter<T>>) - Method in class com.sun.jersey.server.impl.cdi.AnnotatedCallableImpl
-
- setParamName(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ParamDocType
-
- setPath(String) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the path property.
- setPath(String) - Method in class com.sun.research.ws.wadl.Resource
-
Sets the value of the path property.
- setProperties(Properties) - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorDescription
-
- setPropertiesAndFeatures(Map<String, Object>) - Method in class com.sun.jersey.api.core.ResourceConfig
-
Set the properties and features given a map of entries.
- setQueryType(String) - Method in class com.sun.research.ws.wadl.Resource
-
Sets the value of the queryType property.
- setRel(String) - Method in class com.sun.research.ws.wadl.Link
-
Sets the value of the rel property.
- setRepeating(Boolean) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the repeating property.
- setRepresentationDoc(RepresentationDocType) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RequestDocType
-
- setRequest(Request) - Method in class com.sun.research.ws.wadl.Method
-
Sets the value of the request property.
- setRequestDoc(RequestDocType) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
-
- setRequired(Boolean) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the required property.
- setResolvingClass(Class<?>) - Method in class com.sun.jersey.server.impl.container.servlet.Include
-
Specifies the resolving class for which JSP will be included.
- setResourceDocFile(File) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
-
Set the resourceDocFile to the given file.
- setResourceDocStream(InputStream) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
-
Set the resourceDocStream to the given file.
- setResources(Resources) - Method in class com.sun.research.ws.wadl.Application
-
Sets the value of the resources property.
- setResourceType(String) - Method in class com.sun.research.ws.wadl.Link
-
Sets the value of the resourceType property.
- setResponse(Response) - Method in interface com.sun.jersey.api.core.HttpResponseContext
-
Set the response state from a Response instance.
- setResponse(Response) - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
-
- setResponse(Response) - Method in class com.sun.jersey.spi.container.ContainerResponse
-
- setResponse(Response) - Method in class com.sun.research.ws.wadl.Method
-
Sets the value of the response property.
- setResponseDoc(ResponseDocType) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
-
- setReturnDoc(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
-
- setReturnDoc(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ResponseDocType
-
- setReturnTypeExample(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
-
- setRev(String) - Method in class com.sun.research.ws.wadl.Link
-
Sets the value of the rev property.
- setSecurityContext(SecurityContext) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- setSecurityContext(SecurityContext) - Method in class com.sun.jersey.spi.container.ContainerRequest
-
Set the security context.
- setStatus(int) - Method in interface com.sun.jersey.api.core.HttpResponseContext
-
Set the status of the response.
- setStatus(Long) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
-
- setStatus(int) - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
-
- setStatus(int) - Method in class com.sun.jersey.spi.container.ContainerResponse
-
- setStatusType(Response.StatusType) - Method in interface com.sun.jersey.api.core.HttpResponseContext
-
Set the status type of the response.
- setStatusType(Response.StatusType) - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
-
- setStatusType(Response.StatusType) - Method in class com.sun.jersey.spi.container.ContainerResponse
-
- setStyle(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.WadlParamType
-
- setStyle(ParamStyle) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the style property.
- setTitle(String) - Method in class com.sun.research.ws.wadl.Doc
-
Sets the value of the title property.
- setType(QName) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.WadlParamType
-
- setType(QName) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the type property.
- setUris(URI, URI) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
-
- setUris(URI, URI) - Method in class com.sun.jersey.spi.container.ContainerRequest
-
Set the base and request URI.
- setValue(T, UriPattern) - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
-
value setter.
- setValue(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.NamedValueType
-
- setValue(String) - Method in class com.sun.research.ws.wadl.Option
-
Sets the value of the value property.
- setWadlGenerationEnabled(boolean) - Method in class com.sun.jersey.server.impl.wadl.WadlApplicationContextImpl
-
- setWadlGenerationEnabled(boolean) - Method in interface com.sun.jersey.server.wadl.WadlApplicationContext
-
Enable/disable WADL generation.
- setWadlGeneratorDelegate(WadlGenerator) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
-
- setWadlGeneratorDelegate(WadlGenerator) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
-
- setWadlGeneratorDelegate(WadlGenerator) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
-
- setWadlGeneratorDelegate(WadlGenerator) - Method in interface com.sun.jersey.server.wadl.WadlGenerator
-
Sets the delegate that is decorated by this wadl generator.
- setWadlGeneratorDelegate(WadlGenerator) - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
-
- setWildcard(boolean) - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
-
wildcard setter.
- Singleton - Annotation Type in com.sun.jersey.spi.resource
-
Used to annotate resources that require one instance per web application.
- SingletonFactory - Class in com.sun.jersey.server.impl.resource
-
A simple provider that maintains a singleton resource class instance
- SingletonFactory(ServerInjectableProviderContext) - Constructor for class com.sun.jersey.server.impl.resource.SingletonFactory
-
- start(BundleContext) - Method in class com.sun.jersey.server.osgi.Activator
-
- status(int) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
-
Set the status.
- status(Response.StatusType) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
-
Set the status.
- status(Response.Status) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
-
Set the status.
- status(Response.StatusType) - Static method in class com.sun.jersey.api.JResponse
-
- status(Response.Status) - Static method in class com.sun.jersey.api.JResponse
-
- status(int) - Static method in class com.sun.jersey.api.JResponse
-
- status - Variable in class com.sun.research.ws.wadl.RepresentationType
-
- statusType - Variable in class com.sun.jersey.api.JResponse.AJResponseBuilder
-
The status type.
- stop(BundleContext) - Method in class com.sun.jersey.server.osgi.Activator
-
- StringReaderFactory - Class in com.sun.jersey.server.impl.model.parameter.multivalued
-
- StringReaderFactory() - Constructor for class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderFactory
-
- StringReaderProviders - Class in com.sun.jersey.server.impl.model.parameter.multivalued
-
- StringReaderProviders() - Constructor for class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders
-
- StringReaderProviders.DateProvider - Class in com.sun.jersey.server.impl.model.parameter.multivalued
-
- StringReaderProviders.DateProvider() - Constructor for class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders.DateProvider
-
- StringReaderProviders.StringConstructor - Class in com.sun.jersey.server.impl.model.parameter.multivalued
-
- StringReaderProviders.StringConstructor() - Constructor for class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders.StringConstructor
-
- StringReaderProviders.TypeFromString - Class in com.sun.jersey.server.impl.model.parameter.multivalued
-
- StringReaderProviders.TypeFromString() - Constructor for class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders.TypeFromString
-
- StringReaderProviders.TypeFromStringEnum - Class in com.sun.jersey.server.impl.model.parameter.multivalued
-
- StringReaderProviders.TypeFromStringEnum() - Constructor for class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders.TypeFromStringEnum
-
- StringReaderProviders.TypeValueOf - Class in com.sun.jersey.server.impl.model.parameter.multivalued
-
- StringReaderProviders.TypeValueOf() - Constructor for class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders.TypeValueOf
-
- style - Variable in class com.sun.research.ws.wadl.Param
-
- SubLocatorRule - Class in com.sun.jersey.server.impl.uri.rules
-
The rule for accepting a sub-locator method.
- SubLocatorRule(UriTemplate, List<Injectable>, List<ContainerRequestFilter>, List<ContainerResponseFilter>, DispatchingListener, AbstractSubResourceLocator) - Constructor for class com.sun.jersey.server.impl.uri.rules.SubLocatorRule
-
- SyntheticQualifier - Annotation Type in com.sun.jersey.server.impl.cdi
-
A CDI qualifier introduced by Jersey to make an injection point unique.