Index

A B C D E F G H I J K L M N O P Q R S T U V W X _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractHeaderDelegate<T> - Class in org.exoplatform.services.rest.header
 
AbstractHeaderDelegate() - Constructor for class org.exoplatform.services.rest.header.AbstractHeaderDelegate
 
AbstractResourceDescriptor - Interface in org.exoplatform.services.rest.resource
Describe Resource Class or Root Resource Class.
AbstractResourceDescriptorImpl - Class in org.exoplatform.services.rest.impl.resource
 
AbstractResourceDescriptorImpl(Class<?>) - Constructor for class org.exoplatform.services.rest.impl.resource.AbstractResourceDescriptorImpl
Constructs new instance of AbstractResourceDescriptor.
AbstractResourceDescriptorImpl(Class<?>, ComponentLifecycleScope) - Constructor for class org.exoplatform.services.rest.impl.resource.AbstractResourceDescriptorImpl
 
AbstractResourceDescriptorImpl(Class<?>, MethodInvokerFactory) - Constructor for class org.exoplatform.services.rest.impl.resource.AbstractResourceDescriptorImpl
Constructs new instance of AbstractResourceDescriptor.
AbstractResourceDescriptorImpl(Object) - Constructor for class org.exoplatform.services.rest.impl.resource.AbstractResourceDescriptorImpl
Constructs new instance of AbstractResourceDescriptor.
AbstractResourceDescriptorImpl(Object, MethodInvokerFactory) - Constructor for class org.exoplatform.services.rest.impl.resource.AbstractResourceDescriptorImpl
Constructs new instance of AbstractResourceDescriptor.
accept(GenericMethodResource) - Method in interface org.exoplatform.services.rest.method.MethodInvokerFilter
Check does supplied method can be invoked.
accept(ResourceDescriptorVisitor) - Method in class org.exoplatform.services.rest.impl.ConstructorDescriptorImpl
Method is useful for validation.
accept(ResourceDescriptorVisitor) - Method in class org.exoplatform.services.rest.impl.FieldInjectorImpl
Method is useful for validation.
accept(ResourceDescriptorVisitor) - Method in class org.exoplatform.services.rest.impl.FilterDescriptorImpl
Method is useful for validation.
accept(ResourceDescriptorVisitor) - Method in class org.exoplatform.services.rest.impl.provider.ProviderDescriptorImpl
Method is useful for validation.
accept(ResourceDescriptorVisitor) - Method in class org.exoplatform.services.rest.impl.resource.AbstractResourceDescriptorImpl
Method is useful for validation.
accept(ResourceDescriptorVisitor) - Method in class org.exoplatform.services.rest.impl.resource.ResourceMethodDescriptorImpl
Method is useful for validation.
accept(ResourceDescriptorVisitor) - Method in class org.exoplatform.services.rest.impl.resource.SubResourceLocatorDescriptorImpl
Method is useful for validation.
accept(ResourceDescriptorVisitor) - Method in class org.exoplatform.services.rest.impl.resource.SubResourceMethodDescriptorImpl
Method is useful for validation.
accept(ResourceDescriptorVisitor) - Method in interface org.exoplatform.services.rest.resource.ResourceDescriptor
Method is useful for validation.
ACCEPT_RANGES - Static variable in interface org.exoplatform.services.rest.ExtHttpHeaders
HTTP 1.1 "Accept-Ranges" header.
AcceptLanguage - Class in org.exoplatform.services.rest.impl.header
 
AcceptLanguage(Locale) - Constructor for class org.exoplatform.services.rest.impl.header.AcceptLanguage
Constructs new instance of accepted language with default quality value.
AcceptLanguage(Locale, float) - Constructor for class org.exoplatform.services.rest.impl.header.AcceptLanguage
Constructs new instance of accepted language with quality value.
AcceptLanguageHeaderDelegate - Class in org.exoplatform.services.rest.impl.header
 
AcceptLanguageHeaderDelegate() - Constructor for class org.exoplatform.services.rest.impl.header.AcceptLanguageHeaderDelegate
 
AcceptMediaType - Class in org.exoplatform.services.rest.impl.header
 
AcceptMediaType() - Constructor for class org.exoplatform.services.rest.impl.header.AcceptMediaType
Creates a new instance of MediaType, both type and sub-type are wildcards and set quality value to default quality value.
AcceptMediaType(String, String) - Constructor for class org.exoplatform.services.rest.impl.header.AcceptMediaType
Constructs AcceptedMediaType with default quality value.
AcceptMediaType(String, String, Map<String, String>) - Constructor for class org.exoplatform.services.rest.impl.header.AcceptMediaType
Constructs AcceptedMediaType with supplied quality value.
AcceptMediaTypeHeaderDelegate - Class in org.exoplatform.services.rest.impl.header
 
AcceptMediaTypeHeaderDelegate() - Constructor for class org.exoplatform.services.rest.impl.header.AcceptMediaTypeHeaderDelegate
 
AcceptToken - Class in org.exoplatform.services.rest.impl.header
 
AcceptToken(String) - Constructor for class org.exoplatform.services.rest.impl.header.AcceptToken
Create AcceptToken with default quality value 1.0 .
AcceptToken(String, float) - Constructor for class org.exoplatform.services.rest.impl.header.AcceptToken
Create AcceptToken with specified quality value.
add() - Method in class org.exoplatform.services.rest.impl.VariantListBuilderImpl
add(String, Object) - Method in class org.exoplatform.services.rest.impl.OutputHeadersMap
add(String, String) - Method in class org.exoplatform.services.rest.impl.InputHeadersMap
add(String, String) - Method in class org.exoplatform.services.rest.impl.MultivaluedMapImpl
add(String, T) - Method in class org.exoplatform.services.rest.resource.ResourceMethodMap
add(MediaType, V) - Method in class org.exoplatform.services.rest.util.MediaTypeMultivaluedMap
add(UriPattern, V) - Method in class org.exoplatform.services.rest.util.UriPatternMap
addApplication(Application) - Method in class org.exoplatform.services.rest.impl.ApplicationRegistry
 
addApplication(Application) - Method in class org.exoplatform.services.rest.impl.ResourceBinder
Deprecated.
Use ApplicationRegistry.addApplication(Application) instead of using this method .
addContextResolver(Class<? extends ContextResolver>) - Method in class org.exoplatform.services.rest.impl.ProviderBinder
Add per-request ContextResolver.
addContextResolver(Class<? extends ContextResolver>, ContextResolver, ComponentLifecycleScope) - Method in class org.exoplatform.services.rest.impl.ProviderBinder
 
addContextResolver(ContextResolver) - Method in class org.exoplatform.services.rest.impl.ProviderBinder
Add singleton ContextResolver.
addExceptionMapper(Class<? extends ExceptionMapper>) - Method in class org.exoplatform.services.rest.impl.ProviderBinder
Add per-request ExceptionMapper.
addExceptionMapper(Class<? extends ExceptionMapper>, ExceptionMapper, ComponentLifecycleScope) - Method in class org.exoplatform.services.rest.impl.ProviderBinder
 
addExceptionMapper(ExceptionMapper) - Method in class org.exoplatform.services.rest.impl.ProviderBinder
Add singleton ExceptionMapper.
addJAXBContext(JAXBContext, Class<?>) - Method in class org.exoplatform.services.rest.impl.provider.JAXBContextResolver
Add prepared JAXBContext that will be mapped to set of class.
addMatchedResource(Object) - Method in interface org.exoplatform.services.rest.ApplicationContext
Add ancestor resource, according to JSR-311:
addMatchedResource(Object) - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
Add ancestor resource, according to JSR-311:
addMatchedURI(String) - Method in interface org.exoplatform.services.rest.ApplicationContext
Add ancestor resource, according to JSR-311:
addMatchedURI(String) - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
Add ancestor resource, according to JSR-311:
addMessageBodyReader(Class<? extends MessageBodyReader>) - Method in class org.exoplatform.services.rest.impl.ProviderBinder
Add per-request MessageBodyReader.
addMessageBodyReader(Class<? extends MessageBodyReader>, MessageBodyReader, ComponentLifecycleScope) - Method in class org.exoplatform.services.rest.impl.ProviderBinder
 
addMessageBodyReader(MessageBodyReader) - Method in class org.exoplatform.services.rest.impl.ProviderBinder
Add singleton MessageBodyReader.
addMessageBodyWriter(Class<? extends MessageBodyWriter>) - Method in class org.exoplatform.services.rest.impl.ProviderBinder
Add per-request MessageBodyWriter.
addMessageBodyWriter(Class<? extends MessageBodyWriter>, MessageBodyWriter, ComponentLifecycleScope) - Method in class org.exoplatform.services.rest.impl.ProviderBinder
 
addMessageBodyWriter(MessageBodyWriter) - Method in class org.exoplatform.services.rest.impl.ProviderBinder
Add singleton MessageBodyWriter.
addMethodInvokerFilter(Class<? extends MethodInvokerFilter>) - Method in class org.exoplatform.services.rest.impl.ProviderBinder
Add per-request MethodInvokerFilter.
addMethodInvokerFilter(Class<? extends MethodInvokerFilter>, MethodInvokerFilter, ComponentLifecycleScope) - Method in class org.exoplatform.services.rest.impl.ProviderBinder
 
addMethodInvokerFilter(MethodInvokerFilter) - Method in class org.exoplatform.services.rest.impl.ProviderBinder
Add singleton MethodInvokerFilter.
addPlugin(ComponentPlugin) - Method in class org.exoplatform.services.rest.impl.provider.JAXBContextResolver
 
addPlugin(ComponentPlugin) - Method in class org.exoplatform.services.rest.impl.RequestHandlerImpl
Processing ComponentPlugin for injection external components.
addProviders(ApplicationProviders) - Method in class org.exoplatform.services.rest.impl.ProvidersRegistry
 
addRequestFilter(Class<? extends RequestFilter>) - Method in class org.exoplatform.services.rest.impl.ProviderBinder
Add per-request RequestFilter.
addRequestFilter(Class<? extends RequestFilter>, RequestFilter, ComponentLifecycleScope) - Method in class org.exoplatform.services.rest.impl.ProviderBinder
 
addRequestFilter(RequestFilter) - Method in class org.exoplatform.services.rest.impl.ProviderBinder
Add singleton RequestFilter.
addResource(Class<?>, MultivaluedMap<String, String>) - Method in class org.exoplatform.services.rest.impl.ResourceBinder
Register supplied class as per-request root resource if it has valid JAX-RS annotations and no one resource with the same UriPattern already registered.
addResource(Object, MultivaluedMap<String, String>) - Method in class org.exoplatform.services.rest.impl.ResourceBinder
Register supplied Object as singleton root resource if it has valid JAX-RS annotations and no one resource with the same UriPattern already registered.
addResource(ObjectFactory<AbstractResourceDescriptor>) - Method in class org.exoplatform.services.rest.impl.ResourceBinder
Register supplied root resource if no one resource with the same UriPattern already registered.
addResourceListener(ResourceListener) - Method in class org.exoplatform.services.rest.impl.ResourceBinder
Register new resource listener.
addResponseFilter(Class<? extends ResponseFilter>) - Method in class org.exoplatform.services.rest.impl.ProviderBinder
Add per-request ResponseFilter.
addResponseFilter(Class<? extends ResponseFilter>, ResponseFilter, ComponentLifecycleScope) - Method in class org.exoplatform.services.rest.impl.ProviderBinder
 
addResponseFilter(ResponseFilter) - Method in class org.exoplatform.services.rest.impl.ProviderBinder
Add singleton ResponseFilter.
afterInit(ServletConfig) - Method in class org.exoplatform.services.rest.servlet.RestServlet
all - Variable in class org.exoplatform.services.rest.impl.ProvidersRegistry
 
ALLOW - Static variable in interface org.exoplatform.services.rest.ExtHttpHeaders
HTTP 1.1 "Allow" header.
any - Variable in class org.exoplatform.services.rest.wadl.research.Application
 
any - Variable in class org.exoplatform.services.rest.wadl.research.Grammars
 
any - Variable in class org.exoplatform.services.rest.wadl.research.Link
 
any - Variable in class org.exoplatform.services.rest.wadl.research.Method
 
any - Variable in class org.exoplatform.services.rest.wadl.research.Option
 
any - Variable in class org.exoplatform.services.rest.wadl.research.Param
 
any - Variable in class org.exoplatform.services.rest.wadl.research.RepresentationType
 
any - Variable in class org.exoplatform.services.rest.wadl.research.Request
 
any - Variable in class org.exoplatform.services.rest.wadl.research.Resource
 
any - Variable in class org.exoplatform.services.rest.wadl.research.Resources
 
any - Variable in class org.exoplatform.services.rest.wadl.research.ResourceType
 
any - Variable in class org.exoplatform.services.rest.wadl.research.Response
 
Application - Class in org.exoplatform.services.rest.wadl.research
Java class for anonymous complex type.
Application() - Constructor for class org.exoplatform.services.rest.wadl.research.Application
 
ApplicationContext - Interface in org.exoplatform.services.rest
Provides access to ContainerRequest, ContainerResponse and other context information information.
ApplicationContextImpl - Class in org.exoplatform.services.rest.impl
 
ApplicationContextImpl(GenericContainerRequest, GenericContainerResponse, ProviderBinder) - Constructor for class org.exoplatform.services.rest.impl.ApplicationContextImpl
 
ApplicationContextImpl(GenericContainerRequest, GenericContainerResponse, ProviderBinder, DependencySupplier) - Constructor for class org.exoplatform.services.rest.impl.ApplicationContextImpl
Constructs new instance of ApplicationContext.
ApplicationProviders - Class in org.exoplatform.services.rest.impl
Application specific set of providers.
ApplicationProviders(String) - Constructor for class org.exoplatform.services.rest.impl.ApplicationProviders
 
ApplicationRegistry - Class in org.exoplatform.services.rest.impl
Purpose of this class is to get all subclasses of Application from eXo container and to process set of object of classes provided by it as JAX-RS components.
ApplicationRegistry(ExoContainerContext, ResourceBinder, ProvidersRegistry, StartableApplication) - Constructor for class org.exoplatform.services.rest.impl.ApplicationRegistry
 
ApplicationResource - Class in org.exoplatform.services.rest.impl.resource
 
ApplicationResource(String, Class<?>) - Constructor for class org.exoplatform.services.rest.impl.resource.ApplicationResource
 
ApplicationResource(String, Class<?>, MethodInvokerFactory) - Constructor for class org.exoplatform.services.rest.impl.resource.ApplicationResource
 
ApplicationResource(String, Object) - Constructor for class org.exoplatform.services.rest.impl.resource.ApplicationResource
 
ApplicationResource(String, Object, MethodInvokerFactory) - Constructor for class org.exoplatform.services.rest.impl.resource.ApplicationResource
 
author - Variable in class org.exoplatform.services.rest.generated.Book
 
AUTHORIZATION - Static variable in interface org.exoplatform.services.rest.ExtHttpHeaders
HTTP 1.1 "Authorization" header.

B

base - Variable in class org.exoplatform.services.rest.wadl.research.Resources
 
BaseCollectionProducer - Class in org.exoplatform.services.rest.impl.method
 
BaseCollectionProducer(Class<?>) - Constructor for class org.exoplatform.services.rest.impl.method.BaseCollectionProducer
Constructs BaseCollectionProducer.
BaseObjectModel - Class in org.exoplatform.services.rest
 
BaseObjectModel(Class<?>, ComponentLifecycleScope) - Constructor for class org.exoplatform.services.rest.BaseObjectModel
 
BaseTypeProducer - Class in org.exoplatform.services.rest.impl.method
Abstraction for single (not for collections) types.
BaseTypeProducer() - Constructor for class org.exoplatform.services.rest.impl.method.BaseTypeProducer
 
BaseWadlGeneratorImpl - Class in org.exoplatform.services.rest.wadl
Base implementation of WadlGenerator.
BaseWadlGeneratorImpl() - Constructor for class org.exoplatform.services.rest.wadl.BaseWadlGeneratorImpl
 
bind(Class<?>) - Method in class org.exoplatform.services.rest.impl.ResourceBinder
bind(Object) - Method in class org.exoplatform.services.rest.impl.ResourceBinder
Book - Class in org.exoplatform.services.rest.generated
Java class for anonymous complex type.
Book() - Constructor for class org.exoplatform.services.rest.generated.Book
 
build() - Method in class org.exoplatform.services.rest.impl.ResponseImpl.ResponseBuilderImpl
build() - Method in class org.exoplatform.services.rest.impl.VariantListBuilderImpl
build(Object...) - Method in class org.exoplatform.services.rest.impl.uri.UriBuilderImpl
buildFromEncoded(Object...) - Method in class org.exoplatform.services.rest.impl.uri.UriBuilderImpl
buildFromEncodedMap(Map<String, ? extends Object>) - Method in class org.exoplatform.services.rest.impl.uri.UriBuilderImpl
buildFromMap(Map<String, ? extends Object>) - Method in class org.exoplatform.services.rest.impl.uri.UriBuilderImpl
ByteArrayContainerResponseWriter - Class in org.exoplatform.services.rest.tools
Mock object that can be used for any tests.
ByteArrayContainerResponseWriter() - Constructor for class org.exoplatform.services.rest.tools.ByteArrayContainerResponseWriter
 
ByteEntityProvider - Class in org.exoplatform.services.rest.impl.provider
 
ByteEntityProvider() - Constructor for class org.exoplatform.services.rest.impl.provider.ByteEntityProvider
 

C

cacheControl(CacheControl) - Method in class org.exoplatform.services.rest.impl.ResponseImpl.ResponseBuilderImpl
CacheControlHeaderDelegate - Class in org.exoplatform.services.rest.impl.header
 
CacheControlHeaderDelegate() - Constructor for class org.exoplatform.services.rest.impl.header.CacheControlHeaderDelegate
 
checkHexCharacters(String, int) - Static method in class org.exoplatform.services.rest.impl.uri.UriComponent
Check does two next characters after '%' represent percent-encoded character.
checkObjectModel(ObjectModel) - Method in class org.exoplatform.services.rest.impl.resource.ResourceDescriptorValidator
 
clazz - Variable in class org.exoplatform.services.rest.BaseObjectModel
 
cleanerStop - Variable in class org.exoplatform.services.rest.impl.ResourceBinder
 
clear() - Method in class org.exoplatform.services.rest.impl.InputHeadersMap
clear() - Method in class org.exoplatform.services.rest.impl.ResourceBinder
Clear the list of ResourceContainer description.
clone() - Method in class org.exoplatform.services.rest.impl.ResponseImpl.ResponseBuilderImpl
clone() - Method in class org.exoplatform.services.rest.impl.uri.UriBuilderImpl
CollectionStringConstructorProducer - Class in org.exoplatform.services.rest.impl.method
Produce collections each element of it is object which has constructor with single String argument.
CollectionStringProducer - Class in org.exoplatform.services.rest.impl.method
Produce collections each element of it is String.
CollectionStringValueOfProducer - Class in org.exoplatform.services.rest.impl.method
Produce collections each element of it is object which has static valueOf with single String argument.
ComponentLifecycleScope - Enum Class in org.exoplatform.services.rest
Object scope identifier.
Connector - Interface in org.exoplatform.services.rest
Created by The eXo Platform SAS.
Abstraction which "encapsulates the activities of accessing resources and transferring resource representations.
CONSTRUCTOR_COMPARATOR - Static variable in class org.exoplatform.services.rest.impl.ConstructorDescriptorImpl
ConstructorDescriptor comparator.
ConstructorDescriptor - Interface in org.exoplatform.services.rest
Abstraction of constructor descriptor.
ConstructorDescriptorImpl - Class in org.exoplatform.services.rest.impl
 
ConstructorDescriptorImpl(Class<?>, Constructor<?>) - Constructor for class org.exoplatform.services.rest.impl.ConstructorDescriptorImpl
 
ConstructorParameter - Interface in org.exoplatform.services.rest
Constructor parameter.
ConstructorParameterImpl - Class in org.exoplatform.services.rest.impl
Describes constructor's parameter.
ConstructorParameterImpl(Annotation, Annotation[], Class<?>, Type, String, boolean) - Constructor for class org.exoplatform.services.rest.impl.ConstructorParameterImpl
Constructs new instance of MethodParameter.
constructors - Variable in class org.exoplatform.services.rest.BaseObjectModel
Resource class constructors.
consumes() - Method in class org.exoplatform.services.rest.impl.provider.ProviderDescriptorImpl
Get list of MediaType which current provider consumes.
consumes() - Method in class org.exoplatform.services.rest.impl.resource.ResourceMethodDescriptorImpl
Get list of MediaType which current method consumes.
consumes() - Method in class org.exoplatform.services.rest.impl.resource.SubResourceMethodDescriptorImpl
Get list of MediaType which current method consumes.
consumes() - Method in interface org.exoplatform.services.rest.provider.ProviderDescriptor
Get list of MediaType which current provider consumes.
consumes() - Method in interface org.exoplatform.services.rest.resource.ResourceMethodDescriptor
Get list of MediaType which current method consumes.
container - Variable in class org.exoplatform.services.rest.impl.ApplicationRegistry
 
container - Variable in class org.exoplatform.services.rest.impl.ResourceBinder
Deprecated.
Do not need container here any more.
CONTAINER - Enum constant in enum class org.exoplatform.services.rest.ComponentLifecycleScope
Inversion-of-control framework controls component's lifecycle.
containerName - Variable in class org.exoplatform.services.rest.impl.ResourceBinder
The name of the container
ContainerObjectFactory<T> - Class in org.exoplatform.services.rest
Factory provides object that is created and is manageable by inversion-of-control container, PicoContainer.
ContainerObjectFactory(T) - Constructor for class org.exoplatform.services.rest.ContainerObjectFactory
 
ContainerRequest - Class in org.exoplatform.services.rest.impl
 
ContainerRequest(String, URI, URI, InputStream, MultivaluedMap<String, String>) - Constructor for class org.exoplatform.services.rest.impl.ContainerRequest
Constructs new instance of ContainerRequest.
ContainerResponse - Class in org.exoplatform.services.rest.impl
 
ContainerResponse(ContainerResponseWriter) - Constructor for class org.exoplatform.services.rest.impl.ContainerResponse
 
ContainerResponseWriter - Interface in org.exoplatform.services.rest
All implementation of this interface should be able to write data in container response, e.
containsKey(Object) - Method in class org.exoplatform.services.rest.impl.OutputHeadersMap
content - Variable in class org.exoplatform.services.rest.wadl.research.Doc
 
CONTENT_MIXINTYPES - Static variable in interface org.exoplatform.services.rest.ExtHttpHeaders
JCR-specific header to add an opportunity to set node mixins via WebDAV.
CONTENT_NODETYPE - Static variable in interface org.exoplatform.services.rest.ExtHttpHeaders
JCR-specific header to add an opportunity to create nodes of the specific types via WebDAV.
CONTENTLENGTH - Static variable in interface org.exoplatform.services.rest.ExtHttpHeaders
HTTP 1.1 "Content-Length" header.
contentLocation(URI) - Method in class org.exoplatform.services.rest.impl.ResponseImpl.ResponseBuilderImpl
CONTENTRANGE - Static variable in interface org.exoplatform.services.rest.ExtHttpHeaders
HTTP 1.1 "Content-Range" header.
CONTENTTYPE - Static variable in interface org.exoplatform.services.rest.ExtHttpHeaders
HTTP 1.1 "Content-type" header.
ContextParameterResolver - Class in org.exoplatform.services.rest.impl.method
 
contextResolvers - Variable in class org.exoplatform.services.rest.impl.ProviderBinder
Context resolvers.
convertToString(Collection<String>) - Static method in class org.exoplatform.services.rest.impl.header.HeaderHelper
Convert Collection<String> to single String, where values separated by ','.
cookie(NewCookie...) - Method in class org.exoplatform.services.rest.impl.ResponseImpl.ResponseBuilderImpl
CookieHeaderDelegate - Class in org.exoplatform.services.rest.impl.header
 
CookieHeaderDelegate() - Constructor for class org.exoplatform.services.rest.impl.header.CookieHeaderDelegate
 
CookieParameterResolver - Class in org.exoplatform.services.rest.impl.method
 
create(String) - Method in class org.exoplatform.services.rest.impl.header.ListHeaderProducer
Create each element of header list.
createAcceptedCharsetList(String) - Static method in class org.exoplatform.services.rest.impl.header.HeaderHelper
Create sorted by quality value 'accept-character' list.
createAcceptedEncodingList(String) - Static method in class org.exoplatform.services.rest.impl.header.HeaderHelper
Create sorted by quality value 'accept-encoding' list.
createAcceptedLanguageList(String) - Static method in class org.exoplatform.services.rest.impl.header.HeaderHelper
Create sorted by quality value accepted language list.
createAcceptedMediaTypeList(String) - Static method in class org.exoplatform.services.rest.impl.header.HeaderHelper
Create sorted by quality value accepted media type list.
createApplication() - Method in class org.exoplatform.services.rest.wadl.BaseWadlGeneratorImpl
createApplication() - Method in class org.exoplatform.services.rest.wadl.research.ObjectFactory
Create an instance of Application
createApplication() - Method in interface org.exoplatform.services.rest.wadl.WadlGenerator
 
createAuthor(String) - Method in class org.exoplatform.services.rest.generated.ObjectFactory
Create an instance of JAXBElement<String>
createBook() - Method in class org.exoplatform.services.rest.generated.ObjectFactory
Create an instance of Book
createConsumesList(Consumes) - Static method in class org.exoplatform.services.rest.impl.header.MediaTypeHelper
Create a list of media type for given Consumes annotation.
createDoc() - Method in class org.exoplatform.services.rest.wadl.research.ObjectFactory
Create an instance of Doc
createEndpoint(Application, Class<T>) - Method in class org.exoplatform.services.rest.impl.RuntimeDelegateImpl
End Points is not supported.
createFault(RepresentationType) - Method in class org.exoplatform.services.rest.wadl.research.ObjectFactory
Create an instance of JAXBElement<RepresentationType>
createGrammars() - Method in class org.exoplatform.services.rest.wadl.research.ObjectFactory
Create an instance of Grammars
createHeaderDelegate(Class<T>) - Method in class org.exoplatform.services.rest.impl.RuntimeDelegateImpl
createInclude() - Method in class org.exoplatform.services.rest.wadl.research.ObjectFactory
Create an instance of Include
createInstance(ApplicationContext) - Method in interface org.exoplatform.services.rest.ConstructorDescriptor
 
createInstance(ApplicationContext) - Method in class org.exoplatform.services.rest.impl.ConstructorDescriptorImpl
createJAXBContext(Class<?>) - Method in class org.exoplatform.services.rest.impl.provider.JAXBContextResolver
Create and add in cache JAXBContext for supplied set of classes.
createLink() - Method in class org.exoplatform.services.rest.wadl.research.ObjectFactory
Create an instance of Link
createMemberPrice() - Method in class org.exoplatform.services.rest.generated.ObjectFactory
Create an instance of MemberPrice
createMethod() - Method in class org.exoplatform.services.rest.wadl.research.ObjectFactory
Create an instance of Method
createMethod(ResourceMethodDescriptor) - Method in class org.exoplatform.services.rest.wadl.BaseWadlGeneratorImpl
createMethod(ResourceMethodDescriptor) - Method in interface org.exoplatform.services.rest.wadl.WadlGenerator
 
createMethodParametersList(Class<?>, Method) - Method in class org.exoplatform.services.rest.impl.resource.AbstractResourceDescriptorImpl
Create list of MethodParameter .
createOption() - Method in class org.exoplatform.services.rest.wadl.research.ObjectFactory
Create an instance of Option
createParam() - Method in class org.exoplatform.services.rest.wadl.research.ObjectFactory
Create an instance of Param
createParam(MethodParameter) - Method in class org.exoplatform.services.rest.wadl.BaseWadlGeneratorImpl
createParam(MethodParameter) - Method in interface org.exoplatform.services.rest.wadl.WadlGenerator
 
createParameterResolver(Annotation) - Static method in class org.exoplatform.services.rest.impl.method.ParameterResolverFactory
Create parameter resolver for supplied annotation.
createPrice() - Method in class org.exoplatform.services.rest.generated.ObjectFactory
Create an instance of Price
createProducesList(Produces) - Static method in class org.exoplatform.services.rest.impl.header.MediaTypeHelper
Create a list of media type for given Produces annotation.
createQualitySortedList(String) - Method in class org.exoplatform.services.rest.impl.header.ListHeaderProducer
Create list of headers which is sorted by quality value.
createRepresentation(RepresentationType) - Method in class org.exoplatform.services.rest.wadl.research.ObjectFactory
Create an instance of JAXBElement<RepresentationType>
createRepresentationType() - Method in class org.exoplatform.services.rest.wadl.research.ObjectFactory
Create an instance of RepresentationType
createRequest() - Method in class org.exoplatform.services.rest.wadl.BaseWadlGeneratorImpl
createRequest() - Method in class org.exoplatform.services.rest.wadl.research.ObjectFactory
Create an instance of Request
createRequest() - Method in interface org.exoplatform.services.rest.wadl.WadlGenerator
 
createRequestRepresentation(MediaType) - Method in class org.exoplatform.services.rest.wadl.BaseWadlGeneratorImpl
createRequestRepresentation(MediaType) - Method in interface org.exoplatform.services.rest.wadl.WadlGenerator
 
createResource() - Method in class org.exoplatform.services.rest.wadl.research.ObjectFactory
Create an instance of Resource
createResource(String) - Method in class org.exoplatform.services.rest.wadl.BaseWadlGeneratorImpl
createResource(String) - Method in interface org.exoplatform.services.rest.wadl.WadlGenerator
 
createResource(AbstractResourceDescriptor) - Method in class org.exoplatform.services.rest.wadl.BaseWadlGeneratorImpl
createResource(AbstractResourceDescriptor) - Method in interface org.exoplatform.services.rest.wadl.WadlGenerator
 
createResources() - Method in class org.exoplatform.services.rest.wadl.BaseWadlGeneratorImpl
createResources() - Method in class org.exoplatform.services.rest.wadl.research.ObjectFactory
Create an instance of Resources
createResources() - Method in interface org.exoplatform.services.rest.wadl.WadlGenerator
 
createResourceType() - Method in class org.exoplatform.services.rest.wadl.research.ObjectFactory
Create an instance of ResourceType
createResponse() - Method in class org.exoplatform.services.rest.wadl.BaseWadlGeneratorImpl
createResponse() - Method in class org.exoplatform.services.rest.wadl.research.ObjectFactory
Create an instance of Response
createResponse() - Method in interface org.exoplatform.services.rest.wadl.WadlGenerator
 
createResponseBuilder() - Method in class org.exoplatform.services.rest.impl.RuntimeDelegateImpl
createResponseRepresentation(MediaType) - Method in class org.exoplatform.services.rest.wadl.BaseWadlGeneratorImpl
createResponseRepresentation(MediaType) - Method in interface org.exoplatform.services.rest.wadl.WadlGenerator
 
createTitle(String) - Method in class org.exoplatform.services.rest.generated.ObjectFactory
Create an instance of JAXBElement<String>
createUriBuilder() - Method in class org.exoplatform.services.rest.impl.RuntimeDelegateImpl
createUriWithValues(String, String, String, int, String, String, String, Object[], boolean) - Static method in class org.exoplatform.services.rest.uri.UriPattern
Create URI from URI part.
createUriWithValues(String, String, String, int, String, String, String, Map<String, ? extends Object>, boolean) - Static method in class org.exoplatform.services.rest.uri.UriPattern
Create URI from URI part.
createValue(String) - Method in class org.exoplatform.services.rest.impl.method.BaseCollectionProducer
Create collection's element.
createValue(String) - Method in class org.exoplatform.services.rest.impl.method.BaseTypeProducer
Create object from given string.
createValue(String) - Method in class org.exoplatform.services.rest.impl.method.CollectionStringConstructorProducer
Create collection's element.
createValue(String) - Method in class org.exoplatform.services.rest.impl.method.CollectionStringProducer
Don't need to do anything just return passed in method String as is.
createValue(String) - Method in class org.exoplatform.services.rest.impl.method.CollectionStringValueOfProducer
Create collection's element.
createValue(String) - Method in class org.exoplatform.services.rest.impl.method.PrimitiveTypeProducer
Create object from given string.
createValue(String) - Method in class org.exoplatform.services.rest.impl.method.StringConstructorProducer
Create object from given string.
createValue(String) - Method in class org.exoplatform.services.rest.impl.method.StringProducer
Don't need to do anything just return passed in method String as is.
createValue(String) - Method in class org.exoplatform.services.rest.impl.method.StringValueOfProducer
Create object from given string.
createValue(String, MultivaluedMap<String, String>, String) - Method in class org.exoplatform.services.rest.impl.method.BaseCollectionProducer
Create Object (it is Collection) and add in it elements.
createValue(String, MultivaluedMap<String, String>, String) - Method in class org.exoplatform.services.rest.impl.method.BaseTypeProducer
createValue(String, MultivaluedMap<String, String>, String) - Method in class org.exoplatform.services.rest.impl.method.PrimitiveTypeProducer
createValue(String, MultivaluedMap<String, String>, String) - Method in interface org.exoplatform.services.rest.method.TypeProducer
 
createVariantListBuilder() - Method in class org.exoplatform.services.rest.impl.RuntimeDelegateImpl
currency - Variable in class org.exoplatform.services.rest.generated.MemberPrice
 
currency - Variable in class org.exoplatform.services.rest.generated.Price
 

D

DASL - Static variable in interface org.exoplatform.services.rest.ExtHttpHeaders
HTTP 1.1 "Allow" header.
DataSourceEntityProvider - Class in org.exoplatform.services.rest.impl.provider
 
DataSourceEntityProvider() - Constructor for class org.exoplatform.services.rest.impl.provider.DataSourceEntityProvider
 
DateHeaderDelegate - Class in org.exoplatform.services.rest.impl.header
 
DateHeaderDelegate() - Constructor for class org.exoplatform.services.rest.impl.header.DateHeaderDelegate
 
DAV - Static variable in interface org.exoplatform.services.rest.ExtHttpHeaders
WebDav "DAV" header.
decode(String, int) - Static method in class org.exoplatform.services.rest.impl.uri.UriComponent
Decode percent encoded URI string.
DEFAULT - Static variable in class org.exoplatform.services.rest.impl.header.AcceptLanguage
Default accepted language, it minds any language is acceptable.
DEFAULT - Static variable in class org.exoplatform.services.rest.impl.header.AcceptMediaType
Default accepted media type, it minds any content type is acceptable.
DEFAULT - Static variable in class org.exoplatform.services.rest.impl.header.MediaTypeHelper
Default media type.
DEFAULT_QUALITY_VALUE - Static variable in interface org.exoplatform.services.rest.header.QualityValue
Default quality value.
DEFAULT_TYPE - Static variable in class org.exoplatform.services.rest.impl.header.MediaTypeHelper
Default media type.
DEFAULT_TYPE_LIST - Static variable in class org.exoplatform.services.rest.impl.header.MediaTypeHelper
List which contains default media type.
DefaultExceptionMapper - Class in org.exoplatform.services.rest.impl
Transform Exception to JAX-RS response.
DefaultExceptionMapper() - Constructor for class org.exoplatform.services.rest.impl.DefaultExceptionMapper
 
DefaultMethodInvoker - Class in org.exoplatform.services.rest.impl.method
Invoker for Resource Method, Sub-Resource Method and SubResource Locator.
DefaultMethodInvoker() - Constructor for class org.exoplatform.services.rest.impl.method.DefaultMethodInvoker
 
DELETE - Enum constant in enum class org.exoplatform.services.rest.wadl.research.HTTPMethods
 
DependencySupplier - Class in org.exoplatform.services.rest.impl
Provide objects that required for constructors or fields of Resource or Provider.
DependencySupplier() - Constructor for class org.exoplatform.services.rest.impl.DependencySupplier
 
DependencySupplier(Class<? extends Annotation>) - Constructor for class org.exoplatform.services.rest.impl.DependencySupplier
 
DependencySupplier(InitParams) - Constructor for class org.exoplatform.services.rest.impl.DependencySupplier
 
DEPTH - Static variable in interface org.exoplatform.services.rest.ExtHttpHeaders
WebDav "Depth" header.
DESTINATION - Static variable in interface org.exoplatform.services.rest.ExtHttpHeaders
WebDav "Destination" header.
destroy() - Method in class org.exoplatform.services.rest.servlet.RestEncodingFilter
dispatch(GenericContainerRequest, GenericContainerResponse) - Method in class org.exoplatform.services.rest.impl.RequestDispatcher
Dispatch ContainerRequest to resource which can serve request.
doc - Variable in class org.exoplatform.services.rest.wadl.research.Application
 
doc - Variable in class org.exoplatform.services.rest.wadl.research.Grammars
 
doc - Variable in class org.exoplatform.services.rest.wadl.research.Include
 
doc - Variable in class org.exoplatform.services.rest.wadl.research.Link
 
doc - Variable in class org.exoplatform.services.rest.wadl.research.Method
 
doc - Variable in class org.exoplatform.services.rest.wadl.research.Option
 
doc - Variable in class org.exoplatform.services.rest.wadl.research.Param
 
doc - Variable in class org.exoplatform.services.rest.wadl.research.RepresentationType
 
doc - Variable in class org.exoplatform.services.rest.wadl.research.Request
 
doc - Variable in class org.exoplatform.services.rest.wadl.research.Resource
 
doc - Variable in class org.exoplatform.services.rest.wadl.research.Resources
 
doc - Variable in class org.exoplatform.services.rest.wadl.research.ResourceType
 
doc - Variable in class org.exoplatform.services.rest.wadl.research.Response
 
Doc - Class in org.exoplatform.services.rest.wadl.research
Java class for anonymous complex type.
Doc() - Constructor for class org.exoplatform.services.rest.wadl.research.Doc
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.exoplatform.services.rest.servlet.RestEncodingFilter
Set character encoding.
doFilter(GenericContainerRequest) - Method in interface org.exoplatform.services.rest.RequestFilter
Can modify original request.
doFilter(GenericContainerResponse) - Method in interface org.exoplatform.services.rest.ResponseFilter
Can modify original response.
doGetContextResolver(MediaTypeMap<ObjectFactory<ProviderDescriptor>>, Class<T>, MediaType) - Method in class org.exoplatform.services.rest.impl.ProviderBinder
 
doGetMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.ProviderBinder
Looking for message body reader according to supplied entity class, entity generic type, annotations and content type.
doGetMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.ProviderBinder
Looking for message body writer according to supplied entity class, entity generic type, annotations and content type.
DOMSourceEntityProvider - Class in org.exoplatform.services.rest.impl.provider
 
DOMSourceEntityProvider() - Constructor for class org.exoplatform.services.rest.impl.provider.DOMSourceEntityProvider
 
DummyContainerResponseWriter - Class in org.exoplatform.services.rest.tools
Mock object than can be used for any test when we don't care about response entity at all.
DummyContainerResponseWriter() - Constructor for class org.exoplatform.services.rest.tools.DummyContainerResponseWriter
 
DummySecurityContext - Class in org.exoplatform.services.rest.tools
 
DummySecurityContext(Principal, Set<String>) - Constructor for class org.exoplatform.services.rest.tools.DummySecurityContext
 

E

element - Variable in class org.exoplatform.services.rest.wadl.research.RepresentationType
 
encode(String, int, boolean) - Static method in class org.exoplatform.services.rest.impl.uri.UriComponent
Encode given URI string.
encodeLiteralCharacters(String) - Method in class org.exoplatform.services.rest.uri.UriTemplateParser
Encode set of literal characters.
encodings(String...) - Method in class org.exoplatform.services.rest.impl.VariantListBuilderImpl
entity(Object) - Method in class org.exoplatform.services.rest.impl.ResponseImpl.ResponseBuilderImpl
EntityProvider<T> - Interface in org.exoplatform.services.rest.provider
 
EntityProviderComponentPlugin - Class in org.exoplatform.services.rest.impl.provider
 
EntityProviderComponentPlugin(InitParams) - Constructor for class org.exoplatform.services.rest.impl.provider.EntityProviderComponentPlugin
 
EntityTagHeaderDelegate - Class in org.exoplatform.services.rest.impl.header
 
EntityTagHeaderDelegate() - Constructor for class org.exoplatform.services.rest.impl.header.EntityTagHeaderDelegate
 
entrySet() - Method in class org.exoplatform.services.rest.impl.InputHeadersMap
EnvironmentContext - Class in org.exoplatform.services.rest.impl
Keeps objects from environment (e.
EnvironmentContext() - Constructor for class org.exoplatform.services.rest.impl.EnvironmentContext
 
equals(Object) - Method in class org.exoplatform.services.rest.uri.UriPattern
evaluatePreconditions() - Method in class org.exoplatform.services.rest.impl.ContainerRequest
 
evaluatePreconditions(Date) - Method in class org.exoplatform.services.rest.impl.ContainerRequest
evaluatePreconditions(Date, EntityTag) - Method in class org.exoplatform.services.rest.impl.ContainerRequest
evaluatePreconditions(EntityTag) - Method in class org.exoplatform.services.rest.impl.ContainerRequest
ExceptionMapperComponentPlugin - Class in org.exoplatform.services.rest.impl
 
ExceptionMapperComponentPlugin(InitParams) - Constructor for class org.exoplatform.services.rest.impl.ExceptionMapperComponentPlugin
 
exceptionMappers - Variable in class org.exoplatform.services.rest.impl.ProviderBinder
Exception mappers.
expires(Date) - Method in class org.exoplatform.services.rest.impl.ResponseImpl.ResponseBuilderImpl
ExtendedProviders - Interface in org.exoplatform.services.rest.provider
 
ExtHttpHeaders - Interface in org.exoplatform.services.rest
 
ExtMultivaluedMap<K,V> - Interface in org.exoplatform.services.rest
Extension of MultivaluedMap that allows to get not null value (empty list) even there is no mapping value to supplied key.

F

FieldInjector - Interface in org.exoplatform.services.rest
Object field.
FieldInjectorImpl - Class in org.exoplatform.services.rest.impl
 
FieldInjectorImpl(Class<?>, Field) - Constructor for class org.exoplatform.services.rest.impl.FieldInjectorImpl
 
fields - Variable in class org.exoplatform.services.rest.BaseObjectModel
Resource class fields.
FILE_NODETYPE - Static variable in interface org.exoplatform.services.rest.ExtHttpHeaders
JCR-specific header to add an opportunity to create nodes of the specific types via WebDAV.
FileEntityProvider - Class in org.exoplatform.services.rest.impl.provider
 
FileEntityProvider() - Constructor for class org.exoplatform.services.rest.impl.provider.FileEntityProvider
 
Filter - Annotation Interface in org.exoplatform.services.rest
Marks an implementation of an extension interface.
FilterDescriptor - Interface in org.exoplatform.services.rest
Description of filter.
FilterDescriptorImpl - Class in org.exoplatform.services.rest.impl
 
FilterDescriptorImpl(Class<?>) - Constructor for class org.exoplatform.services.rest.impl.FilterDescriptorImpl
 
FilterDescriptorImpl(Object) - Constructor for class org.exoplatform.services.rest.impl.FilterDescriptorImpl
 
findMethodResourceMediaType(List<T>, List<MediaType>, List<MediaType>) - Method in class org.exoplatform.services.rest.impl.resource.AbstractResourceDescriptorImpl
Check is collection of ResourceMethodDescriptor already contains ResourceMethodDescriptor with the same media types.
fixed - Variable in class org.exoplatform.services.rest.wadl.research.Param
 
FOLDER_NODETYPE - Static variable in interface org.exoplatform.services.rest.ExtHttpHeaders
JCR-specific header to add an opportunity to create nodes of the specific types via WebDAV.
FormParameterResolver - Class in org.exoplatform.services.rest.impl.method
 
fragment(String) - Method in class org.exoplatform.services.rest.impl.uri.UriBuilderImpl
FRAGMENT - Static variable in class org.exoplatform.services.rest.impl.uri.UriComponent
Fragment.
fromString(String) - Method in class org.exoplatform.services.rest.impl.header.AcceptLanguageHeaderDelegate
fromString(String) - Method in class org.exoplatform.services.rest.impl.header.AcceptMediaTypeHeaderDelegate
fromString(String) - Method in class org.exoplatform.services.rest.impl.header.CacheControlHeaderDelegate
fromString(String) - Method in class org.exoplatform.services.rest.impl.header.CookieHeaderDelegate
fromString(String) - Method in class org.exoplatform.services.rest.impl.header.DateHeaderDelegate
Parse date header, header string must be in one of HTTP-date format see HTTP/1.1 documentation otherwise IllegalArgumentException will be thrown.
fromString(String) - Method in class org.exoplatform.services.rest.impl.header.EntityTagHeaderDelegate
fromString(String) - Method in class org.exoplatform.services.rest.impl.header.LocaleHeaderDelegate
fromString(String) - Method in class org.exoplatform.services.rest.impl.header.MediaTypeHeaderDelegate
fromString(String) - Method in class org.exoplatform.services.rest.impl.header.NewCookieHeaderDelegate
fromString(String) - Method in class org.exoplatform.services.rest.impl.header.StringHeaderDelegate
fromString(String) - Method in class org.exoplatform.services.rest.impl.header.URIHeaderDelegate
fromString(String, boolean) - Static method in class org.exoplatform.services.rest.impl.uri.PathSegmentImpl
Create instance of PathSegment from given string.
fromValue(String) - Static method in enum class org.exoplatform.services.rest.wadl.research.HTTPMethods
 
fromValue(String) - Static method in enum class org.exoplatform.services.rest.wadl.research.ParamStyle
 

G

GenericContainerRequest - Interface in org.exoplatform.services.rest
 
GenericContainerResponse - Interface in org.exoplatform.services.rest
 
GenericMethodResource - Interface in org.exoplatform.services.rest.resource
Abstraction for method in resource, this essence is common for ResourceMethodDescriptor, SubResourceMethodDescriptor, SubResourceLocatorDescriptor .
get(Object) - Method in class org.exoplatform.services.rest.impl.InputHeadersMap
get(Object) - Method in class org.exoplatform.services.rest.impl.OutputHeadersMap
GET - Enum constant in enum class org.exoplatform.services.rest.wadl.research.HTTPMethods
 
getAbsolutePath() - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
getAbsolutePathBuilder() - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
getAcceptableLanguages() - Method in class org.exoplatform.services.rest.impl.ContainerRequest
If accept-language header does not present or its length is null then default language list will be returned.
getAcceptableMediaType(List<MediaType>) - Method in interface org.exoplatform.services.rest.GenericContainerRequest
Select the first media type, from a given list of media types, that is most acceptable according to the requested acceptable media types.
getAcceptableMediaType(List<MediaType>) - Method in class org.exoplatform.services.rest.impl.ContainerRequest
Select the first media type, from a given list of media types, that is most acceptable according to the requested acceptable media types.
getAcceptableMediaTypes() - Method in class org.exoplatform.services.rest.impl.ContainerRequest
If accept header does not presents or its length is null then list with one element will be returned.
getAcceptableWriterMediaTypes(Class<?>, Type, Annotation[]) - Method in class org.exoplatform.services.rest.impl.ProviderBinder
Get list of most acceptable writer's media type for specified type.
getAcceptableWriterMediaTypes(Class<?>, Type, Annotation[]) - Method in interface org.exoplatform.services.rest.provider.ExtendedProviders
Get list of most acceptable writer's media type for specified type.
getAllow() - Method in class org.exoplatform.services.rest.resource.ResourceMethodMap
Get HTTP method names to use it in 'Allow' header.
getAnnotation() - Method in class org.exoplatform.services.rest.impl.ConstructorParameterImpl
getAnnotation() - Method in class org.exoplatform.services.rest.impl.FieldInjectorImpl
getAnnotation() - Method in class org.exoplatform.services.rest.impl.method.MethodParameterImpl
getAnnotation() - Method in interface org.exoplatform.services.rest.Parameter
 
getAnnotations() - Method in class org.exoplatform.services.rest.impl.ConstructorParameterImpl
getAnnotations() - Method in class org.exoplatform.services.rest.impl.FieldInjectorImpl
getAnnotations() - Method in class org.exoplatform.services.rest.impl.method.MethodParameterImpl
getAnnotations() - Method in interface org.exoplatform.services.rest.Parameter
 
getAny() - Method in class org.exoplatform.services.rest.wadl.research.Application
Gets the value of the any property.
getAny() - Method in class org.exoplatform.services.rest.wadl.research.Grammars
Gets the value of the any property.
getAny() - Method in class org.exoplatform.services.rest.wadl.research.Link
Gets the value of the any property.
getAny() - Method in class org.exoplatform.services.rest.wadl.research.Method
Gets the value of the any property.
getAny() - Method in class org.exoplatform.services.rest.wadl.research.Option
Gets the value of the any property.
getAny() - Method in class org.exoplatform.services.rest.wadl.research.Param
Gets the value of the any property.
getAny() - Method in class org.exoplatform.services.rest.wadl.research.RepresentationType
Gets the value of the any property.
getAny() - Method in class org.exoplatform.services.rest.wadl.research.Request
Gets the value of the any property.
getAny() - Method in class org.exoplatform.services.rest.wadl.research.Resource
Gets the value of the any property.
getAny() - Method in class org.exoplatform.services.rest.wadl.research.Resources
Gets the value of the any property.
getAny() - Method in class org.exoplatform.services.rest.wadl.research.ResourceType
Gets the value of the any property.
getAny() - Method in class org.exoplatform.services.rest.wadl.research.Response
Gets the value of the any property.
getApplication() - Method in class org.exoplatform.services.rest.impl.ApplicationProviders
 
getApplication() - Method in class org.exoplatform.services.rest.impl.resource.ApplicationResource
 
getAttributes() - Method in interface org.exoplatform.services.rest.ApplicationContext
 
getAttributes() - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
getAuthenticationScheme() - Method in class org.exoplatform.services.rest.impl.ContainerRequest
getAuthenticationScheme() - Method in class org.exoplatform.services.rest.servlet.ServletContainerRequest
getAuthenticationScheme() - Method in class org.exoplatform.services.rest.tools.DummySecurityContext
getAuthor() - Method in class org.exoplatform.services.rest.generated.Book
Gets the value of the author property.
getBase() - Method in class org.exoplatform.services.rest.wadl.research.Resources
Gets the value of the base property.
getBaseUri() - Method in interface org.exoplatform.services.rest.GenericContainerRequest
 
getBaseUri() - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
getBaseUri() - Method in class org.exoplatform.services.rest.impl.ContainerRequest
getBaseUriBuilder() - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
getBody() - Method in class org.exoplatform.services.rest.tools.ByteArrayContainerResponseWriter
 
getClasses() - Method in class org.exoplatform.services.rest.impl.StartableApplication
getComponent(Class<?>, Type) - Method in class org.exoplatform.services.rest.impl.DependencySupplier
 
getComponent(Parameter) - Method in class org.exoplatform.services.rest.impl.DependencySupplier
Instance for initialization parameter.
getConstructor() - Method in interface org.exoplatform.services.rest.ConstructorDescriptor
Get source constructor.
getConstructor() - Method in class org.exoplatform.services.rest.impl.ConstructorDescriptorImpl
Get source constructor.
getConstructorDescriptors() - Method in class org.exoplatform.services.rest.BaseObjectModel
getConstructorDescriptors() - Method in interface org.exoplatform.services.rest.ObjectModel
 
getContainerRequest() - Method in interface org.exoplatform.services.rest.ApplicationContext
 
getContainerRequest() - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
getContainerResponse() - Method in interface org.exoplatform.services.rest.ApplicationContext
 
getContainerResponse() - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
getContent() - Method in class org.exoplatform.services.rest.wadl.research.Doc
Gets the value of the content property.
getContentLengthLong(MultivaluedMap<String, String>) - Static method in class org.exoplatform.services.rest.impl.header.HeaderHelper
 
getContentType() - Method in interface org.exoplatform.services.rest.GenericContainerResponse
 
getContentType() - Method in class org.exoplatform.services.rest.impl.ContainerResponse
getContext(Class<?>) - Method in class org.exoplatform.services.rest.impl.provider.JAXBContextResolver
getContextResolver(Class<T>, MediaType) - Method in class org.exoplatform.services.rest.impl.ProviderBinder
getCookieHeaders() - Method in interface org.exoplatform.services.rest.GenericContainerRequest
Get read-only list of cookie header.
getCookieHeaders() - Method in class org.exoplatform.services.rest.impl.ContainerRequest
Get read-only list of cookie header.
getCookies() - Method in class org.exoplatform.services.rest.impl.ContainerRequest
getCurrency() - Method in class org.exoplatform.services.rest.generated.MemberPrice
Gets the value of the currency property.
getCurrency() - Method in class org.exoplatform.services.rest.generated.Price
Gets the value of the currency property.
getCurrent() - Static method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
 
getCurrent() - Static method in class org.exoplatform.services.rest.impl.EnvironmentContext
 
getDateFormats() - Static method in class org.exoplatform.services.rest.impl.header.HeaderHelper
 
getDefault() - Method in class org.exoplatform.services.rest.wadl.research.Param
Gets the value of the default property.
getDefaultValue() - Method in class org.exoplatform.services.rest.impl.ConstructorParameterImpl
getDefaultValue() - Method in class org.exoplatform.services.rest.impl.FieldInjectorImpl
getDefaultValue() - Method in class org.exoplatform.services.rest.impl.method.MethodParameterImpl
getDefaultValue() - Method in interface org.exoplatform.services.rest.Parameter
 
getDependencySupplier() - Method in interface org.exoplatform.services.rest.ApplicationContext
 
getDependencySupplier() - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
getDoc() - Method in class org.exoplatform.services.rest.wadl.research.Application
Gets the value of the doc property.
getDoc() - Method in class org.exoplatform.services.rest.wadl.research.Grammars
Gets the value of the doc property.
getDoc() - Method in class org.exoplatform.services.rest.wadl.research.Include
Gets the value of the doc property.
getDoc() - Method in class org.exoplatform.services.rest.wadl.research.Link
Gets the value of the doc property.
getDoc() - Method in class org.exoplatform.services.rest.wadl.research.Method
Gets the value of the doc property.
getDoc() - Method in class org.exoplatform.services.rest.wadl.research.Option
Gets the value of the doc property.
getDoc() - Method in class org.exoplatform.services.rest.wadl.research.Param
Gets the value of the doc property.
getDoc() - Method in class org.exoplatform.services.rest.wadl.research.RepresentationType
Gets the value of the doc property.
getDoc() - Method in class org.exoplatform.services.rest.wadl.research.Request
Gets the value of the doc property.
getDoc() - Method in class org.exoplatform.services.rest.wadl.research.Resource
Gets the value of the doc property.
getDoc() - Method in class org.exoplatform.services.rest.wadl.research.Resources
Gets the value of the doc property.
getDoc() - Method in class org.exoplatform.services.rest.wadl.research.ResourceType
Gets the value of the doc property.
getDoc() - Method in class org.exoplatform.services.rest.wadl.research.Response
Gets the value of the doc property.
getElement() - Method in class org.exoplatform.services.rest.wadl.research.RepresentationType
Gets the value of the element property.
getEntity() - Method in interface org.exoplatform.services.rest.GenericContainerResponse
 
getEntity() - Method in class org.exoplatform.services.rest.impl.ContainerResponse
getEntity() - Method in class org.exoplatform.services.rest.impl.ResponseImpl
getEntityProviders() - Method in class org.exoplatform.services.rest.impl.provider.EntityProviderComponentPlugin
 
getEntityStream() - Method in interface org.exoplatform.services.rest.GenericContainerRequest
Get entity body represented by InputStream.
getEntityStream() - Method in class org.exoplatform.services.rest.impl.ContainerRequest
Get entity body represented by InputStream.
getEntityType() - Method in interface org.exoplatform.services.rest.GenericContainerResponse
 
getEntityType() - Method in class org.exoplatform.services.rest.impl.ContainerResponse
getExceptionMapper(Class<T>) - Method in class org.exoplatform.services.rest.impl.ProviderBinder
getExceptionMappers() - Method in class org.exoplatform.services.rest.impl.ExceptionMapperComponentPlugin
 
getFieldInjectors() - Method in class org.exoplatform.services.rest.BaseObjectModel
getFieldInjectors() - Method in interface org.exoplatform.services.rest.ObjectModel
 
getFilters() - Method in class org.exoplatform.services.rest.impl.method.MethodInvokerFilterComponentPlugin
 
getFilters() - Method in class org.exoplatform.services.rest.impl.RequestFilterComponentPlugin
 
getFilters() - Method in class org.exoplatform.services.rest.impl.ResponseFilterComponentPlugin
 
getFirst(String) - Method in class org.exoplatform.services.rest.impl.InputHeadersMap
getFirst(String) - Method in class org.exoplatform.services.rest.impl.MultivaluedMapImpl
getFirst(String) - Method in class org.exoplatform.services.rest.impl.OutputHeadersMap
getFirst(String) - Method in class org.exoplatform.services.rest.resource.ResourceMethodMap
getFirst(MediaType) - Method in class org.exoplatform.services.rest.util.MediaTypeMultivaluedMap
getFirst(UriPattern) - Method in class org.exoplatform.services.rest.util.UriPatternMap
getFixed() - Method in class org.exoplatform.services.rest.wadl.research.Param
Gets the value of the fixed property.
getGenericType() - Method in class org.exoplatform.services.rest.impl.ConstructorParameterImpl
getGenericType() - Method in class org.exoplatform.services.rest.impl.FieldInjectorImpl
getGenericType() - Method in class org.exoplatform.services.rest.impl.method.MethodParameterImpl
getGenericType() - Method in interface org.exoplatform.services.rest.Parameter
 
getGrammars() - Method in class org.exoplatform.services.rest.wadl.research.Application
Gets the value of the grammars property.
getGroupIndexes() - Method in class org.exoplatform.services.rest.uri.UriTemplateParser
 
getHeaderAsString(Object) - Static method in class org.exoplatform.services.rest.impl.header.HeaderHelper
Create string representation of Java Object for adding to response.
getHeaders() - Method in class org.exoplatform.services.rest.tools.ByteArrayContainerResponseWriter
 
getHref() - Method in class org.exoplatform.services.rest.wadl.research.Include
Gets the value of the href property.
getHref() - Method in class org.exoplatform.services.rest.wadl.research.Method
Gets the value of the href property.
getHref() - Method in class org.exoplatform.services.rest.wadl.research.RepresentationType
Gets the value of the href property.
getHttpHeaders() - Method in interface org.exoplatform.services.rest.ApplicationContext
 
getHttpHeaders() - Method in interface org.exoplatform.services.rest.GenericContainerResponse
 
getHttpHeaders() - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
getHttpHeaders() - Method in class org.exoplatform.services.rest.impl.ContainerResponse
getHttpMethod() - Method in class org.exoplatform.services.rest.impl.resource.ResourceMethodDescriptorImpl
Get HTTP method name.
getHttpMethod() - Method in class org.exoplatform.services.rest.impl.resource.SubResourceMethodDescriptorImpl
Get HTTP method name.
getHttpMethod() - Method in interface org.exoplatform.services.rest.resource.ResourceMethodDescriptor
Get HTTP method name.
getId() - Method in class org.exoplatform.services.rest.wadl.research.Method
Gets the value of the id property.
getId() - Method in class org.exoplatform.services.rest.wadl.research.Param
Gets the value of the id property.
getId() - Method in class org.exoplatform.services.rest.wadl.research.RepresentationType
Gets the value of the id property.
getId() - Method in class org.exoplatform.services.rest.wadl.research.Resource
Gets the value of the id property.
getId() - Method in class org.exoplatform.services.rest.wadl.research.ResourceType
Gets the value of the id property.
getInclude() - Method in class org.exoplatform.services.rest.wadl.research.Grammars
Gets the value of the include property.
getInitialProperties() - Method in interface org.exoplatform.services.rest.ApplicationContext
 
getInitialProperties() - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
getInstance() - Static method in class org.exoplatform.services.rest.impl.ProviderBinder
Get actual set of providers.
getInstance() - Static method in class org.exoplatform.services.rest.impl.resource.ResourceDescriptorValidator
 
getInstance(ApplicationContext) - Method in class org.exoplatform.services.rest.ContainerObjectFactory
Create object instance.
getInstance(ApplicationContext) - Method in interface org.exoplatform.services.rest.ObjectFactory
Create object instance.
getInstance(ApplicationContext) - Method in class org.exoplatform.services.rest.PerRequestObjectFactory
Create object instance.
getInstance(ApplicationContext) - Method in class org.exoplatform.services.rest.SingletonObjectFactory
Create object instance.
getJAXBContext(Class<?>) - Method in class org.exoplatform.services.rest.impl.provider.JAXBContextResolver
Return JAXBContext according to supplied type.
getJAXBContext(Class<?>, MediaType) - Method in class org.exoplatform.services.rest.impl.provider.JAXBElementEntityProvider
 
getJAXBContext(Class<?>, MediaType) - Method in class org.exoplatform.services.rest.impl.provider.JAXBObjectEntityProvider
 
getJAXBContexts() - Method in class org.exoplatform.services.rest.impl.provider.JAXBContextComponentPlugin
 
getLang() - Method in class org.exoplatform.services.rest.wadl.research.Doc
Gets the value of the lang property.
getLanguage() - Method in class org.exoplatform.services.rest.impl.ContainerRequest
getLink() - Method in class org.exoplatform.services.rest.wadl.research.Param
Gets the value of the link property.
getList(String) - Method in class org.exoplatform.services.rest.impl.MultivaluedMapImpl
getList(String) - Method in class org.exoplatform.services.rest.resource.ResourceMethodMap
getList(MediaType) - Method in class org.exoplatform.services.rest.util.MediaTypeMultivaluedMap
Get List with specified key.
getList(K) - Method in interface org.exoplatform.services.rest.ExtMultivaluedMap
 
getList(UriPattern) - Method in class org.exoplatform.services.rest.util.UriPatternMap
 
getLocale() - Method in class org.exoplatform.services.rest.impl.header.Language
 
getLocale(String) - Static method in class org.exoplatform.services.rest.impl.header.Language
Create Locale from Language Tag string.
getMatchedFilters(String, UriPatternMap<ObjectFactory<FilterDescriptor>>) - Method in class org.exoplatform.services.rest.impl.ProviderBinder
 
getMatchedResource(String, List<String>) - Method in class org.exoplatform.services.rest.impl.ResourceBinder
Get root resource matched to requestPath.
getMatchedResources() - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
getMatchedURIs() - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
getMatchedURIs(boolean) - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
getMatrixParameters() - Method in class org.exoplatform.services.rest.impl.uri.PathSegmentImpl
getMediaType() - Method in class org.exoplatform.services.rest.impl.ContainerRequest
getMediaType() - Method in class org.exoplatform.services.rest.wadl.research.RepresentationType
Gets the value of the mediaType property.
getMemberPrice() - Method in class org.exoplatform.services.rest.generated.Book
Gets the value of the memberPrice property.
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.ProviderBinder
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.ProviderBinder
getMetaAnnotation(Method, Class<T>) - Method in class org.exoplatform.services.rest.impl.resource.AbstractResourceDescriptorImpl
Get all method with at least one annotation which has annotation annotation.
getMetadata() - Method in class org.exoplatform.services.rest.impl.ResponseImpl
getMethod() - Method in class org.exoplatform.services.rest.impl.ContainerRequest
getMethod() - Method in class org.exoplatform.services.rest.impl.resource.ResourceMethodDescriptorImpl
getMethod() - Method in class org.exoplatform.services.rest.impl.resource.SubResourceLocatorDescriptorImpl
getMethod() - Method in class org.exoplatform.services.rest.impl.resource.SubResourceMethodDescriptorImpl
getMethod() - Method in interface org.exoplatform.services.rest.resource.GenericMethodResource
 
getMethod() - Method in class org.exoplatform.services.rest.wadl.research.ResourceType
Gets the value of the method property.
getMethodAnnotation(Method, Class<?>, Class<T>, boolean) - Method in class org.exoplatform.services.rest.impl.resource.AbstractResourceDescriptorImpl
Tries to get JAX-RS annotation on method from the root resource class's superclass or implemented interfaces.
getMethodInvoker() - Method in interface org.exoplatform.services.rest.impl.method.MethodInvokerFactory
 
getMethodInvoker() - Method in class org.exoplatform.services.rest.impl.resource.AbstractResourceDescriptorImpl
 
getMethodInvoker() - Method in class org.exoplatform.services.rest.impl.resource.ResourceMethodDescriptorImpl
getMethodInvoker() - Method in class org.exoplatform.services.rest.impl.resource.SubResourceLocatorDescriptorImpl
getMethodInvoker() - Method in class org.exoplatform.services.rest.impl.resource.SubResourceMethodDescriptorImpl
getMethodInvoker() - Method in interface org.exoplatform.services.rest.resource.GenericMethodResource
 
getMethodInvokerFilters(String) - Method in class org.exoplatform.services.rest.impl.ProviderBinder
getMethodInvokerFilters(String) - Method in interface org.exoplatform.services.rest.provider.ExtendedProviders
 
getMethodMap(UriPattern) - Method in class org.exoplatform.services.rest.resource.SubResourceMethodMap
 
getMethodOrResource() - Method in class org.exoplatform.services.rest.wadl.research.Resource
Gets the value of the methodOrResource property.
getMethodParameters() - Method in class org.exoplatform.services.rest.impl.resource.ResourceMethodDescriptorImpl
getMethodParameters() - Method in class org.exoplatform.services.rest.impl.resource.SubResourceLocatorDescriptorImpl
getMethodParameters() - Method in class org.exoplatform.services.rest.impl.resource.SubResourceMethodDescriptorImpl
getMethodParameters() - Method in interface org.exoplatform.services.rest.resource.GenericMethodResource
 
getName() - Method in interface org.exoplatform.services.rest.FieldInjector
 
getName() - Method in class org.exoplatform.services.rest.impl.FieldInjectorImpl
getName() - Method in class org.exoplatform.services.rest.wadl.research.Method
Gets the value of the name property.
getName() - Method in class org.exoplatform.services.rest.wadl.research.Param
Gets the value of the name property.
getNumberOfLiteralCharacters() - Method in class org.exoplatform.services.rest.uri.UriPattern
Get the number of literal characters in the template.
getNumberOfLiteralCharacters() - Method in class org.exoplatform.services.rest.uri.UriTemplateParser
Get the number of literal characters in the template.
getObjectClass() - Method in class org.exoplatform.services.rest.BaseObjectModel
getObjectClass() - Method in interface org.exoplatform.services.rest.ObjectModel
 
getObjectModel() - Method in class org.exoplatform.services.rest.ContainerObjectFactory
getObjectModel() - Method in interface org.exoplatform.services.rest.ObjectFactory
 
getObjectModel() - Method in class org.exoplatform.services.rest.PerRequestObjectFactory
getObjectModel() - Method in class org.exoplatform.services.rest.SingletonObjectFactory
getOption() - Method in class org.exoplatform.services.rest.wadl.research.Param
Gets the value of the option property.
getOtherAttributes() - Method in class org.exoplatform.services.rest.wadl.research.Doc
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.exoplatform.services.rest.wadl.research.Include
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.exoplatform.services.rest.wadl.research.Link
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.exoplatform.services.rest.wadl.research.Method
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.exoplatform.services.rest.wadl.research.Option
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.exoplatform.services.rest.wadl.research.Param
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.exoplatform.services.rest.wadl.research.RepresentationType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.exoplatform.services.rest.wadl.research.Request
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.exoplatform.services.rest.wadl.research.Resource
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.exoplatform.services.rest.wadl.research.Resources
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.exoplatform.services.rest.wadl.research.ResourceType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.exoplatform.services.rest.wadl.research.Response
Gets a map that contains attributes that aren't bound to any typed property on this class.
getParam() - Method in class org.exoplatform.services.rest.wadl.research.RepresentationType
Gets the value of the param property.
getParam() - Method in class org.exoplatform.services.rest.wadl.research.Request
Gets the value of the param property.
getParam() - Method in class org.exoplatform.services.rest.wadl.research.Resource
Gets the value of the param property.
getParam() - Method in class org.exoplatform.services.rest.wadl.research.ResourceType
Gets the value of the param property.
getParam() - Method in class org.exoplatform.services.rest.wadl.research.Response
Gets the value of the param property.
getParameterClass() - Method in class org.exoplatform.services.rest.impl.ConstructorParameterImpl
getParameterClass() - Method in class org.exoplatform.services.rest.impl.FieldInjectorImpl
getParameterClass() - Method in class org.exoplatform.services.rest.impl.method.MethodParameterImpl
getParameterClass() - Method in interface org.exoplatform.services.rest.Parameter
 
getParameterNames() - Method in class org.exoplatform.services.rest.uri.UriPattern
 
getParameterNames() - Method in class org.exoplatform.services.rest.uri.UriTemplateParser
 
getParameters() - Method in interface org.exoplatform.services.rest.ConstructorDescriptor
 
getParameters() - Method in class org.exoplatform.services.rest.impl.ConstructorDescriptorImpl
getParameterValues() - Method in interface org.exoplatform.services.rest.ApplicationContext
Should be used to pass template values in context by using returned list in matching at UriPattern.match(String, List) .
getParameterValues() - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
Should be used to pass template values in context by using returned list in matching at UriPattern.match(String, List) .
getParentResource() - Method in class org.exoplatform.services.rest.impl.resource.ResourceMethodDescriptorImpl
getParentResource() - Method in class org.exoplatform.services.rest.impl.resource.SubResourceLocatorDescriptorImpl
getParentResource() - Method in class org.exoplatform.services.rest.impl.resource.SubResourceMethodDescriptorImpl
getParentResource() - Method in interface org.exoplatform.services.rest.resource.GenericMethodResource
 
getPath() - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
getPath() - Method in class org.exoplatform.services.rest.impl.resource.PathValue
 
getPath() - Method in class org.exoplatform.services.rest.impl.uri.PathSegmentImpl
getPath() - Method in class org.exoplatform.services.rest.wadl.research.Param
Gets the value of the path property.
getPath() - Method in class org.exoplatform.services.rest.wadl.research.Resource
Gets the value of the path property.
getPath(boolean) - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
getPathParameters() - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
getPathParameters(boolean) - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
getPathSegments() - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
getPathSegments(boolean) - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
getPathValue() - Method in interface org.exoplatform.services.rest.FilterDescriptor
 
getPathValue() - Method in class org.exoplatform.services.rest.impl.FilterDescriptorImpl
getPathValue() - Method in class org.exoplatform.services.rest.impl.resource.AbstractResourceDescriptorImpl
getPathValue() - Method in class org.exoplatform.services.rest.impl.resource.SubResourceLocatorDescriptorImpl
getPathValue() - Method in class org.exoplatform.services.rest.impl.resource.SubResourceMethodDescriptorImpl
getPathValue() - Method in interface org.exoplatform.services.rest.resource.AbstractResourceDescriptor
 
getPathValue() - Method in interface org.exoplatform.services.rest.resource.SubResourceLocatorDescriptor
 
getPathValue() - Method in interface org.exoplatform.services.rest.resource.SubResourceMethodDescriptor
 
getPattern() - Method in class org.exoplatform.services.rest.uri.UriPattern
Get the regex pattern.
getPrice() - Method in class org.exoplatform.services.rest.generated.Book
Gets the value of the price property.
getPrimaryTag() - Method in class org.exoplatform.services.rest.impl.header.Language
Get primary-tag of language tag, e.
getProfile() - Method in class org.exoplatform.services.rest.wadl.research.RepresentationType
Gets the value of the profile property.
getProperties() - Method in class org.exoplatform.services.rest.BaseObjectModel
Optional attributes.
getProperties() - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
getProperties() - Method in interface org.exoplatform.services.rest.InitialProperties
 
getProperties() - Method in interface org.exoplatform.services.rest.ObjectModel
Optional attributes.
getProperty(String) - Method in class org.exoplatform.services.rest.BaseObjectModel
getProperty(String) - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
Get property.
getProperty(String) - Static method in class org.exoplatform.services.rest.impl.RequestHandlerImpl
 
getProperty(String) - Method in interface org.exoplatform.services.rest.InitialProperties
Get property.
getProperty(String) - Method in interface org.exoplatform.services.rest.ObjectModel
 
getProviders() - Method in interface org.exoplatform.services.rest.ApplicationContext
 
getProviders() - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
getProviders(String) - Method in class org.exoplatform.services.rest.impl.ProvidersRegistry
 
getQueryParameters() - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
getQueryParameters(boolean) - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
getQueryType() - Method in class org.exoplatform.services.rest.wadl.research.Resource
Gets the value of the queryType property.
getQvalue() - Method in interface org.exoplatform.services.rest.header.QualityValue
 
getQvalue() - Method in class org.exoplatform.services.rest.impl.header.AcceptLanguage
getQvalue() - Method in class org.exoplatform.services.rest.impl.header.AcceptMediaType
getQvalue() - Method in class org.exoplatform.services.rest.impl.header.AcceptToken
getRegex() - Method in class org.exoplatform.services.rest.uri.UriPattern
Get the regular expression.
getRegex() - Method in class org.exoplatform.services.rest.uri.UriTemplateParser
Get the regular expression.
getRel() - Method in class org.exoplatform.services.rest.wadl.research.Link
Gets the value of the rel property.
getRepresentation() - Method in class org.exoplatform.services.rest.wadl.research.Request
Gets the value of the representation property.
getRepresentationOrFault() - Method in class org.exoplatform.services.rest.wadl.research.Response
Gets the value of the representationOrFault property.
getRequest() - Method in interface org.exoplatform.services.rest.ApplicationContext
 
getRequest() - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
getRequest() - Method in class org.exoplatform.services.rest.wadl.research.Method
Gets the value of the request property.
getRequestFilters(String) - Method in class org.exoplatform.services.rest.impl.ProviderBinder
getRequestFilters(String) - Method in interface org.exoplatform.services.rest.provider.ExtendedProviders
 
getRequestHeader(String) - Method in class org.exoplatform.services.rest.impl.ContainerRequest
getRequestHeaders() - Method in class org.exoplatform.services.rest.impl.ContainerRequest
getRequestUri() - Method in interface org.exoplatform.services.rest.GenericContainerRequest
 
getRequestUri() - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
getRequestUri() - Method in class org.exoplatform.services.rest.impl.ContainerRequest
getRequestUriBuilder() - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
getResource() - Method in class org.exoplatform.services.rest.wadl.research.Resources
Gets the value of the resource property.
getResourceMethods() - Method in class org.exoplatform.services.rest.impl.resource.AbstractResourceDescriptorImpl
getResourceMethods() - Method in interface org.exoplatform.services.rest.resource.AbstractResourceDescriptor
 
getResources() - Method in class org.exoplatform.services.rest.impl.ResourceBinder
 
getResources() - Method in class org.exoplatform.services.rest.wadl.research.Application
Gets the value of the resources property.
getResourceType() - Method in class org.exoplatform.services.rest.wadl.research.Link
Gets the value of the resourceType property.
getResourceTypeOrMethodOrRepresentation() - Method in class org.exoplatform.services.rest.wadl.research.Application
Gets the value of the resourceTypeOrMethodOrRepresentation property.
getResponse() - Method in interface org.exoplatform.services.rest.GenericContainerResponse
Get preset Response.
getResponse() - Method in class org.exoplatform.services.rest.impl.ContainerResponse
Get preset Response.
getResponse() - Method in class org.exoplatform.services.rest.wadl.research.Method
Gets the value of the response property.
getResponseFilters(String) - Method in class org.exoplatform.services.rest.impl.ProviderBinder
getResponseFilters(String) - Method in interface org.exoplatform.services.rest.provider.ExtendedProviders
 
getResponseType() - Method in class org.exoplatform.services.rest.impl.resource.OptionsRequestResourceMethodDescriptorImpl
getResponseType() - Method in class org.exoplatform.services.rest.impl.resource.ResourceMethodDescriptorImpl
getResponseType() - Method in class org.exoplatform.services.rest.impl.resource.SubResourceLocatorDescriptorImpl
getResponseType() - Method in class org.exoplatform.services.rest.impl.resource.SubResourceMethodDescriptorImpl
getResponseType() - Method in interface org.exoplatform.services.rest.resource.GenericMethodResource
 
getRev() - Method in class org.exoplatform.services.rest.wadl.research.Link
Gets the value of the rev property.
getRootResources() - Method in class org.exoplatform.services.rest.impl.ResourceBinder
Deprecated.
getRootResourse(List<String>, String) - Method in class org.exoplatform.services.rest.impl.RequestDispatcher
Get root resource.
getSecurityContext() - Method in interface org.exoplatform.services.rest.ApplicationContext
 
getSecurityContext() - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
getServletRequest() - Method in class org.exoplatform.services.rest.servlet.ServletContainerRequest
 
getSingletons() - Method in class org.exoplatform.services.rest.impl.StartableApplication
getSize() - Method in class org.exoplatform.services.rest.impl.ResourceBinder
 
getSize(byte[], Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.ByteEntityProvider
getSize(File, Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.FileEntityProvider
getSize(InputStream, Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.InputStreamEntityProvider
getSize(Reader, Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.ReaderEntityProvider
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.JAXBObjectEntityProvider
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.JsonEntityProvider
getSize(String, Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.StringEntityProvider
getSize(Iterator<? extends FileItem>, Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.MultipartFormDataEntityProvider
 
getSize(DataSource, Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.DataSourceEntityProvider
getSize(MultivaluedMap<String, String>, Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.MultivaluedMapEntityProvider
getSize(StreamingOutput, Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.StreamOutputEntityProvider
getSize(JAXBElement<?>, Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.JAXBElementEntityProvider
getSize(DOMSource, Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.DOMSourceEntityProvider
getSize(SAXSource, Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.SAXSourceEntityProvider
getSize(StreamSource, Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.StreamSourceEntityProvider
getStatus() - Method in interface org.exoplatform.services.rest.GenericContainerResponse
 
getStatus() - Method in class org.exoplatform.services.rest.impl.ContainerResponse
getStatus() - Method in class org.exoplatform.services.rest.impl.ResponseImpl
getStatus() - Method in class org.exoplatform.services.rest.wadl.research.RepresentationType
Gets the value of the status property.
getStyle() - Method in class org.exoplatform.services.rest.wadl.research.Param
Gets the value of the style property.
getSubResourceLocators() - Method in class org.exoplatform.services.rest.impl.resource.AbstractResourceDescriptorImpl
getSubResourceLocators() - Method in interface org.exoplatform.services.rest.resource.AbstractResourceDescriptor
 
getSubResourceMethods() - Method in class org.exoplatform.services.rest.impl.resource.AbstractResourceDescriptorImpl
getSubResourceMethods() - Method in interface org.exoplatform.services.rest.resource.AbstractResourceDescriptor
 
getSubTag() - Method in class org.exoplatform.services.rest.impl.header.Language
Get sub-tag of language tag, e.
getTemplate() - Method in class org.exoplatform.services.rest.uri.UriPattern
Get the URI template as a String.
getTemplate() - Method in class org.exoplatform.services.rest.uri.UriTemplateParser
Get the URI template.
getTitle() - Method in class org.exoplatform.services.rest.generated.Book
Gets the value of the title property.
getTitle() - Method in class org.exoplatform.services.rest.wadl.research.Doc
Gets the value of the title property.
getToken() - Method in class org.exoplatform.services.rest.impl.header.Token
 
getTransactionalServices() - Method in class org.exoplatform.services.rest.servlet.RestServlet
 
getType() - Method in class org.exoplatform.services.rest.wadl.research.Param
Gets the value of the type property.
getType() - Method in class org.exoplatform.services.rest.wadl.research.Resource
Gets the value of the type property.
getUriInfo() - Method in interface org.exoplatform.services.rest.ApplicationContext
 
getUriInfo() - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
getUriPattern() - Method in interface org.exoplatform.services.rest.FilterDescriptor
UriPattern build in same manner as for resources.
getUriPattern() - Method in class org.exoplatform.services.rest.impl.FilterDescriptorImpl
UriPattern build in same manner as for resources.
getUriPattern() - Method in class org.exoplatform.services.rest.impl.resource.AbstractResourceDescriptorImpl
getUriPattern() - Method in class org.exoplatform.services.rest.impl.resource.SubResourceLocatorDescriptorImpl
getUriPattern() - Method in class org.exoplatform.services.rest.impl.resource.SubResourceMethodDescriptorImpl
getUriPattern() - Method in interface org.exoplatform.services.rest.resource.AbstractResourceDescriptor
 
getUriPattern() - Method in interface org.exoplatform.services.rest.resource.SubResourceLocatorDescriptor
 
getUriPattern() - Method in interface org.exoplatform.services.rest.resource.SubResourceMethodDescriptor
 
getUserPrincipal() - Method in class org.exoplatform.services.rest.impl.ContainerRequest
getUserPrincipal() - Method in class org.exoplatform.services.rest.servlet.ServletContainerRequest
getUserPrincipal() - Method in class org.exoplatform.services.rest.tools.DummySecurityContext
getValue() - Method in class org.exoplatform.services.rest.generated.MemberPrice
Gets the value of the value property.
getValue() - Method in class org.exoplatform.services.rest.generated.Price
Gets the value of the value property.
getValue() - Method in class org.exoplatform.services.rest.wadl.research.Option
Gets the value of the value property.
grammars - Variable in class org.exoplatform.services.rest.wadl.research.Application
 
Grammars - Class in org.exoplatform.services.rest.wadl.research
Java class for anonymous complex type.
Grammars() - Constructor for class org.exoplatform.services.rest.wadl.research.Grammars
 

H

handleRequest(GenericContainerRequest, GenericContainerResponse) - Method in class org.exoplatform.services.rest.impl.RequestHandlerImpl
Handle the HTTP request by dispatching request to appropriate resource.
handleRequest(GenericContainerRequest, GenericContainerResponse) - Method in interface org.exoplatform.services.rest.RequestHandler
Handle the HTTP request by dispatching request to appropriate resource.
handleVariants(ContainerRequest, List<Variant>) - Static method in class org.exoplatform.services.rest.impl.VariantsHandler
Looking for most acceptable variant for given request.
hashCode() - Method in class org.exoplatform.services.rest.uri.UriPattern
HEAD - Enum constant in enum class org.exoplatform.services.rest.wadl.research.HTTPMethods
 
header(String, Object) - Method in class org.exoplatform.services.rest.impl.ResponseImpl.ResponseBuilderImpl
HEADER - Enum constant in enum class org.exoplatform.services.rest.wadl.research.ParamStyle
 
HeaderHelper - Class in org.exoplatform.services.rest.impl.header
 
HeaderParameterParser - Class in org.exoplatform.services.rest.impl.header
 
HeaderParameterParser() - Constructor for class org.exoplatform.services.rest.impl.header.HeaderParameterParser
 
HeaderParameterResolver - Class in org.exoplatform.services.rest.impl.method
 
host(String) - Method in class org.exoplatform.services.rest.impl.uri.UriBuilderImpl
HOST - Static variable in class org.exoplatform.services.rest.impl.uri.UriComponent
Host URI component.
href - Variable in class org.exoplatform.services.rest.wadl.research.Include
 
href - Variable in class org.exoplatform.services.rest.wadl.research.Method
 
href - Variable in class org.exoplatform.services.rest.wadl.research.RepresentationType
 
HTTPMethods - Enum Class in org.exoplatform.services.rest.wadl.research
Java class for HTTPMethods.

I

id - Variable in class org.exoplatform.services.rest.wadl.research.Method
 
id - Variable in class org.exoplatform.services.rest.wadl.research.Param
 
id - Variable in class org.exoplatform.services.rest.wadl.research.RepresentationType
 
id - Variable in class org.exoplatform.services.rest.wadl.research.Resource
 
id - Variable in class org.exoplatform.services.rest.wadl.research.ResourceType
 
IF - Static variable in interface org.exoplatform.services.rest.ExtHttpHeaders
WebDav "If" header.
include - Variable in class org.exoplatform.services.rest.wadl.research.Grammars
 
Include - Class in org.exoplatform.services.rest.wadl.research
Java class for anonymous complex type.
Include() - Constructor for class org.exoplatform.services.rest.wadl.research.Include
 
init() - Method in class org.exoplatform.services.rest.impl.ApplicationProviders
Add prepared providers.
init() - Method in class org.exoplatform.services.rest.impl.ProviderBinder
Add prepared providers.
init() - Method in class org.exoplatform.services.rest.impl.RequestHandlerImpl
Startup initialization.
init(FilterConfig) - Method in class org.exoplatform.services.rest.servlet.RestEncodingFilter
InitialProperties - Interface in org.exoplatform.services.rest
Container for properties, that may be injected in resource by @Context annotation.
inject(Object, ApplicationContext) - Method in interface org.exoplatform.services.rest.FieldInjector
Set Object Field using ApplicationContext for resolve actual field value.
inject(Object, ApplicationContext) - Method in class org.exoplatform.services.rest.impl.FieldInjectorImpl
Set Object Field using ApplicationContext for resolve actual field value.
injectAnnotationClass - Variable in class org.exoplatform.services.rest.impl.DependencySupplier
 
InputHeadersMap - Class in org.exoplatform.services.rest.impl
Read only case insensitive MultivaluedMap.
InputHeadersMap(Map<String, List<String>>) - Constructor for class org.exoplatform.services.rest.impl.InputHeadersMap
 
InputStreamEntityProvider - Class in org.exoplatform.services.rest.impl.provider
 
InputStreamEntityProvider() - Constructor for class org.exoplatform.services.rest.impl.provider.InputStreamEntityProvider
 
InternalException - Exception Class in org.exoplatform.services.rest.impl
Should not be used by custom services.
InternalException(String, Throwable) - Constructor for exception class org.exoplatform.services.rest.impl.InternalException
 
InternalException(Throwable) - Constructor for exception class org.exoplatform.services.rest.impl.InternalException
 
invokeMethod(Object, GenericMethodResource, Object[]) - Method in class org.exoplatform.services.rest.impl.method.DefaultMethodInvoker
 
invokeMethod(Object, GenericMethodResource, ApplicationContext) - Method in class org.exoplatform.services.rest.impl.method.DefaultMethodInvoker
Invoke supplied method and return result of method invoking.
invokeMethod(Object, GenericMethodResource, ApplicationContext) - Method in class org.exoplatform.services.rest.impl.method.OptionsRequestMethodInvoker
Invoke supplied method and return result of method invoking.
invokeMethod(Object, GenericMethodResource, ApplicationContext) - Method in interface org.exoplatform.services.rest.method.MethodInvoker
Invoke supplied method and return result of method invoking.
invokerFactory - Variable in class org.exoplatform.services.rest.impl.RequestDispatcher
 
invokerFactory - Variable in class org.exoplatform.services.rest.impl.ResourceBinder
Producer of methods invokers.
invokerFilters - Variable in class org.exoplatform.services.rest.impl.ProviderBinder
Method invoking filters.
IOHelper - Class in org.exoplatform.services.rest.impl.provider
 
isCompatible(Language) - Method in class org.exoplatform.services.rest.impl.header.Language
Check is two Language instance is compatible.
isCompatible(Token) - Method in class org.exoplatform.services.rest.impl.header.Token
Check is to token is compatible.
isConsume(List<MediaType>, MediaType) - Static method in class org.exoplatform.services.rest.impl.header.MediaTypeHelper
Useful for checking does method able to consume certain media type.
isEncoded() - Method in class org.exoplatform.services.rest.impl.ConstructorParameterImpl
isEncoded() - Method in class org.exoplatform.services.rest.impl.FieldInjectorImpl
isEncoded() - Method in class org.exoplatform.services.rest.impl.method.MethodParameterImpl
isEncoded() - Method in interface org.exoplatform.services.rest.Parameter
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.ByteEntityProvider
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.DataSourceEntityProvider
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.DOMSourceEntityProvider
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.FileEntityProvider
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.InputStreamEntityProvider
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.JAXBElementEntityProvider
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.JAXBObjectEntityProvider
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.JsonEntityProvider
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.JsonpEntityProvider
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.MultipartFormDataEntityProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.MultivaluedMapEntityProvider
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.ReaderEntityProvider
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.SAXSourceEntityProvider
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.StreamOutputEntityProvider
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.StreamSourceEntityProvider
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.StringEntityProvider
isRepeating() - Method in class org.exoplatform.services.rest.wadl.research.Param
Gets the value of the repeating property.
isRequired() - Method in class org.exoplatform.services.rest.wadl.research.Param
Gets the value of the required property.
isRootResource() - Method in class org.exoplatform.services.rest.impl.resource.AbstractResourceDescriptorImpl
isRootResource() - Method in interface org.exoplatform.services.rest.resource.AbstractResourceDescriptor
 
isSecure() - Method in class org.exoplatform.services.rest.impl.ContainerRequest
isSecure() - Method in class org.exoplatform.services.rest.servlet.ServletContainerRequest
isSecure() - Method in class org.exoplatform.services.rest.tools.DummySecurityContext
isSendByPost() - Method in class org.exoplatform.services.rest.generated.Book
Gets the value of the sendByPost property.
isUserInRole(String) - Method in class org.exoplatform.services.rest.impl.ContainerRequest
isUserInRole(String) - Method in class org.exoplatform.services.rest.servlet.ServletContainerRequest
isUserInRole(String) - Method in class org.exoplatform.services.rest.tools.DummySecurityContext
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.ByteEntityProvider
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.DataSourceEntityProvider
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.DOMSourceEntityProvider
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.FileEntityProvider
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.InputStreamEntityProvider
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.JAXBElementEntityProvider
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.JAXBObjectEntityProvider
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.JsonEntityProvider
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.JsonpEntityProvider
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.MultipartFormDataEntityProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.MultivaluedMapEntityProvider
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.ReaderEntityProvider
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.SAXSourceEntityProvider
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.StreamOutputEntityProvider
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.StreamSourceEntityProvider
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.exoplatform.services.rest.impl.provider.StringEntityProvider

J

JAXBContextComponentPlugin - Class in org.exoplatform.services.rest.impl.provider
For injection JAXBContext from configuration at startup in JAXBContextResolver.
JAXBContextComponentPlugin(InitParams) - Constructor for class org.exoplatform.services.rest.impl.provider.JAXBContextComponentPlugin
 
JAXBContextResolver - Class in org.exoplatform.services.rest.impl.provider
Provide cache for JAXBContext.
JAXBContextResolver() - Constructor for class org.exoplatform.services.rest.impl.provider.JAXBContextResolver
 
JAXBElementEntityProvider - Class in org.exoplatform.services.rest.impl.provider
 
JAXBElementEntityProvider() - Constructor for class org.exoplatform.services.rest.impl.provider.JAXBElementEntityProvider
 
JAXBObjectEntityProvider - Class in org.exoplatform.services.rest.impl.provider
 
JAXBObjectEntityProvider() - Constructor for class org.exoplatform.services.rest.impl.provider.JAXBObjectEntityProvider
 
JsonEntityProvider - Class in org.exoplatform.services.rest.impl.provider
 
JsonEntityProvider() - Constructor for class org.exoplatform.services.rest.impl.provider.JsonEntityProvider
 
JsonpEntityProvider - Class in org.exoplatform.services.rest.impl.provider
This provider adds the support of JSONP defined by http://www.json-p.org/
JsonpEntityProvider() - Constructor for class org.exoplatform.services.rest.impl.provider.JsonpEntityProvider
 

K

keySet() - Method in class org.exoplatform.services.rest.impl.InputHeadersMap

L

lang - Variable in class org.exoplatform.services.rest.wadl.research.Doc
 
language(String) - Method in class org.exoplatform.services.rest.impl.ResponseImpl.ResponseBuilderImpl
language(Locale) - Method in class org.exoplatform.services.rest.impl.ResponseImpl.ResponseBuilderImpl
Language - Class in org.exoplatform.services.rest.impl.header
Reflection for HTTP language tag.
Language(Locale) - Constructor for class org.exoplatform.services.rest.impl.header.Language
Constructs new instance of Language.
languages(Locale...) - Method in class org.exoplatform.services.rest.impl.VariantListBuilderImpl
lastModified(Date) - Method in class org.exoplatform.services.rest.impl.ResponseImpl.ResponseBuilderImpl
link - Variable in class org.exoplatform.services.rest.wadl.research.Param
 
Link - Class in org.exoplatform.services.rest.wadl.research
Java class for anonymous complex type.
Link() - Constructor for class org.exoplatform.services.rest.wadl.research.Link
 
ListHeaderProducer<T> - Class in org.exoplatform.services.rest.impl.header
Produce sorted by quality value list of 'accept' header.
ListHeaderProducer() - Constructor for class org.exoplatform.services.rest.impl.header.ListHeaderProducer
 
LocaleHeaderDelegate - Class in org.exoplatform.services.rest.impl.header
 
LocaleHeaderDelegate() - Constructor for class org.exoplatform.services.rest.impl.header.LocaleHeaderDelegate
 
location(URI) - Method in class org.exoplatform.services.rest.impl.ResponseImpl.ResponseBuilderImpl
LOCKTOKEN - Static variable in interface org.exoplatform.services.rest.ExtHttpHeaders
WebDav "DAV" header.

M

match(String, List<String>) - Method in class org.exoplatform.services.rest.uri.UriPattern
Check is URI string match to pattern.
MATRIX - Enum constant in enum class org.exoplatform.services.rest.wadl.research.ParamStyle
 
matrixParam(String, Object...) - Method in class org.exoplatform.services.rest.impl.uri.UriBuilderImpl
MatrixParameterResolver - Class in org.exoplatform.services.rest.impl.method
 
MEDIA_TYPE_COMPARATOR - Static variable in class org.exoplatform.services.rest.impl.header.MediaTypeHelper
Compare two mimetypes.
mediaType - Variable in class org.exoplatform.services.rest.wadl.research.RepresentationType
 
MediaTypeHeaderDelegate - Class in org.exoplatform.services.rest.impl.header
 
MediaTypeHeaderDelegate() - Constructor for class org.exoplatform.services.rest.impl.header.MediaTypeHeaderDelegate
 
MediaTypeHelper - Class in org.exoplatform.services.rest.impl.header
 
MediaTypeMap<T> - Class in org.exoplatform.services.rest.util
Keeps sorted values.
MediaTypeMap() - Constructor for class org.exoplatform.services.rest.util.MediaTypeMap
Create new instance of MedaTypeMap with Comparator.
MediaTypeMultivaluedMap<V> - Class in org.exoplatform.services.rest.util
 
MediaTypeMultivaluedMap() - Constructor for class org.exoplatform.services.rest.util.MediaTypeMultivaluedMap
 
mediaTypes(MediaType...) - Method in class org.exoplatform.services.rest.impl.VariantListBuilderImpl
memberPrice - Variable in class org.exoplatform.services.rest.generated.Book
 
MemberPrice - Class in org.exoplatform.services.rest.generated
Java class for anonymous complex type.
MemberPrice() - Constructor for class org.exoplatform.services.rest.generated.MemberPrice
 
method - Variable in class org.exoplatform.services.rest.wadl.research.ResourceType
 
Method - Class in org.exoplatform.services.rest.wadl.research
Java class for anonymous complex type.
Method() - Constructor for class org.exoplatform.services.rest.wadl.research.Method
 
MethodInvoker - Interface in org.exoplatform.services.rest.method
Invoke resource methods.
MethodInvokerFactory - Interface in org.exoplatform.services.rest.impl.method
 
MethodInvokerFilter - Interface in org.exoplatform.services.rest.method
Can be used for check is GenericMethodResource can be invoked.
MethodInvokerFilterComponentPlugin - Class in org.exoplatform.services.rest.impl.method
For injection MethodInvokerFilter in RequestHandler at startup.
MethodInvokerFilterComponentPlugin(InitParams) - Constructor for class org.exoplatform.services.rest.impl.method.MethodInvokerFilterComponentPlugin
 
methodOrResource - Variable in class org.exoplatform.services.rest.wadl.research.Resource
 
MethodParameter - Interface in org.exoplatform.services.rest.method
 
MethodParameterImpl - Class in org.exoplatform.services.rest.impl.method
Describes the method's parameter.
MethodParameterImpl(Annotation, Annotation[], Class<?>, Type, String, boolean) - Constructor for class org.exoplatform.services.rest.impl.method.MethodParameterImpl
Constructs new instance of MethodParameter.
model - Variable in class org.exoplatform.services.rest.ContainerObjectFactory
Object model.
model - Variable in class org.exoplatform.services.rest.PerRequestObjectFactory
Object model that at least gives possibility to create object instance.
model - Variable in class org.exoplatform.services.rest.SingletonObjectFactory
 
MSAUTHORVIA - Static variable in interface org.exoplatform.services.rest.ExtHttpHeaders
MS-Author-Via Response Header.
MULTIPART_BYTERANGES - Static variable in interface org.exoplatform.services.rest.ExtHttpHeaders
WebDav multipart/byteranges header.
MultipartFormDataEntityProvider - Class in org.exoplatform.services.rest.impl.provider
Processing multipart data based on apache fileupload.
MultipartFormDataEntityProvider() - Constructor for class org.exoplatform.services.rest.impl.provider.MultipartFormDataEntityProvider
 
MultivaluedMapEntityProvider - Class in org.exoplatform.services.rest.impl.provider
 
MultivaluedMapEntityProvider() - Constructor for class org.exoplatform.services.rest.impl.provider.MultivaluedMapEntityProvider
 
MultivaluedMapImpl - Class in org.exoplatform.services.rest.impl
 
MultivaluedMapImpl() - Constructor for class org.exoplatform.services.rest.impl.MultivaluedMapImpl
 

N

name - Variable in class org.exoplatform.services.rest.wadl.research.Method
 
name - Variable in class org.exoplatform.services.rest.wadl.research.Param
 
NewCookieHeaderDelegate - Class in org.exoplatform.services.rest.impl.header
 
NewCookieHeaderDelegate() - Constructor for class org.exoplatform.services.rest.impl.header.NewCookieHeaderDelegate
 

O

object - Variable in class org.exoplatform.services.rest.SingletonObjectFactory
Component instance.
ObjectFactory - Class in org.exoplatform.services.rest.generated
This object contains factory methods for each Java content interface and Java element interface generated in the org.exoplatform.services.rest.generated package.
ObjectFactory - Class in org.exoplatform.services.rest.wadl.research
This object contains factory methods for each Java content interface and Java element interface generated in the org.exoplatform.services.rest.wadl.research package.
ObjectFactory<T> - Interface in org.exoplatform.services.rest
Implementation of this interface should be able provide object instance dependent of component lifecycle.
ObjectFactory() - Constructor for class org.exoplatform.services.rest.generated.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.exoplatform.services.rest.generated
ObjectFactory() - Constructor for class org.exoplatform.services.rest.wadl.research.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.exoplatform.services.rest.wadl.research
ObjectModel - Interface in org.exoplatform.services.rest
Abstract description of object.
onService(ExoContainer, HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.services.rest.servlet.RestServlet
option - Variable in class org.exoplatform.services.rest.wadl.research.Param
 
Option - Class in org.exoplatform.services.rest.wadl.research
Java class for anonymous complex type.
Option() - Constructor for class org.exoplatform.services.rest.wadl.research.Option
 
OptionsRequestMethodInvoker - Class in org.exoplatform.services.rest.impl.method
 
OptionsRequestMethodInvoker() - Constructor for class org.exoplatform.services.rest.impl.method.OptionsRequestMethodInvoker
 
OptionsRequestResourceMethodDescriptorImpl - Class in org.exoplatform.services.rest.impl.resource
 
OptionsRequestResourceMethodDescriptorImpl(Method, String, List<MethodParameter>, AbstractResourceDescriptor, List<MediaType>, List<MediaType>, MethodInvoker) - Constructor for class org.exoplatform.services.rest.impl.resource.OptionsRequestResourceMethodDescriptorImpl
 
org.exoplatform.services.rest - package org.exoplatform.services.rest
 
org.exoplatform.services.rest.generated - package org.exoplatform.services.rest.generated
 
org.exoplatform.services.rest.header - package org.exoplatform.services.rest.header
 
org.exoplatform.services.rest.http - package org.exoplatform.services.rest.http
 
org.exoplatform.services.rest.impl - package org.exoplatform.services.rest.impl
 
org.exoplatform.services.rest.impl.header - package org.exoplatform.services.rest.impl.header
 
org.exoplatform.services.rest.impl.method - package org.exoplatform.services.rest.impl.method
 
org.exoplatform.services.rest.impl.provider - package org.exoplatform.services.rest.impl.provider
 
org.exoplatform.services.rest.impl.resource - package org.exoplatform.services.rest.impl.resource
 
org.exoplatform.services.rest.impl.uri - package org.exoplatform.services.rest.impl.uri
 
org.exoplatform.services.rest.method - package org.exoplatform.services.rest.method
 
org.exoplatform.services.rest.provider - package org.exoplatform.services.rest.provider
 
org.exoplatform.services.rest.resource - package org.exoplatform.services.rest.resource
 
org.exoplatform.services.rest.servlet - package org.exoplatform.services.rest.servlet
 
org.exoplatform.services.rest.tools - package org.exoplatform.services.rest.tools
 
org.exoplatform.services.rest.uri - package org.exoplatform.services.rest.uri
 
org.exoplatform.services.rest.util - package org.exoplatform.services.rest.util
 
org.exoplatform.services.rest.wadl - package org.exoplatform.services.rest.wadl
 
org.exoplatform.services.rest.wadl.research - package org.exoplatform.services.rest.wadl.research
 
OutputHeadersMap - Class in org.exoplatform.services.rest.impl
Case insensitive MultivaluedMap.
OutputHeadersMap() - Constructor for class org.exoplatform.services.rest.impl.OutputHeadersMap
Default constructor.
OVERWRITE - Static variable in interface org.exoplatform.services.rest.ExtHttpHeaders
WebDav "Overwrite" header.

P

param - Variable in class org.exoplatform.services.rest.wadl.research.RepresentationType
 
param - Variable in class org.exoplatform.services.rest.wadl.research.Request
 
param - Variable in class org.exoplatform.services.rest.wadl.research.Resource
 
param - Variable in class org.exoplatform.services.rest.wadl.research.ResourceType
 
param - Variable in class org.exoplatform.services.rest.wadl.research.Response
 
Param - Class in org.exoplatform.services.rest.wadl.research
Java class for anonymous complex type.
Param() - Constructor for class org.exoplatform.services.rest.wadl.research.Param
 
Parameter - Interface in org.exoplatform.services.rest
Abstraction of method's, constructor's parameter or object field.
ParameterHelper - Class in org.exoplatform.services.rest.impl.method
 
ParameterHelper() - Constructor for class org.exoplatform.services.rest.impl.method.ParameterHelper
 
ParameterResolver<T> - Class in org.exoplatform.services.rest.impl.method
 
ParameterResolver() - Constructor for class org.exoplatform.services.rest.impl.method.ParameterResolver
 
ParameterResolverFactory - Class in org.exoplatform.services.rest.impl.method
 
ParamStyle - Enum Class in org.exoplatform.services.rest.wadl.research
Java class for ParamStyle.
parse(String) - Method in class org.exoplatform.services.rest.impl.header.HeaderParameterParser
Parse header string for parameters.
parseCookies(String) - Static method in class org.exoplatform.services.rest.impl.header.HeaderHelper
Parse cookie header string and create collection of cookie from it.
parseDateHeader(String) - Static method in class org.exoplatform.services.rest.impl.header.HeaderHelper
Parse date header.
parsePathSegments(String, boolean) - Static method in class org.exoplatform.services.rest.impl.uri.UriComponent
Parse path segments.
parseQueryString(String, boolean) - Static method in class org.exoplatform.services.rest.impl.uri.UriComponent
Parse encoded query string.
PATCH - Annotation Interface in org.exoplatform.services.rest.http
 
path - Variable in class org.exoplatform.services.rest.wadl.research.Param
 
path - Variable in class org.exoplatform.services.rest.wadl.research.Resource
 
path(Class) - Method in class org.exoplatform.services.rest.impl.uri.UriBuilderImpl
path(Class, String) - Method in class org.exoplatform.services.rest.impl.uri.UriBuilderImpl
path(Method) - Method in class org.exoplatform.services.rest.impl.uri.UriBuilderImpl
path(String) - Method in class org.exoplatform.services.rest.impl.uri.UriBuilderImpl
PATH - Static variable in class org.exoplatform.services.rest.impl.uri.UriComponent
Path URI components, consists of path-segments.
PATH_SEGMENT - Static variable in class org.exoplatform.services.rest.impl.uri.UriComponent
Path segment URI sub-component, it can't contains '/'.
PathParameterResolver - Class in org.exoplatform.services.rest.impl.method
 
PathSegmentImpl - Class in org.exoplatform.services.rest.impl.uri
 
PathValue - Class in org.exoplatform.services.rest.impl.resource
Describe the Path annotation, see Path.
PathValue(String) - Constructor for class org.exoplatform.services.rest.impl.resource.PathValue
 
PER_REQUEST - Enum constant in enum class org.exoplatform.services.rest.ComponentLifecycleScope
New instance of object created foe each request.
PerRequestObjectFactory<T> - Class in org.exoplatform.services.rest
Provide object's instance of component that support per-request lifecycle.
PerRequestObjectFactory(T) - Constructor for class org.exoplatform.services.rest.PerRequestObjectFactory
 
PLAIN - Enum constant in enum class org.exoplatform.services.rest.wadl.research.ParamStyle
 
port(int) - Method in class org.exoplatform.services.rest.impl.uri.UriBuilderImpl
PORT - Static variable in class org.exoplatform.services.rest.impl.uri.UriComponent
Port URI component.
POST - Enum constant in enum class org.exoplatform.services.rest.wadl.research.HTTPMethods
 
price - Variable in class org.exoplatform.services.rest.generated.Book
 
Price - Class in org.exoplatform.services.rest.generated
Java class for anonymous complex type.
Price() - Constructor for class org.exoplatform.services.rest.generated.Price
 
PrimitiveTypeProducer - Class in org.exoplatform.services.rest.impl.method
Construct a primitive type from string value.
process(AbstractResourceDescriptor, URI) - Method in class org.exoplatform.services.rest.wadl.WadlProcessor
Process AbstractResourceDescriptor for build its WADL representation.
processMethods() - Method in class org.exoplatform.services.rest.impl.resource.AbstractResourceDescriptorImpl
Process method of resource and separate them to three types Resource Methods, Sub-Resource Methods and Sub-Resource Locators.
processQuality(List<MediaType>, List<MediaType>) - Static method in class org.exoplatform.services.rest.impl.header.MediaTypeHelper
Looking for accept media type with the best quality.
processResources() - Method in class org.exoplatform.services.rest.impl.ResourceBinder.ResourceCleaner
 
produces() - Method in class org.exoplatform.services.rest.impl.provider.ProviderDescriptorImpl
Get list of MediaType which current provider produces.
produces() - Method in class org.exoplatform.services.rest.impl.resource.ResourceMethodDescriptorImpl
Get list of MediaType which current method produces.
produces() - Method in class org.exoplatform.services.rest.impl.resource.SubResourceMethodDescriptorImpl
Get list of MediaType which current method produces.
produces() - Method in interface org.exoplatform.services.rest.provider.ProviderDescriptor
Get list of MediaType which current provider produces.
produces() - Method in interface org.exoplatform.services.rest.resource.ResourceMethodDescriptor
Get list of MediaType which current method produces.
profile - Variable in class org.exoplatform.services.rest.wadl.research.RepresentationType
 
properties - Variable in class org.exoplatform.services.rest.BaseObjectModel
Optional data.
Property - Annotation Interface in org.exoplatform.services.rest
Useful for injection in service, provider or filter properties which is preset in InitialProperties.
PropertyResolver - Class in org.exoplatform.services.rest.impl.method
 
PROVIDER_CONSTRUCTOR_PARAMETER_ANNOTATIONS - Static variable in class org.exoplatform.services.rest.impl.method.ParameterHelper
Collections of annotation than allowed to be used on constructor's parameters of any type of Provider.
PROVIDER_FIELDS_ANNOTATIONS - Static variable in class org.exoplatform.services.rest.impl.method.ParameterHelper
Collections of annotation that allowed to be used on fields on any type of Provider.
ProviderBinder - Class in org.exoplatform.services.rest.impl
Prepared set of providers.
ProviderBinder() - Constructor for class org.exoplatform.services.rest.impl.ProviderBinder
 
ProviderDescriptor - Interface in org.exoplatform.services.rest.provider
Descriptor of Provider.
ProviderDescriptorImpl - Class in org.exoplatform.services.rest.impl.provider
 
ProviderDescriptorImpl(Class<?>) - Constructor for class org.exoplatform.services.rest.impl.provider.ProviderDescriptorImpl
 
ProviderDescriptorImpl(Object) - Constructor for class org.exoplatform.services.rest.impl.provider.ProviderDescriptorImpl
 
providers - Variable in class org.exoplatform.services.rest.impl.ApplicationContextImpl
Providers.
providers - Variable in class org.exoplatform.services.rest.impl.ApplicationRegistry
 
providersRegistry - Variable in class org.exoplatform.services.rest.impl.RequestDispatcher
 
ProvidersRegistry - Class in org.exoplatform.services.rest.impl
 
ProvidersRegistry() - Constructor for class org.exoplatform.services.rest.impl.ProvidersRegistry
 
put(String, List<Object>) - Method in class org.exoplatform.services.rest.impl.OutputHeadersMap
put(String, List<String>) - Method in class org.exoplatform.services.rest.impl.InputHeadersMap
PUT - Enum constant in enum class org.exoplatform.services.rest.wadl.research.HTTPMethods
 
putAll(Map<? extends String, ? extends List<Object>>) - Method in class org.exoplatform.services.rest.impl.OutputHeadersMap
putAll(Map<? extends String, ? extends List<String>>) - Method in class org.exoplatform.services.rest.impl.InputHeadersMap
putSingle(String, Object) - Method in class org.exoplatform.services.rest.impl.OutputHeadersMap
putSingle(String, String) - Method in class org.exoplatform.services.rest.impl.InputHeadersMap
putSingle(String, String) - Method in class org.exoplatform.services.rest.impl.MultivaluedMapImpl
putSingle(String, T) - Method in class org.exoplatform.services.rest.resource.ResourceMethodMap
putSingle(MediaType, V) - Method in class org.exoplatform.services.rest.util.MediaTypeMultivaluedMap
putSingle(UriPattern, V) - Method in class org.exoplatform.services.rest.util.UriPatternMap

Q

QUALITY_VALUE_COMPARATOR - Static variable in class org.exoplatform.services.rest.impl.header.HeaderHelper
Comparator for tokens which have quality value.
QualityValue - Interface in org.exoplatform.services.rest.header
Implementation of this interface is useful for sort accepted media type and languages by quality factor.
QUERY - Enum constant in enum class org.exoplatform.services.rest.wadl.research.ParamStyle
 
QUERY - Static variable in class org.exoplatform.services.rest.impl.uri.UriComponent
Query string.
queryParam(String, Object...) - Method in class org.exoplatform.services.rest.impl.uri.UriBuilderImpl
QueryParameterResolver - Class in org.exoplatform.services.rest.impl.method
 
queryType - Variable in class org.exoplatform.services.rest.wadl.research.Resource
 
QVALUE - Static variable in interface org.exoplatform.services.rest.header.QualityValue
Quality value.

R

RANGE - Static variable in interface org.exoplatform.services.rest.ExtHttpHeaders
HTTP 1.1 "Range" header.
rd - Variable in class org.exoplatform.services.rest.impl.ResourceBinder
Deprecated.
rdv - Variable in class org.exoplatform.services.rest.impl.ApplicationRegistry
 
rdv - Variable in class org.exoplatform.services.rest.impl.ProviderBinder
Validator.
rdv - Variable in class org.exoplatform.services.rest.impl.ResourceBinder
Validator.
ReaderEntityProvider - Class in org.exoplatform.services.rest.impl.provider
 
ReaderEntityProvider() - Constructor for class org.exoplatform.services.rest.impl.provider.ReaderEntityProvider
 
readFrom(Class<byte[]>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.exoplatform.services.rest.impl.provider.ByteEntityProvider
readFrom(Class<File>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.exoplatform.services.rest.impl.provider.FileEntityProvider
readFrom(Class<InputStream>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.exoplatform.services.rest.impl.provider.InputStreamEntityProvider
readFrom(Class<Reader>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.exoplatform.services.rest.impl.provider.ReaderEntityProvider
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.exoplatform.services.rest.impl.provider.JAXBObjectEntityProvider
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.exoplatform.services.rest.impl.provider.JsonEntityProvider
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.exoplatform.services.rest.impl.provider.JsonpEntityProvider
readFrom(Class<String>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.exoplatform.services.rest.impl.provider.StringEntityProvider
readFrom(Class<Iterator<? extends FileItem>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.exoplatform.services.rest.impl.provider.MultipartFormDataEntityProvider
 
readFrom(Class<DataSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.exoplatform.services.rest.impl.provider.DataSourceEntityProvider
readFrom(Class<MultivaluedMap<String, String>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.exoplatform.services.rest.impl.provider.MultivaluedMapEntityProvider
readFrom(Class<StreamingOutput>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.exoplatform.services.rest.impl.provider.StreamOutputEntityProvider
readFrom(Class<JAXBElement<?>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.exoplatform.services.rest.impl.provider.JAXBElementEntityProvider
readFrom(Class<DOMSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.exoplatform.services.rest.impl.provider.DOMSourceEntityProvider
readFrom(Class<SAXSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.exoplatform.services.rest.impl.provider.SAXSourceEntityProvider
readFrom(Class<StreamSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.exoplatform.services.rest.impl.provider.StreamSourceEntityProvider
readProviders - Variable in class org.exoplatform.services.rest.impl.ProviderBinder
Read message body providers.
recognizeEncode(String, int, boolean) - Static method in class org.exoplatform.services.rest.impl.uri.UriComponent
Check string and if it does not contains any '%' characters validate it for contains only valid characters.
rel - Variable in class org.exoplatform.services.rest.wadl.research.Link
 
remove(Object) - Method in class org.exoplatform.services.rest.impl.InputHeadersMap
remove(Object) - Method in class org.exoplatform.services.rest.impl.OutputHeadersMap
removeResource(Class) - Method in class org.exoplatform.services.rest.impl.ResourceBinder
Remove root resource of supplied class from root resource collection.
removeResource(String) - Method in class org.exoplatform.services.rest.impl.ResourceBinder
Remove root resource with specified UriTemplate from root resource collection.
repeating - Variable in class org.exoplatform.services.rest.wadl.research.Param
 
replaceMatrix(String) - Method in class org.exoplatform.services.rest.impl.uri.UriBuilderImpl
replaceMatrixParam(String, Object...) - Method in class org.exoplatform.services.rest.impl.uri.UriBuilderImpl
replacePath(String) - Method in class org.exoplatform.services.rest.impl.uri.UriBuilderImpl
replaceQuery(String) - Method in class org.exoplatform.services.rest.impl.uri.UriBuilderImpl
replaceQueryParam(String, Object...) - Method in class org.exoplatform.services.rest.impl.uri.UriBuilderImpl
representation - Variable in class org.exoplatform.services.rest.wadl.research.Request
 
representationOrFault - Variable in class org.exoplatform.services.rest.wadl.research.Response
 
RepresentationType - Class in org.exoplatform.services.rest.wadl.research
Java class for representation_type complex type.
RepresentationType() - Constructor for class org.exoplatform.services.rest.wadl.research.RepresentationType
 
request - Variable in class org.exoplatform.services.rest.impl.ApplicationContextImpl
request - Variable in class org.exoplatform.services.rest.wadl.research.Method
 
Request - Class in org.exoplatform.services.rest.wadl.research
Java class for anonymous complex type.
Request() - Constructor for class org.exoplatform.services.rest.wadl.research.Request
 
RequestDispatcher - Class in org.exoplatform.services.rest.impl
Lookup resource which can serve request.
RequestDispatcher(ResourceBinder) - Constructor for class org.exoplatform.services.rest.impl.RequestDispatcher
Deprecated.
RequestDispatcher(ResourceBinder, MethodInvokerFactory) - Constructor for class org.exoplatform.services.rest.impl.RequestDispatcher
Deprecated.
RequestDispatcher(ResourceBinder, ProvidersRegistry) - Constructor for class org.exoplatform.services.rest.impl.RequestDispatcher
 
RequestDispatcher(ResourceBinder, ProvidersRegistry, MethodInvokerFactory) - Constructor for class org.exoplatform.services.rest.impl.RequestDispatcher
 
RequestFilter - Interface in org.exoplatform.services.rest
Process the original GenericContainerRequest before it dispatch by ResourceDispatcher.
RequestFilterComponentPlugin - Class in org.exoplatform.services.rest.impl
For injection RequestFilter in RequestHandler at startup.
RequestFilterComponentPlugin(InitParams) - Constructor for class org.exoplatform.services.rest.impl.RequestFilterComponentPlugin
 
requestFilters - Variable in class org.exoplatform.services.rest.impl.ProviderBinder
Request filters.
RequestHandler - Interface in org.exoplatform.services.rest
Contract of this component is process all requests, initialization and control main components of JAX-RS implementation.
RequestHandlerImpl - Class in org.exoplatform.services.rest.impl
 
RequestHandlerImpl(RequestDispatcher, InitParams) - Constructor for class org.exoplatform.services.rest.impl.RequestHandlerImpl
Constructs new instance of RequestHandler.
RequestHandlerImpl(RequestDispatcher, DependencySupplier, InitParams) - Constructor for class org.exoplatform.services.rest.impl.RequestHandlerImpl
 
required - Variable in class org.exoplatform.services.rest.wadl.research.Param
 
reset() - Method in class org.exoplatform.services.rest.tools.ByteArrayContainerResponseWriter
Clear message body and HTTP headers map.
resolve(Parameter, ApplicationContext) - Method in class org.exoplatform.services.rest.impl.method.ContextParameterResolver
Create object which will be passed in resource method or locator.
resolve(Parameter, ApplicationContext) - Method in class org.exoplatform.services.rest.impl.method.CookieParameterResolver
Create object which will be passed in resource method or locator.
resolve(Parameter, ApplicationContext) - Method in class org.exoplatform.services.rest.impl.method.FormParameterResolver
Create object which will be passed in resource method or locator.
resolve(Parameter, ApplicationContext) - Method in class org.exoplatform.services.rest.impl.method.HeaderParameterResolver
Create object which will be passed in resource method or locator.
resolve(Parameter, ApplicationContext) - Method in class org.exoplatform.services.rest.impl.method.MatrixParameterResolver
Create object which will be passed in resource method or locator.
resolve(Parameter, ApplicationContext) - Method in class org.exoplatform.services.rest.impl.method.ParameterResolver
Create object which will be passed in resource method or locator.
resolve(Parameter, ApplicationContext) - Method in class org.exoplatform.services.rest.impl.method.PathParameterResolver
Create object which will be passed in resource method or locator.
resolve(Parameter, ApplicationContext) - Method in class org.exoplatform.services.rest.impl.method.PropertyResolver
Create object which will be passed in resource method or locator.
resolve(Parameter, ApplicationContext) - Method in class org.exoplatform.services.rest.impl.method.QueryParameterResolver
Create object which will be passed in resource method or locator.
resolveHeadRequest() - Method in class org.exoplatform.services.rest.impl.resource.AbstractResourceDescriptorImpl
According to JSR-311:
resolveOptionsRequest() - Method in class org.exoplatform.services.rest.impl.resource.AbstractResourceDescriptorImpl
According to JSR-311:
resource - Variable in class org.exoplatform.services.rest.wadl.research.Resources
 
Resource - Class in org.exoplatform.services.rest.wadl.research
Java class for anonymous complex type.
Resource() - Constructor for class org.exoplatform.services.rest.wadl.research.Resource
 
RESOURCE_COMPARATOR - Static variable in class org.exoplatform.services.rest.impl.ResourceBinder
Resource's comparator.
RESOURCE_CONSTRUCTOR_PARAMETER_ANNOTATIONS - Static variable in class org.exoplatform.services.rest.impl.method.ParameterHelper
Collections of annotation than allowed to be used on constructor's parameters of resource class.
RESOURCE_EXPIRED - Static variable in class org.exoplatform.services.rest.impl.ResourceBinder
Name of property which may contains resource expiration date.
RESOURCE_FIELDS_ANNOTATIONS - Static variable in class org.exoplatform.services.rest.impl.method.ParameterHelper
Collections of annotation that allowed to be used on fields of resource class.
RESOURCE_METHOD_PARAMETER_ANNOTATIONS - Static variable in class org.exoplatform.services.rest.impl.method.ParameterHelper
Collections of annotation than allowed to be used on method's parameters of resource class.
resourceAdded(AbstractResourceDescriptor) - Method in interface org.exoplatform.services.rest.impl.ResourceListener
Method will be called if new resource add in ResourceBinder .
resourceBinder - Variable in class org.exoplatform.services.rest.impl.RequestDispatcher
ResourceBinder - Class in org.exoplatform.services.rest.impl
Lookup for root resource eXo container components at startup and register/unregister resources via specified methods.
ResourceBinder(ExoContainerContext) - Constructor for class org.exoplatform.services.rest.impl.ResourceBinder
 
ResourceBinder(ExoContainerContext, MethodInvokerFactory) - Constructor for class org.exoplatform.services.rest.impl.ResourceBinder
 
ResourceBinder.ResourceCleaner - Class in org.exoplatform.services.rest.impl
 
ResourceCleaner(int) - Constructor for class org.exoplatform.services.rest.impl.ResourceBinder.ResourceCleaner
 
ResourceContainer - Interface in org.exoplatform.services.rest.resource
Abstraction of REST resource.
ResourceDescriptor - Interface in org.exoplatform.services.rest.resource
Common essence for all resource descriptors.
ResourceDescriptorValidator - Class in org.exoplatform.services.rest.impl.resource
Validate ResourceDescriptors.
ResourceDescriptorValidator() - Constructor for class org.exoplatform.services.rest.impl.resource.ResourceDescriptorValidator
 
ResourceDescriptorVisitor - Interface in org.exoplatform.services.rest.resource
ResourceLauncher - Class in org.exoplatform.services.rest.tools
Request launcher.
ResourceLauncher(RequestHandler) - Constructor for class org.exoplatform.services.rest.tools.ResourceLauncher
 
ResourceListener - Interface in org.exoplatform.services.rest.impl
Listener for adding/removing JAX-RS resources.
resourceListeners - Variable in class org.exoplatform.services.rest.impl.ResourceBinder
Resource listeners.
ResourceMethodDescriptor - Interface in org.exoplatform.services.rest.resource
Describe resource method.
ResourceMethodDescriptorImpl - Class in org.exoplatform.services.rest.impl.resource
 
ResourceMethodMap<T> - Class in org.exoplatform.services.rest.resource
 
ResourceMethodMap() - Constructor for class org.exoplatform.services.rest.resource.ResourceMethodMap
 
ResourcePublicationException - Exception Class in org.exoplatform.services.rest.impl
Throws if root resource can't be published, e.g.
ResourcePublicationException(String) - Constructor for exception class org.exoplatform.services.rest.impl.ResourcePublicationException
 
resourceRemoved(AbstractResourceDescriptor) - Method in interface org.exoplatform.services.rest.impl.ResourceListener
Method will be called if resource removed from ResourceBinder .
resources - Variable in class org.exoplatform.services.rest.impl.ApplicationRegistry
 
resources - Variable in class org.exoplatform.services.rest.wadl.research.Application
 
Resources - Class in org.exoplatform.services.rest.wadl.research
Java class for anonymous complex type.
Resources() - Constructor for class org.exoplatform.services.rest.wadl.research.Resources
 
resourceType - Variable in class org.exoplatform.services.rest.wadl.research.Link
 
ResourceType - Class in org.exoplatform.services.rest.wadl.research
Java class for anonymous complex type.
ResourceType() - Constructor for class org.exoplatform.services.rest.wadl.research.ResourceType
 
resourceTypeOrMethodOrRepresentation - Variable in class org.exoplatform.services.rest.wadl.research.Application
 
response - Variable in class org.exoplatform.services.rest.impl.ApplicationContextImpl
response - Variable in class org.exoplatform.services.rest.wadl.research.Method
 
Response - Class in org.exoplatform.services.rest.wadl.research
Java class for anonymous complex type.
Response() - Constructor for class org.exoplatform.services.rest.wadl.research.Response
 
ResponseFilter - Interface in org.exoplatform.services.rest
Process the original GenericContainerResponse before pass it for serialization to environment, e.
ResponseFilterComponentPlugin - Class in org.exoplatform.services.rest.impl
For injection ResponseFilter in RequestHandler at startup.
ResponseFilterComponentPlugin(InitParams) - Constructor for class org.exoplatform.services.rest.impl.ResponseFilterComponentPlugin
 
responseFilters - Variable in class org.exoplatform.services.rest.impl.ProviderBinder
Response filters.
ResponseImpl - Class in org.exoplatform.services.rest.impl
 
ResponseImpl.ResponseBuilderImpl - Class in org.exoplatform.services.rest.impl
 
RestEncodingFilter - Class in org.exoplatform.services.rest.servlet
 
RestEncodingFilter() - Constructor for class org.exoplatform.services.rest.servlet.RestEncodingFilter
 
RestServlet - Class in org.exoplatform.services.rest.servlet
This servlet is front-end for the REST engine.
RestServlet() - Constructor for class org.exoplatform.services.rest.servlet.RestServlet
 
rev - Variable in class org.exoplatform.services.rest.wadl.research.Link
 
rootResources - Variable in class org.exoplatform.services.rest.impl.ResourceBinder
List of all available root resources.
run() - Method in class org.exoplatform.services.rest.impl.ResourceBinder.ResourceCleaner
 
RuntimeDelegateImpl - Class in org.exoplatform.services.rest.impl
 
RuntimeDelegateImpl() - Constructor for class org.exoplatform.services.rest.impl.RuntimeDelegateImpl
Should be used only once for initialize.

S

SAXSourceEntityProvider - Class in org.exoplatform.services.rest.impl.provider
 
SAXSourceEntityProvider() - Constructor for class org.exoplatform.services.rest.impl.provider.SAXSourceEntityProvider
 
scheme(String) - Method in class org.exoplatform.services.rest.impl.uri.UriBuilderImpl
SCHEME - Static variable in class org.exoplatform.services.rest.impl.uri.UriComponent
Scheme URI component.
schemeSpecificPart(String) - Method in class org.exoplatform.services.rest.impl.uri.UriBuilderImpl
segment(String...) - Method in class org.exoplatform.services.rest.impl.uri.UriBuilderImpl
selectVariant(List<Variant>) - Method in class org.exoplatform.services.rest.impl.ContainerRequest
sendByPost - Variable in class org.exoplatform.services.rest.generated.Book
 
service(String, String, String, Map<String, List<String>>, byte[], ContainerResponseWriter, EnvironmentContext) - Method in class org.exoplatform.services.rest.tools.ResourceLauncher
 
service(String, String, String, Map<String, List<String>>, byte[], EnvironmentContext) - Method in class org.exoplatform.services.rest.tools.ResourceLauncher
 
ServletContainerRequest - Class in org.exoplatform.services.rest.servlet
 
ServletContainerRequest(HttpServletRequest) - Constructor for class org.exoplatform.services.rest.servlet.ServletContainerRequest
 
setAuthor(String) - Method in class org.exoplatform.services.rest.generated.Book
Sets the value of the author property.
setBase(String) - Method in class org.exoplatform.services.rest.wadl.research.Resources
Sets the value of the base property.
setCookieHeaders(List<String>) - Method in interface org.exoplatform.services.rest.GenericContainerRequest
Set list of cookie headers.
setCookieHeaders(List<String>) - Method in class org.exoplatform.services.rest.impl.ContainerRequest
Set list of cookie headers.
setCurrency(String) - Method in class org.exoplatform.services.rest.generated.MemberPrice
Sets the value of the currency property.
setCurrency(String) - Method in class org.exoplatform.services.rest.generated.Price
Sets the value of the currency property.
setCurrent(ApplicationContext) - Static method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
Set ApplicationContext for current thread.
setCurrent(EnvironmentContext) - Static method in class org.exoplatform.services.rest.impl.EnvironmentContext
 
setDefault(String) - Method in class org.exoplatform.services.rest.wadl.research.Param
Sets the value of the default property.
setDependencySupplier(DependencySupplier) - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
 
setElement(QName) - Method in class org.exoplatform.services.rest.wadl.research.RepresentationType
Sets the value of the element property.
setEntityStream(InputStream) - Method in interface org.exoplatform.services.rest.GenericContainerRequest
Set entity body InputStream.
setEntityStream(InputStream) - Method in class org.exoplatform.services.rest.impl.ContainerRequest
Set entity body InputStream.
setFixed(String) - Method in class org.exoplatform.services.rest.wadl.research.Param
Sets the value of the fixed property.
setGrammars(Grammars) - Method in class org.exoplatform.services.rest.wadl.research.Application
Sets the value of the grammars property.
setHref(String) - Method in class org.exoplatform.services.rest.wadl.research.Include
Sets the value of the href property.
setHref(String) - Method in class org.exoplatform.services.rest.wadl.research.Method
Sets the value of the href property.
setHref(String) - Method in class org.exoplatform.services.rest.wadl.research.RepresentationType
Sets the value of the href property.
setId(String) - Method in class org.exoplatform.services.rest.wadl.research.Method
Sets the value of the id property.
setId(String) - Method in class org.exoplatform.services.rest.wadl.research.Param
Sets the value of the id property.
setId(String) - Method in class org.exoplatform.services.rest.wadl.research.RepresentationType
Sets the value of the id property.
setId(String) - Method in class org.exoplatform.services.rest.wadl.research.Resource
Sets the value of the id property.
setId(String) - Method in class org.exoplatform.services.rest.wadl.research.ResourceType
Sets the value of the id property.
setInstance(ProviderBinder) - Static method in class org.exoplatform.services.rest.impl.ProviderBinder
Set actual set of providers.
setLang(String) - Method in class org.exoplatform.services.rest.wadl.research.Doc
Sets the value of the lang property.
setLink(Link) - Method in class org.exoplatform.services.rest.wadl.research.Param
Sets the value of the link property.
setMediaType(String) - Method in class org.exoplatform.services.rest.wadl.research.RepresentationType
Sets the value of the mediaType property.
setMemberPrice(MemberPrice) - Method in class org.exoplatform.services.rest.generated.Book
Sets the value of the memberPrice property.
setMethod(String) - Method in interface org.exoplatform.services.rest.GenericContainerRequest
Set HTTP method.
setMethod(String) - Method in class org.exoplatform.services.rest.impl.ContainerRequest
Set HTTP method.
setName(String) - Method in class org.exoplatform.services.rest.wadl.research.Method
Sets the value of the name property.
setName(String) - Method in class org.exoplatform.services.rest.wadl.research.Param
Sets the value of the name property.
setParameterNames(List<String>) - Method in interface org.exoplatform.services.rest.ApplicationContext
Pass in context list of path template parameters .
setParameterNames(List<String>) - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
Pass in context list of path template parameters .
setPath(String) - Method in class org.exoplatform.services.rest.wadl.research.Param
Sets the value of the path property.
setPath(String) - Method in class org.exoplatform.services.rest.wadl.research.Resource
Sets the value of the path property.
setPrice(Price) - Method in class org.exoplatform.services.rest.generated.Book
Sets the value of the price property.
setProperty(String, String) - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
Set property.
setProperty(String, String) - Static method in class org.exoplatform.services.rest.impl.RequestHandlerImpl
 
setProperty(String, String) - Method in interface org.exoplatform.services.rest.InitialProperties
Set property.
setProviders(ProviderBinder) - Method in class org.exoplatform.services.rest.impl.ApplicationContextImpl
 
setQueryType(String) - Method in class org.exoplatform.services.rest.wadl.research.Resource
Sets the value of the queryType property.
setRel(String) - Method in class org.exoplatform.services.rest.wadl.research.Link
Sets the value of the rel property.
setRepeating(Boolean) - Method in class org.exoplatform.services.rest.wadl.research.Param
Sets the value of the repeating property.
setRequest(Request) - Method in class org.exoplatform.services.rest.wadl.research.Method
Sets the value of the request property.
setRequestHeaders(MultivaluedMap<String, String>) - Method in interface org.exoplatform.services.rest.GenericContainerRequest
Set HTTP request headers.
setRequestHeaders(MultivaluedMap<String, String>) - Method in class org.exoplatform.services.rest.impl.ContainerRequest
Set HTTP request headers.
setRequired(Boolean) - Method in class org.exoplatform.services.rest.wadl.research.Param
Sets the value of the required property.
setResources(Resources) - Method in class org.exoplatform.services.rest.wadl.research.Application
Sets the value of the resources property.
setResourceType(String) - Method in class org.exoplatform.services.rest.wadl.research.Link
Sets the value of the resourceType property.
setResponse(Response) - Method in interface org.exoplatform.services.rest.GenericContainerResponse
Set response.
setResponse(Response) - Method in class org.exoplatform.services.rest.impl.ContainerResponse
Set response.
setResponse(Response) - Method in class org.exoplatform.services.rest.wadl.research.Method
Sets the value of the response property.
setRev(String) - Method in class org.exoplatform.services.rest.wadl.research.Link
Sets the value of the rev property.
setSendByPost(Boolean) - Method in class org.exoplatform.services.rest.generated.Book
Sets the value of the sendByPost property.
setStyle(ParamStyle) - Method in class org.exoplatform.services.rest.wadl.research.Param
Sets the value of the style property.
setTitle(String) - Method in class org.exoplatform.services.rest.generated.Book
Sets the value of the title property.
setTitle(String) - Method in class org.exoplatform.services.rest.wadl.research.Doc
Sets the value of the title property.
setType(QName) - Method in class org.exoplatform.services.rest.wadl.research.Param
Sets the value of the type property.
setUris(URI, URI) - Method in interface org.exoplatform.services.rest.GenericContainerRequest
Set new request URI and base URI.
setUris(URI, URI) - Method in class org.exoplatform.services.rest.impl.ContainerRequest
Set new request URI and base URI.
setValue(String) - Method in class org.exoplatform.services.rest.wadl.research.Option
Sets the value of the value property.
setValue(BigDecimal) - Method in class org.exoplatform.services.rest.generated.MemberPrice
Sets the value of the value property.
setValue(BigDecimal) - Method in class org.exoplatform.services.rest.generated.Price
Sets the value of the value property.
SINGLETON - Enum constant in enum class org.exoplatform.services.rest.ComponentLifecycleScope
Singleton lifecycle.
SingletonObjectFactory<T> - Class in org.exoplatform.services.rest
Provide object instance of components that support singleton lifecycle.
SingletonObjectFactory(T, Object) - Constructor for class org.exoplatform.services.rest.SingletonObjectFactory
 
size() - Method in class org.exoplatform.services.rest.impl.InputHeadersMap
sort() - Method in class org.exoplatform.services.rest.resource.ResourceMethodMap
Sort each collections in map.
sort() - Method in class org.exoplatform.services.rest.resource.SubResourceMethodMap
 
SSP - Static variable in class org.exoplatform.services.rest.impl.uri.UriComponent
Scheme-specific part.
start() - Method in class org.exoplatform.services.rest.impl.ApplicationRegistry
start() - Method in class org.exoplatform.services.rest.impl.RequestHandlerImpl
start() - Method in class org.exoplatform.services.rest.impl.ResourceBinder
start() - Method in class org.exoplatform.services.rest.impl.StartableApplication
StartableApplication - Class in org.exoplatform.services.rest.impl
Purpose of this component is deliver all JAX-RS components registered in eXo container to ApplicationRegistry.
StartableApplication(ExoContainerContext) - Constructor for class org.exoplatform.services.rest.impl.StartableApplication
 
startResourceCleaner() - Method in class org.exoplatform.services.rest.impl.ResourceBinder
Start resource cleaner which periodically check all available resources and remove expired.
status - Variable in class org.exoplatform.services.rest.wadl.research.RepresentationType
 
status(int) - Method in class org.exoplatform.services.rest.impl.ResponseImpl.ResponseBuilderImpl
stop() - Method in class org.exoplatform.services.rest.impl.ApplicationRegistry
stop() - Method in class org.exoplatform.services.rest.impl.RequestHandlerImpl
stop() - Method in class org.exoplatform.services.rest.impl.ResourceBinder
stop() - Method in class org.exoplatform.services.rest.impl.StartableApplication
StreamOutputEntityProvider - Class in org.exoplatform.services.rest.impl.provider
 
StreamOutputEntityProvider() - Constructor for class org.exoplatform.services.rest.impl.provider.StreamOutputEntityProvider
 
StreamSourceEntityProvider - Class in org.exoplatform.services.rest.impl.provider
 
StreamSourceEntityProvider() - Constructor for class org.exoplatform.services.rest.impl.provider.StreamSourceEntityProvider
 
StringConstructorProducer - Class in org.exoplatform.services.rest.impl.method
Create object which has constructor with single String parameter.
StringEntityProvider - Class in org.exoplatform.services.rest.impl.provider
 
StringEntityProvider() - Constructor for class org.exoplatform.services.rest.impl.provider.StringEntityProvider
 
StringHeaderDelegate - Class in org.exoplatform.services.rest.impl.header
 
StringHeaderDelegate() - Constructor for class org.exoplatform.services.rest.impl.header.StringHeaderDelegate
 
StringProducer - Class in org.exoplatform.services.rest.impl.method
 
StringProducer() - Constructor for class org.exoplatform.services.rest.impl.method.StringProducer
 
StringValueOfProducer - Class in org.exoplatform.services.rest.impl.method
 
style - Variable in class org.exoplatform.services.rest.wadl.research.Param
 
SubResourceLocatorDescriptor - Interface in org.exoplatform.services.rest.resource
Describe sub-resource locator.
SubResourceLocatorDescriptorImpl - Class in org.exoplatform.services.rest.impl.resource
 
SubResourceLocatorMap - Class in org.exoplatform.services.rest.resource
 
SubResourceLocatorMap() - Constructor for class org.exoplatform.services.rest.resource.SubResourceLocatorMap
 
SubResourceMethodDescriptor - Interface in org.exoplatform.services.rest.resource
Describe sub-resource method.
SubResourceMethodDescriptorImpl - Class in org.exoplatform.services.rest.impl.resource
 
SubResourceMethodMap - Class in org.exoplatform.services.rest.resource
 
SubResourceMethodMap() - Constructor for class org.exoplatform.services.rest.resource.SubResourceMethodMap
 
support() - Method in class org.exoplatform.services.rest.header.AbstractHeaderDelegate
 
support() - Method in class org.exoplatform.services.rest.impl.header.AcceptLanguageHeaderDelegate
support() - Method in class org.exoplatform.services.rest.impl.header.AcceptMediaTypeHeaderDelegate
support() - Method in class org.exoplatform.services.rest.impl.header.CacheControlHeaderDelegate
support() - Method in class org.exoplatform.services.rest.impl.header.CookieHeaderDelegate
support() - Method in class org.exoplatform.services.rest.impl.header.DateHeaderDelegate
support() - Method in class org.exoplatform.services.rest.impl.header.EntityTagHeaderDelegate
support() - Method in class org.exoplatform.services.rest.impl.header.LocaleHeaderDelegate
support() - Method in class org.exoplatform.services.rest.impl.header.MediaTypeHeaderDelegate
support() - Method in class org.exoplatform.services.rest.impl.header.NewCookieHeaderDelegate
support() - Method in class org.exoplatform.services.rest.impl.header.StringHeaderDelegate
support() - Method in class org.exoplatform.services.rest.impl.header.URIHeaderDelegate

T

tag(String) - Method in class org.exoplatform.services.rest.impl.ResponseImpl.ResponseBuilderImpl
tag(EntityTag) - Method in class org.exoplatform.services.rest.impl.ResponseImpl.ResponseBuilderImpl
TEMPLATE - Enum constant in enum class org.exoplatform.services.rest.wadl.research.ParamStyle
 
TIMEOUT - Static variable in interface org.exoplatform.services.rest.ExtHttpHeaders
WebDav "Timeout" header.
title - Variable in class org.exoplatform.services.rest.generated.Book
 
title - Variable in class org.exoplatform.services.rest.wadl.research.Doc
 
Token - Class in org.exoplatform.services.rest.impl.header
Token is any header part which contains only valid characters see HeaderHelper.isToken(String) .
Token(String) - Constructor for class org.exoplatform.services.rest.impl.header.Token
 
toResponse(Exception) - Method in class org.exoplatform.services.rest.impl.DefaultExceptionMapper
toString() - Method in class org.exoplatform.services.rest.impl.ConstructorDescriptorImpl
toString() - Method in class org.exoplatform.services.rest.impl.ConstructorParameterImpl
toString() - Method in class org.exoplatform.services.rest.impl.FieldInjectorImpl
toString() - Method in class org.exoplatform.services.rest.impl.FilterDescriptorImpl
toString() - Method in class org.exoplatform.services.rest.impl.header.Language
toString() - Method in class org.exoplatform.services.rest.impl.method.MethodParameterImpl
toString() - Method in class org.exoplatform.services.rest.impl.provider.ProviderDescriptorImpl
toString() - Method in class org.exoplatform.services.rest.impl.resource.AbstractResourceDescriptorImpl
toString() - Method in class org.exoplatform.services.rest.impl.resource.PathValue
toString() - Method in class org.exoplatform.services.rest.impl.resource.ResourceMethodDescriptorImpl
toString() - Method in class org.exoplatform.services.rest.impl.resource.SubResourceLocatorDescriptorImpl
toString() - Method in class org.exoplatform.services.rest.impl.resource.SubResourceMethodDescriptorImpl
toString() - Method in class org.exoplatform.services.rest.uri.UriPattern
toString(String) - Method in class org.exoplatform.services.rest.impl.header.StringHeaderDelegate
toString(URI) - Method in class org.exoplatform.services.rest.impl.header.URIHeaderDelegate
toString(Date) - Method in class org.exoplatform.services.rest.impl.header.DateHeaderDelegate
Represents Date as String in format of RFC 1123 .
toString(Locale) - Method in class org.exoplatform.services.rest.impl.header.LocaleHeaderDelegate
toString(CacheControl) - Method in class org.exoplatform.services.rest.impl.header.CacheControlHeaderDelegate
toString(Cookie) - Method in class org.exoplatform.services.rest.impl.header.CookieHeaderDelegate
toString(EntityTag) - Method in class org.exoplatform.services.rest.impl.header.EntityTagHeaderDelegate
toString(MediaType) - Method in class org.exoplatform.services.rest.impl.header.MediaTypeHeaderDelegate
toString(NewCookie) - Method in class org.exoplatform.services.rest.impl.header.NewCookieHeaderDelegate
toString(AcceptLanguage) - Method in class org.exoplatform.services.rest.impl.header.AcceptLanguageHeaderDelegate
toString(AcceptMediaType) - Method in class org.exoplatform.services.rest.impl.header.AcceptMediaTypeHeaderDelegate
TRANSFER_ENCODING - Static variable in interface org.exoplatform.services.rest.ExtHttpHeaders
Transfer-Encoding header.
type - Variable in class org.exoplatform.services.rest.wadl.research.Param
 
type - Variable in class org.exoplatform.services.rest.wadl.research.Resource
 
type(String) - Method in class org.exoplatform.services.rest.impl.ResponseImpl.ResponseBuilderImpl
type(MediaType) - Method in class org.exoplatform.services.rest.impl.ResponseImpl.ResponseBuilderImpl
TypeProducer - Interface in org.exoplatform.services.rest.method
Can create object by using String value.

U

unbind(Class) - Method in class org.exoplatform.services.rest.impl.ResourceBinder
unbind(String) - Method in class org.exoplatform.services.rest.impl.ResourceBinder
Deprecated.
UnhandledException - Exception Class in org.exoplatform.services.rest.impl
Should not be used by custom services.
UnhandledException(String, Throwable) - Constructor for exception class org.exoplatform.services.rest.impl.UnhandledException
 
UnhandledException(Throwable) - Constructor for exception class org.exoplatform.services.rest.impl.UnhandledException
 
uri(URI) - Method in class org.exoplatform.services.rest.impl.uri.UriBuilderImpl
URI_PARAMETERS_PATTERN - Static variable in class org.exoplatform.services.rest.uri.UriTemplateParser
Pattern for process URI parameters, for example /a/b/{x}/c .
UriBuilderImpl - Class in org.exoplatform.services.rest.impl.uri
 
UriBuilderImpl() - Constructor for class org.exoplatform.services.rest.impl.uri.UriBuilderImpl
Default constructor.
UriComponent - Class in org.exoplatform.services.rest.impl.uri
 
URIHeaderDelegate - Class in org.exoplatform.services.rest.impl.header
 
URIHeaderDelegate() - Constructor for class org.exoplatform.services.rest.impl.header.URIHeaderDelegate
 
UriPattern - Class in org.exoplatform.services.rest.uri
 
UriPattern(String) - Constructor for class org.exoplatform.services.rest.uri.UriPattern
Constructs UriPattern.
URIPATTERN_COMPARATOR - Static variable in class org.exoplatform.services.rest.uri.UriPattern
Sort the templates according to the string comparison of the template regular expressions.
UriPatternMap<V> - Class in org.exoplatform.services.rest.util
 
UriPatternMap() - Constructor for class org.exoplatform.services.rest.util.UriPatternMap
 
UriTemplateParser - Class in org.exoplatform.services.rest.uri
 
UriTemplateParser(String) - Constructor for class org.exoplatform.services.rest.uri.UriTemplateParser
 
USER_INFO - Static variable in class org.exoplatform.services.rest.impl.uri.UriComponent
UserInfo URI component.
USERAGENT - Static variable in interface org.exoplatform.services.rest.ExtHttpHeaders
User-Agent header.
userInfo(String) - Method in class org.exoplatform.services.rest.impl.uri.UriBuilderImpl

V

validate(String, int, boolean) - Static method in class org.exoplatform.services.rest.impl.uri.UriComponent
Validate content of percent-encoding string.
value - Variable in class org.exoplatform.services.rest.generated.MemberPrice
 
value - Variable in class org.exoplatform.services.rest.generated.Price
 
value - Variable in class org.exoplatform.services.rest.wadl.research.Option
 
value() - Element in annotation interface org.exoplatform.services.rest.Property
 
value() - Method in enum class org.exoplatform.services.rest.wadl.research.HTTPMethods
 
value() - Method in enum class org.exoplatform.services.rest.wadl.research.ParamStyle
 
valueOf(String) - Static method in enum class org.exoplatform.services.rest.ComponentLifecycleScope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class org.exoplatform.services.rest.impl.header.AcceptLanguage
Creates a new instance of AcceptedLanguage by parsing the supplied string.
valueOf(String) - Static method in class org.exoplatform.services.rest.impl.header.AcceptMediaType
Creates a new instance of AcceptedMediaType by parsing the supplied string.
valueOf(String) - Static method in enum class org.exoplatform.services.rest.wadl.research.HTTPMethods
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.exoplatform.services.rest.wadl.research.ParamStyle
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.exoplatform.services.rest.ComponentLifecycleScope
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class org.exoplatform.services.rest.impl.InputHeadersMap
values() - Static method in enum class org.exoplatform.services.rest.wadl.research.HTTPMethods
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.exoplatform.services.rest.wadl.research.ParamStyle
Returns an array containing the constants of this enum class, in the order they are declared.
variant(Variant) - Method in class org.exoplatform.services.rest.impl.ResponseImpl.ResponseBuilderImpl
VariantListBuilderImpl - Class in org.exoplatform.services.rest.impl
See Variant.VariantListBuilder.
VariantListBuilderImpl() - Constructor for class org.exoplatform.services.rest.impl.VariantListBuilderImpl
 
variants(List<Variant>) - Method in class org.exoplatform.services.rest.impl.ResponseImpl.ResponseBuilderImpl
VariantsHandler - Class in org.exoplatform.services.rest.impl
 
visitAbstractResourceDescriptor(AbstractResourceDescriptor) - Method in class org.exoplatform.services.rest.impl.resource.ResourceDescriptorValidator
Validate AbstractResourceDescriptor.
visitAbstractResourceDescriptor(AbstractResourceDescriptor) - Method in interface org.exoplatform.services.rest.resource.ResourceDescriptorVisitor
 
visitConstructorInjector(ConstructorDescriptor) - Method in class org.exoplatform.services.rest.impl.resource.ResourceDescriptorValidator
visitConstructorInjector(ConstructorDescriptor) - Method in interface org.exoplatform.services.rest.resource.ResourceDescriptorVisitor
 
visitFieldInjector(FieldInjector) - Method in class org.exoplatform.services.rest.impl.resource.ResourceDescriptorValidator
visitFieldInjector(FieldInjector) - Method in interface org.exoplatform.services.rest.resource.ResourceDescriptorVisitor
 
visitFilterDescriptor(FilterDescriptor) - Method in class org.exoplatform.services.rest.impl.resource.ResourceDescriptorValidator
visitFilterDescriptor(FilterDescriptor) - Method in interface org.exoplatform.services.rest.resource.ResourceDescriptorVisitor
 
visitProviderDescriptor(ProviderDescriptor) - Method in class org.exoplatform.services.rest.impl.resource.ResourceDescriptorValidator
visitProviderDescriptor(ProviderDescriptor) - Method in interface org.exoplatform.services.rest.resource.ResourceDescriptorVisitor
 
visitResourceMethodDescriptor(ResourceMethodDescriptor) - Method in class org.exoplatform.services.rest.impl.resource.ResourceDescriptorValidator
Validate ResourceMethodDescriptor.
visitResourceMethodDescriptor(ResourceMethodDescriptor) - Method in interface org.exoplatform.services.rest.resource.ResourceDescriptorVisitor
 
visitSubResourceLocatorDescriptor(SubResourceLocatorDescriptor) - Method in class org.exoplatform.services.rest.impl.resource.ResourceDescriptorValidator
Validate SubResourceLocatorDescriptor.
visitSubResourceLocatorDescriptor(SubResourceLocatorDescriptor) - Method in interface org.exoplatform.services.rest.resource.ResourceDescriptorVisitor
 
visitSubResourceMethodDescriptor(SubResourceMethodDescriptor) - Method in class org.exoplatform.services.rest.impl.resource.ResourceDescriptorValidator
Validate SubResourceMethodDescriptor.
visitSubResourceMethodDescriptor(SubResourceMethodDescriptor) - Method in interface org.exoplatform.services.rest.resource.ResourceDescriptorVisitor
 

W

WADL - Static variable in class org.exoplatform.services.rest.impl.header.MediaTypeHelper
WADL media type.
WADL_TYPE - Static variable in class org.exoplatform.services.rest.impl.header.MediaTypeHelper
WADL media type.
WadlGenerator - Interface in org.exoplatform.services.rest.wadl
A WadGenerator creates structure that can be reflected to WADL representation.
WadlProcessor - Class in org.exoplatform.services.rest.wadl
This class manages process of creation WADL document which describe AbstractResourceDescriptor.
WadlProcessor() - Constructor for class org.exoplatform.services.rest.wadl.WadlProcessor
Constructs new instance of WadlProcessor which use default WadlGenerator.
WadlProcessor(WadlGenerator) - Constructor for class org.exoplatform.services.rest.wadl.WadlProcessor
Constructs new instance of WadlProcessor with specified WadlGenerator.
writeBody(GenericContainerResponse, MessageBodyWriter) - Method in interface org.exoplatform.services.rest.ContainerResponseWriter
Write entity body in output stream.
writeBody(GenericContainerResponse, MessageBodyWriter) - Method in class org.exoplatform.services.rest.tools.ByteArrayContainerResponseWriter
Write entity body in output stream.
writeBody(GenericContainerResponse, MessageBodyWriter) - Method in class org.exoplatform.services.rest.tools.DummyContainerResponseWriter
Write entity body in output stream.
writeHeaders(GenericContainerResponse) - Method in interface org.exoplatform.services.rest.ContainerResponseWriter
Write HTTP status and headers in HTTP response.
writeHeaders(GenericContainerResponse) - Method in class org.exoplatform.services.rest.tools.ByteArrayContainerResponseWriter
Write HTTP status and headers in HTTP response.
writeHeaders(GenericContainerResponse) - Method in class org.exoplatform.services.rest.tools.DummyContainerResponseWriter
Write HTTP status and headers in HTTP response.
writeProviders - Variable in class org.exoplatform.services.rest.impl.ProviderBinder
Read message body providers.
writeResponse() - Method in interface org.exoplatform.services.rest.GenericContainerResponse
Write response to output stream.
writeResponse() - Method in class org.exoplatform.services.rest.impl.ContainerResponse
Write response to output stream.
writeTo(byte[], Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.exoplatform.services.rest.impl.provider.ByteEntityProvider
writeTo(File, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.exoplatform.services.rest.impl.provider.FileEntityProvider
writeTo(InputStream, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.exoplatform.services.rest.impl.provider.InputStreamEntityProvider
writeTo(Reader, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.exoplatform.services.rest.impl.provider.ReaderEntityProvider
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.exoplatform.services.rest.impl.provider.JAXBObjectEntityProvider
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.exoplatform.services.rest.impl.provider.JsonEntityProvider
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.exoplatform.services.rest.impl.provider.JsonpEntityProvider
writeTo(String, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.exoplatform.services.rest.impl.provider.StringEntityProvider
writeTo(Iterator<? extends FileItem>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.exoplatform.services.rest.impl.provider.MultipartFormDataEntityProvider
 
writeTo(DataSource, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.exoplatform.services.rest.impl.provider.DataSourceEntityProvider
writeTo(MultivaluedMap<String, String>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.exoplatform.services.rest.impl.provider.MultivaluedMapEntityProvider
writeTo(StreamingOutput, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.exoplatform.services.rest.impl.provider.StreamOutputEntityProvider
writeTo(JAXBElement<?>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.exoplatform.services.rest.impl.provider.JAXBElementEntityProvider
writeTo(DOMSource, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.exoplatform.services.rest.impl.provider.DOMSourceEntityProvider
writeTo(SAXSource, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.exoplatform.services.rest.impl.provider.SAXSourceEntityProvider
writeTo(StreamSource, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.exoplatform.services.rest.impl.provider.StreamSourceEntityProvider
WS_RS_BUFFER_SIZE - Static variable in interface org.exoplatform.services.rest.RequestHandler
Max buffer size attribute name.
WS_RS_BUFFER_SIZE_VALUE - Static variable in interface org.exoplatform.services.rest.RequestHandler
Max buffer size attribute value.
WS_RS_TMP_DIR - Static variable in interface org.exoplatform.services.rest.RequestHandler
Temporary directory attribute name.

X

X_HTTP_METHOD_OVERRIDE - Static variable in interface org.exoplatform.services.rest.ExtHttpHeaders
X-HTTP-Method-Override header.

_

_default - Variable in class org.exoplatform.services.rest.wadl.research.Param
 
A B C D E F G H I J K L M N O P Q R S T U V W X _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form