Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X _ 

A

AbstractResourceDescriptor - Interface in org.everrest.core.resource
Describe Resource Class or Root Resource Class.
AbstractResourceDescriptorImpl - Class in org.everrest.core.impl.resource
 
AbstractResourceDescriptorImpl(Class<?>) - Constructor for class org.everrest.core.impl.resource.AbstractResourceDescriptorImpl
Constructs new instance of AbstractResourceDescriptor.
AbstractResourceDescriptorImpl(String, Class<?>) - Constructor for class org.everrest.core.impl.resource.AbstractResourceDescriptorImpl
 
AbstractResourceDescriptorImpl(Object) - Constructor for class org.everrest.core.impl.resource.AbstractResourceDescriptorImpl
Constructs new instance of AbstractResourceDescriptor.
AbstractResourceDescriptorImpl(String, Object) - Constructor for class org.everrest.core.impl.resource.AbstractResourceDescriptorImpl
 
accept(ResourceDescriptorVisitor) - Method in class org.everrest.core.impl.ConstructorDescriptorImpl
 
accept(ResourceDescriptorVisitor) - Method in class org.everrest.core.impl.FieldInjectorImpl
 
accept(ResourceDescriptorVisitor) - Method in class org.everrest.core.impl.FilterDescriptorImpl
 
accept(GenericMethodResource, Object[]) - Method in class org.everrest.core.impl.method.filter.SecurityConstraint
Check does method contains one on of security annotations PermitAll, DenyAll, RolesAllowed.
accept(ResourceDescriptorVisitor) - Method in class org.everrest.core.impl.provider.ProviderDescriptorImpl
 
accept(ResourceDescriptorVisitor) - Method in class org.everrest.core.impl.resource.AbstractResourceDescriptorImpl
 
accept(ResourceDescriptorVisitor) - Method in class org.everrest.core.impl.resource.ResourceMethodDescriptorImpl
 
accept(ResourceDescriptorVisitor) - Method in class org.everrest.core.impl.resource.SubResourceLocatorDescriptorImpl
 
accept(ResourceDescriptorVisitor) - Method in class org.everrest.core.impl.resource.SubResourceMethodDescriptorImpl
 
accept(GenericMethodResource, Object[]) - Method in interface org.everrest.core.method.MethodInvokerFilter
Check does supplied method can be invoked.
accept(ResourceDescriptorVisitor) - Method in interface org.everrest.core.resource.ResourceDescriptor
Method is useful for validation.
ACCEPT_RANGES - Static variable in interface org.everrest.core.ExtHttpHeaders
HTTP 1.1 "Accept-Ranges" header.
AcceptLanguage - Class in org.everrest.core.impl.header
 
AcceptLanguage(Locale) - Constructor for class org.everrest.core.impl.header.AcceptLanguage
Constructs new instance of accepted language with default quality value.
AcceptLanguage(Locale, float) - Constructor for class org.everrest.core.impl.header.AcceptLanguage
Constructs new instance of accepted language with quality value.
AcceptLanguageHeaderDelegate - Class in org.everrest.core.impl.header
 
AcceptLanguageHeaderDelegate() - Constructor for class org.everrest.core.impl.header.AcceptLanguageHeaderDelegate
 
AcceptMediaType - Class in org.everrest.core.impl.header
 
AcceptMediaType() - Constructor for class org.everrest.core.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, Map<String, String>) - Constructor for class org.everrest.core.impl.header.AcceptMediaType
Constructs AcceptedMediaType with supplied quality value.
AcceptMediaType(String, String) - Constructor for class org.everrest.core.impl.header.AcceptMediaType
Constructs AcceptedMediaType with default quality value.
AcceptMediaTypeHeaderDelegate - Class in org.everrest.core.impl.header
 
AcceptMediaTypeHeaderDelegate() - Constructor for class org.everrest.core.impl.header.AcceptMediaTypeHeaderDelegate
 
AcceptToken - Class in org.everrest.core.impl.header
 
AcceptToken(String) - Constructor for class org.everrest.core.impl.header.AcceptToken
Create AcceptToken with default quality value 1.0 .
AcceptToken(String, float) - Constructor for class org.everrest.core.impl.header.AcceptToken
Create AcceptToken with specified quality value.
add() - Method in class org.everrest.core.impl.VariantListBuilderImpl
 
add(String, T) - Method in class org.everrest.core.util.CaselessMultivaluedMap
 
add(String, T) - Method in class org.everrest.core.util.CaselessUnmodifiableMultivaluedMap
Adding new value is not supported.
add(MediaType, V) - Method in class org.everrest.core.util.MediaTypeMultivaluedMap
 
add(UriPattern, V) - Method in class org.everrest.core.util.UriPatternMap
 
addAll(String, T...) - Method in class org.everrest.core.util.CaselessMultivaluedMap
 
addAll(String, List<T>) - Method in class org.everrest.core.util.CaselessMultivaluedMap
 
addAll(String, T...) - Method in class org.everrest.core.util.CaselessUnmodifiableMultivaluedMap
Adding new values is not supported.
addAll(String, List<T>) - Method in class org.everrest.core.util.CaselessUnmodifiableMultivaluedMap
Adding new values is not supported.
addAll(MediaType, V...) - Method in class org.everrest.core.util.MediaTypeMultivaluedMap
 
addAll(MediaType, List<V>) - Method in class org.everrest.core.util.MediaTypeMultivaluedMap
 
addAll(UriPattern, V...) - Method in class org.everrest.core.util.UriPatternMap
 
addAll(UriPattern, List<V>) - Method in class org.everrest.core.util.UriPatternMap
 
addApplication(Application) - Method in class org.everrest.core.impl.EverrestApplication
Add components defined by application to this instance.
addApplication(Application) - Method in class org.everrest.core.impl.EverrestProcessor
 
addAsTemplate(String, Source) - Method in class org.everrest.core.impl.provider.XSLTTemplatesContextResolver
Parse and add given source as templates.
addClass(Class<?>) - Method in class org.everrest.core.impl.EverrestApplication
 
addComponent(Class<?>, Object) - Method in class org.everrest.core.tools.DependencySupplierImpl
 
addContextResolver(Class<? extends ContextResolver>) - Method in class org.everrest.core.impl.ProviderBinder
Add per-request ContextResolver.
addContextResolver(ContextResolver) - Method in class org.everrest.core.impl.ProviderBinder
Add singleton ContextResolver.
addContextResolver(ObjectFactory<ProviderDescriptor>) - Method in class org.everrest.core.impl.ProviderBinder
 
addElement(JsonValue) - Method in class org.everrest.core.impl.provider.json.ArrayValue
 
addElement(JsonValue) - Method in class org.everrest.core.impl.provider.json.JsonValue
Add child value.
addElement(String, JsonValue) - Method in class org.everrest.core.impl.provider.json.JsonValue
Add child value.
addElement(String, JsonValue) - Method in class org.everrest.core.impl.provider.json.ObjectValue
 
addExceptionMapper(Class<? extends ExceptionMapper>) - Method in class org.everrest.core.impl.ProviderBinder
Add per-request ExceptionMapper.
addExceptionMapper(ExceptionMapper) - Method in class org.everrest.core.impl.ProviderBinder
Add singleton ExceptionMapper.
addExceptionMapper(ObjectFactory<ProviderDescriptor>) - Method in class org.everrest.core.impl.ProviderBinder
 
addFactory(ObjectFactory<? extends ObjectModel>) - Method in class org.everrest.core.impl.EverrestApplication
 
addFirst(String, T) - Method in class org.everrest.core.util.CaselessMultivaluedMap
 
addFirst(String, T) - Method in class org.everrest.core.util.CaselessUnmodifiableMultivaluedMap
Adding new values is not supported.
addFirst(MediaType, V) - Method in class org.everrest.core.util.MediaTypeMultivaluedMap
 
addFirst(UriPattern, V) - Method in class org.everrest.core.util.UriPatternMap
 
addHeaderDelegate(RuntimeDelegate.HeaderDelegate<?>) - Method in class org.everrest.core.impl.RuntimeDelegateImpl
 
addJAXBContext(JAXBContext, Class<?>) - Method in class org.everrest.core.impl.provider.JAXBContextResolver
Add prepared JAXBContext that will be mapped to set of class.
addJob(Object, ResourceMethodDescriptor, Object[]) - Method in class org.everrest.core.impl.async.AsynchronousJobPool
 
addMatchedResource(Object) - Method in interface org.everrest.core.ApplicationContext
Add ancestor resource, according to JSR-311: Entries are ordered according in reverse request URI matching order, with the root resource last.
addMatchedResource(Object) - Method in class org.everrest.core.impl.ApplicationContextImpl
 
addMatchedURI(String) - Method in interface org.everrest.core.ApplicationContext
Add ancestor resource, according to JSR-311: Entries are ordered in reverse request URI matching order, with the root resource URI last.
addMatchedURI(String) - Method in class org.everrest.core.impl.ApplicationContextImpl
 
addMessageBodyReader(Class<? extends MessageBodyReader>) - Method in class org.everrest.core.impl.ProviderBinder
Add per-request MessageBodyReader.
addMessageBodyReader(MessageBodyReader) - Method in class org.everrest.core.impl.ProviderBinder
Add singleton MessageBodyReader.
addMessageBodyReader(ObjectFactory<ProviderDescriptor>) - Method in class org.everrest.core.impl.ProviderBinder
 
addMessageBodyWriter(Class<? extends MessageBodyWriter>) - Method in class org.everrest.core.impl.ProviderBinder
Add per-request MessageBodyWriter.
addMessageBodyWriter(MessageBodyWriter) - Method in class org.everrest.core.impl.ProviderBinder
Add singleton MessageBodyWriter.
addMessageBodyWriter(ObjectFactory<ProviderDescriptor>) - Method in class org.everrest.core.impl.ProviderBinder
 
addMethodInvokerFilter(Class<? extends MethodInvokerFilter>) - Method in class org.everrest.core.impl.ProviderBinder
Add per-request MethodInvokerFilter.
addMethodInvokerFilter(MethodInvokerFilter) - Method in class org.everrest.core.impl.ProviderBinder
Add singleton MethodInvokerFilter.
addMethodInvokerFilter(ObjectFactory<FilterDescriptor>) - Method in class org.everrest.core.impl.ProviderBinder
 
addPerRequest(Class) - Method in class org.everrest.core.impl.RestComponentResolver
 
addRequestFilter(Class<? extends RequestFilter>) - Method in class org.everrest.core.impl.ProviderBinder
Add per-request RequestFilter.
addRequestFilter(RequestFilter) - Method in class org.everrest.core.impl.ProviderBinder
Add singleton RequestFilter.
addRequestFilter(ObjectFactory<FilterDescriptor>) - Method in class org.everrest.core.impl.ProviderBinder
 
addResource(String, Class<?>) - Method in class org.everrest.core.impl.EverrestApplication
 
addResource(String, Object) - Method in class org.everrest.core.impl.EverrestApplication
 
addResource(Class<?>, MultivaluedMap<String, String>) - Method in class org.everrest.core.impl.ResourceBinderImpl
 
addResource(String, Class<?>, MultivaluedMap<String, String>) - Method in class org.everrest.core.impl.ResourceBinderImpl
 
addResource(Object, MultivaluedMap<String, String>) - Method in class org.everrest.core.impl.ResourceBinderImpl
 
addResource(String, Object, MultivaluedMap<String, String>) - Method in class org.everrest.core.impl.ResourceBinderImpl
 
addResource(ObjectFactory<AbstractResourceDescriptor>) - Method in class org.everrest.core.impl.ResourceBinderImpl
 
addResource(Class<?>, MultivaluedMap<String, String>) - Method in interface org.everrest.core.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(String, Class<?>, MultivaluedMap<String, String>) - Method in interface org.everrest.core.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 interface org.everrest.core.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(String, Object, MultivaluedMap<String, String>) - Method in interface org.everrest.core.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 interface org.everrest.core.ResourceBinder
Register supplied root resource if no one resource with the same UriPattern already registered.
addResponseFilter(Class<? extends ResponseFilter>) - Method in class org.everrest.core.impl.ProviderBinder
Add per-request ResponseFilter.
addResponseFilter(ResponseFilter) - Method in class org.everrest.core.impl.ProviderBinder
Add singleton ResponseFilter.
addResponseFilter(ObjectFactory<FilterDescriptor>) - Method in class org.everrest.core.impl.ProviderBinder
 
addSingleton(Object) - Method in class org.everrest.core.impl.EverrestApplication
 
addSingleton(Object) - Method in class org.everrest.core.impl.RestComponentResolver
 
addTraceHeaders(GenericContainerResponse) - Static method in class org.everrest.core.util.Tracer
Add all collected trace messages to specified instance of response as HTTP headers.
ALLOW - Static variable in interface org.everrest.core.ExtHttpHeaders
HTTP 1.1 "Allow" header.
allow(String...) - Method in class org.everrest.core.impl.ResponseImpl.ResponseBuilderImpl
 
allow(Set<String>) - Method in class org.everrest.core.impl.ResponseImpl.ResponseBuilderImpl
 
AnnotatedLifecycleMethodStrategy - Class in org.everrest.core.impl
Implementation of LifecycleComponent.LifecycleMethodStrategy that uses PostConstruct and PreDestroy annotation to find "initialize" and "destroy" methods.
AnnotatedLifecycleMethodStrategy() - Constructor for class org.everrest.core.impl.AnnotatedLifecycleMethodStrategy
 
any - Variable in class org.everrest.core.wadl.research.Application
 
any - Variable in class org.everrest.core.wadl.research.Grammars
 
any - Variable in class org.everrest.core.wadl.research.Link
 
any - Variable in class org.everrest.core.wadl.research.Method
 
any - Variable in class org.everrest.core.wadl.research.Option
 
any - Variable in class org.everrest.core.wadl.research.Param
 
any - Variable in class org.everrest.core.wadl.research.RepresentationType
 
any - Variable in class org.everrest.core.wadl.research.Request
 
any - Variable in class org.everrest.core.wadl.research.Resource
 
any - Variable in class org.everrest.core.wadl.research.Resources
 
any - Variable in class org.everrest.core.wadl.research.ResourceType
 
any - Variable in class org.everrest.core.wadl.research.Response
 
Application - Class in org.everrest.core.wadl.research
Java class for anonymous complex type.
Application() - Constructor for class org.everrest.core.wadl.research.Application
 
ApplicationContext - Interface in org.everrest.core
Provides access to ContainerRequest, ContainerResponse and request URI information.
ApplicationContextImpl - Class in org.everrest.core.impl
 
ApplicationContextImpl(GenericContainerRequest, GenericContainerResponse, ProviderBinder) - Constructor for class org.everrest.core.impl.ApplicationContextImpl
Constructs new instance of ApplicationContext.
ApplicationContextImpl(GenericContainerRequest, GenericContainerResponse, ProviderBinder, MethodInvokerDecoratorFactory) - Constructor for class org.everrest.core.impl.ApplicationContextImpl
Constructs new instance of ApplicationContext.
ApplicationProviderBinder - Class in org.everrest.core.impl
Provider binder for concrete JAX-RS application.
ApplicationProviderBinder() - Constructor for class org.everrest.core.impl.ApplicationProviderBinder
 
ApplicationPublisher - Class in org.everrest.core.impl
 
ApplicationPublisher(ResourceBinder, ProviderBinder) - Constructor for class org.everrest.core.impl.ApplicationPublisher
 
ArrayValue - Class in org.everrest.core.impl.provider.json
 
ArrayValue() - Constructor for class org.everrest.core.impl.provider.json.ArrayValue
 
AsynchronousJob - Interface in org.everrest.core.impl.async
 
AsynchronousJobListener - Interface in org.everrest.core.impl.async
Implementation of this interface may be notified when asynchronous job is done.
AsynchronousJobPool - Class in org.everrest.core.impl.async
Pool of asynchronous jobs.
AsynchronousJobPool(EverrestConfiguration) - Constructor for class org.everrest.core.impl.async.AsynchronousJobPool
 
AsynchronousJobPool.ManyJobsPolicy - Class in org.everrest.core.impl.async
 
AsynchronousJobRejectedException - Exception in org.everrest.core.impl.async
 
AsynchronousJobRejectedException(String) - Constructor for exception org.everrest.core.impl.async.AsynchronousJobRejectedException
 
AsynchronousJobService - Class in org.everrest.core.impl.async
Service to get result of invocation asynchronous job from AsynchronousJobPool.
AsynchronousJobService() - Constructor for class org.everrest.core.impl.async.AsynchronousJobService
 
AsynchronousMethodInvoker - Class in org.everrest.core.impl.async
Invoker for Resource and Sub-Resource methods.
AsynchronousMethodInvoker(AsynchronousJobPool) - Constructor for class org.everrest.core.impl.async.AsynchronousMethodInvoker
 
AsynchronousProcess - Class in org.everrest.core.impl.async
Description of AsynchronousJob.
AsynchronousProcess(String, Long, String, String) - Constructor for class org.everrest.core.impl.async.AsynchronousProcess
 
AsynchronousProcessListWriter - Class in org.everrest.core.impl.async
 
AsynchronousProcessListWriter() - Constructor for class org.everrest.core.impl.async.AsynchronousProcessListWriter
 
asynchronousServicePath - Variable in class org.everrest.core.impl.async.AsynchronousJobPool
 
author - Variable in class org.everrest.core.generated.Book
 
AUTHORIZATION - Static variable in interface org.everrest.core.ExtHttpHeaders
HTTP 1.1 "Authorization" header.

B

base - Variable in class org.everrest.core.wadl.research.Resources
 
BaseCollectionProducer - Class in org.everrest.core.impl.method
 
BaseCollectionProducer(Class<?>) - Constructor for class org.everrest.core.impl.method.BaseCollectionProducer
Constructs BaseCollectionProducer.
BaseDependencySupplier - Class in org.everrest.core
 
BaseDependencySupplier(Class<? extends Annotation>, DependencyNameDetector) - Constructor for class org.everrest.core.BaseDependencySupplier
 
BaseDependencySupplier(Class<? extends Annotation>) - Constructor for class org.everrest.core.BaseDependencySupplier
 
BaseDependencySupplier() - Constructor for class org.everrest.core.BaseDependencySupplier
 
BaseMultipartFormDataWriter - Class in org.everrest.core.impl.provider.multipart
 
BaseMultipartFormDataWriter() - Constructor for class org.everrest.core.impl.provider.multipart.BaseMultipartFormDataWriter
 
BaseObjectModel - Class in org.everrest.core
 
BaseObjectModel(Class<?>) - Constructor for class org.everrest.core.BaseObjectModel
 
BaseObjectModel(Object) - Constructor for class org.everrest.core.BaseObjectModel
 
BaseTypeProducer - Class in org.everrest.core.impl.method
Abstraction for single (not for collections) types.
BaseTypeProducer() - Constructor for class org.everrest.core.impl.method.BaseTypeProducer
 
baseUri(URI) - Method in class org.everrest.core.impl.uri.LinkBuilderImpl
 
baseUri(String) - Method in class org.everrest.core.impl.uri.LinkBuilderImpl
 
BaseWadlGeneratorImpl - Class in org.everrest.core.wadl
Base implementation of WadlGenerator.
BaseWadlGeneratorImpl() - Constructor for class org.everrest.core.wadl.BaseWadlGeneratorImpl
 
beforeInvokeMethod(Object, GenericMethodResource, Object[], ApplicationContext) - Method in class org.everrest.core.impl.method.DefaultMethodInvoker
 
Book - Class in org.everrest.core.generated
Java class for anonymous complex type.
Book() - Constructor for class org.everrest.core.generated.Book
 
BooleanValue - Class in org.everrest.core.impl.provider.json
 
BooleanValue(boolean) - Constructor for class org.everrest.core.impl.provider.json.BooleanValue
Constructs new BooleanValue.
bufferEntity() - Method in class org.everrest.core.impl.ResponseImpl
 
bufferStream(InputStream, int) - Static method in class org.everrest.core.impl.provider.IOHelper
Buffer input stream in memory of in file.
build() - Method in class org.everrest.core.impl.ResponseImpl.ResponseBuilderImpl
 
build(Object...) - Method in class org.everrest.core.impl.uri.LinkBuilderImpl
 
build(Object...) - Method in class org.everrest.core.impl.uri.UriBuilderImpl
 
build(Object[], boolean) - Method in class org.everrest.core.impl.uri.UriBuilderImpl
 
build() - Method in class org.everrest.core.impl.VariantListBuilderImpl
 
buildFromEncoded(Object...) - Method in class org.everrest.core.impl.uri.UriBuilderImpl
 
buildFromEncodedMap(Map<String, ?>) - Method in class org.everrest.core.impl.uri.UriBuilderImpl
 
buildFromMap(Map<String, ?>) - Method in class org.everrest.core.impl.uri.UriBuilderImpl
 
buildFromMap(Map<String, ?>, boolean) - Method in class org.everrest.core.impl.uri.UriBuilderImpl
 
buildRelativized(URI, Object...) - Method in class org.everrest.core.impl.uri.LinkBuilderImpl
 
ByteArrayContainerResponseWriter - Class in org.everrest.core.tools
Mock object that can be used for any tests.
ByteArrayContainerResponseWriter() - Constructor for class org.everrest.core.tools.ByteArrayContainerResponseWriter
 
ByteEntityProvider - Class in org.everrest.core.impl.provider
 
ByteEntityProvider() - Constructor for class org.everrest.core.impl.provider.ByteEntityProvider
 

C

cacheControl(CacheControl) - Method in class org.everrest.core.impl.ResponseImpl.ResponseBuilderImpl
 
CacheControlHeaderDelegate - Class in org.everrest.core.impl.header
 
CacheControlHeaderDelegate() - Constructor for class org.everrest.core.impl.header.CacheControlHeaderDelegate
 
cancel() - Method in interface org.everrest.core.impl.async.AsynchronousJob
 
CaselessMultivaluedMap<T> - Class in org.everrest.core.util
Case insensitive MultivaluedMap.
CaselessMultivaluedMap() - Constructor for class org.everrest.core.util.CaselessMultivaluedMap
 
CaselessMultivaluedMap(int) - Constructor for class org.everrest.core.util.CaselessMultivaluedMap
 
CaselessMultivaluedMap(Map<String, List<T>>) - Constructor for class org.everrest.core.util.CaselessMultivaluedMap
 
CaselessStringWrapper - Class in org.everrest.core.util
Caseless wrapper for strings.
CaselessStringWrapper(String) - Constructor for class org.everrest.core.util.CaselessStringWrapper
 
CaselessUnmodifiableMultivaluedMap<T> - Class in org.everrest.core.util
Case insensitive read-only MultivaluedMap.
CaselessUnmodifiableMultivaluedMap() - Constructor for class org.everrest.core.util.CaselessUnmodifiableMultivaluedMap
 
CaselessUnmodifiableMultivaluedMap(int) - Constructor for class org.everrest.core.util.CaselessUnmodifiableMultivaluedMap
 
CaselessUnmodifiableMultivaluedMap(Map<String, List<T>>) - Constructor for class org.everrest.core.util.CaselessUnmodifiableMultivaluedMap
 
characters(char[]) - Method in class org.everrest.core.impl.provider.json.JsonHandler
 
checkHexCharacters(String, int) - Static method in class org.everrest.core.impl.uri.UriComponent
Check does two next characters after '%' represent percent-encoded character.
checkObjectModel(ObjectModel) - Method in class org.everrest.core.impl.resource.ResourceDescriptorValidator
 
clazz - Variable in class org.everrest.core.BaseObjectModel
 
clean() - Method in class org.everrest.core.impl.FileCollector
Clean all files in storage.
clear() - Method in class org.everrest.core.impl.ResourceBinderImpl
Clear the list of resources.
clear() - Method in class org.everrest.core.util.CaselessMultivaluedMap
 
clear() - Method in class org.everrest.core.util.CaselessUnmodifiableMultivaluedMap
Clear map operation is not supported.
clone() - Method in class org.everrest.core.impl.ResponseImpl.ResponseBuilderImpl
 
clone() - Method in class org.everrest.core.impl.uri.UriBuilderImpl
 
close() - Method in class org.everrest.core.impl.provider.json.JsonWriter
 
close() - Method in class org.everrest.core.impl.ResponseImpl
 
CollectionMultipartFormDataMessageBodyWriter - Class in org.everrest.core.impl.provider.multipart
 
CollectionMultipartFormDataMessageBodyWriter() - Constructor for class org.everrest.core.impl.provider.multipart.CollectionMultipartFormDataMessageBodyWriter
 
CollectionStringConstructorProducer - Class in org.everrest.core.impl.method
Produce collections each element of it is object which has constructor with single String argument.
CollectionStringProducer - Class in org.everrest.core.impl.method
Produce collections each element of it is String.
CollectionStringValueOfProducer - Class in org.everrest.core.impl.method
Produce collections each element of it is object which has static valueOf with single String argument.
ComponentFinder - Class in org.everrest.core.servlet
 
ComponentFinder() - Constructor for class org.everrest.core.servlet.ComponentFinder
 
Connector - Interface in org.everrest.core
Created by The eXo Platform SAS.
CONSTRUCTOR_COMPARATOR - Static variable in class org.everrest.core.impl.ConstructorDescriptorImpl
ConstructorDescriptor comparator.
ConstructorDescriptor - Interface in org.everrest.core
Abstraction of constructor descriptor.
ConstructorDescriptorImpl - Class in org.everrest.core.impl
 
ConstructorDescriptorImpl(Class<?>, Constructor<?>) - Constructor for class org.everrest.core.impl.ConstructorDescriptorImpl
 
ConstructorParameter - Interface in org.everrest.core
Constructor parameter.
ConstructorParameterImpl - Class in org.everrest.core.impl
Describes constructor's parameter.
ConstructorParameterImpl(Annotation, Annotation[], Class<?>, Type, String, boolean) - Constructor for class org.everrest.core.impl.ConstructorParameterImpl
Constructs new instance of MethodParameter.
constructors - Variable in class org.everrest.core.BaseObjectModel
Resource class constructors.
consumes() - Method in class org.everrest.core.impl.provider.ProviderDescriptorImpl
 
consumes() - Method in class org.everrest.core.impl.resource.ResourceMethodDescriptorImpl
 
consumes() - Method in class org.everrest.core.impl.resource.SubResourceMethodDescriptorImpl
 
consumes() - Method in interface org.everrest.core.provider.ProviderDescriptor
Get list of MediaType which current provider consumes.
consumes() - Method in interface org.everrest.core.resource.ResourceMethodDescriptor
Get list of MediaType which current method consumes.
ContainerRequest - Class in org.everrest.core.impl
 
ContainerRequest(String, URI, URI, InputStream, MultivaluedMap<String, String>, SecurityContext) - Constructor for class org.everrest.core.impl.ContainerRequest
Constructs new instance of ContainerRequest.
ContainerResponse - Class in org.everrest.core.impl
 
ContainerResponse(ContainerResponseWriter) - Constructor for class org.everrest.core.impl.ContainerResponse
 
ContainerResponseWriter - Interface in org.everrest.core
All implementation of this interface should be able to write data in container response, e. g. servlet response.
containsKey(Object) - Method in class org.everrest.core.util.CaselessMultivaluedMap
 
containsValue(Object) - Method in class org.everrest.core.util.CaselessMultivaluedMap
 
content - Variable in class org.everrest.core.wadl.research.Doc
 
CONTENTLENGTH - Static variable in interface org.everrest.core.ExtHttpHeaders
HTTP 1.1 "Content-Length" header.
contentLocation(URI) - Method in class org.everrest.core.impl.ResponseImpl.ResponseBuilderImpl
 
CONTENTRANGE - Static variable in interface org.everrest.core.ExtHttpHeaders
HTTP 1.1 "Content-Range" header.
CONTENTTYPE - Static variable in interface org.everrest.core.ExtHttpHeaders
HTTP 1.1 "Content-type" header.
contextDestroyed(ServletContextEvent) - Method in class org.everrest.core.servlet.EverrestInitializedListener
 
contextInitialized(ServletContextEvent) - Method in class org.everrest.core.servlet.EverrestInitializedListener
 
ContextParameterResolver - Class in org.everrest.core.impl.method
 
contextResolvers - Variable in class org.everrest.core.impl.ProviderBinder
Context resolvers.
convertToString(Collection<String>) - Static method in class org.everrest.core.impl.header.HeaderHelper
Convert Collection<String> to single String, where values separated by ','.
cookie(NewCookie...) - Method in class org.everrest.core.impl.ResponseImpl.ResponseBuilderImpl
 
CookieHeaderDelegate - Class in org.everrest.core.impl.header
 
CookieHeaderDelegate() - Constructor for class org.everrest.core.impl.header.CookieHeaderDelegate
 
CookieParameterResolver - Class in org.everrest.core.impl.method
 
create(String) - Method in class org.everrest.core.impl.header.ListHeaderProducer
Create each element of header list.
create(String, Object, Class<?>, Type, MediaType, String) - Static method in class org.everrest.core.impl.provider.multipart.OutputItem
 
create(String, Object, Type, MediaType, String) - Static method in class org.everrest.core.impl.provider.multipart.OutputItem
 
create(String, Object, MediaType, String) - Static method in class org.everrest.core.impl.provider.multipart.OutputItem
 
create(String, Object, MediaType) - Static method in class org.everrest.core.impl.provider.multipart.OutputItem
 
create(HttpServletRequest) - Static method in class org.everrest.core.servlet.ServletContainerRequest
 
createAcceptedCharsetList(String) - Static method in class org.everrest.core.impl.header.HeaderHelper
Create sorted by quality value 'accept-character' list.
createAcceptedEncodingList(String) - Static method in class org.everrest.core.impl.header.HeaderHelper
Create sorted by quality value 'accept-encoding' list.
createAcceptedLanguageList(String) - Static method in class org.everrest.core.impl.header.HeaderHelper
Create sorted by quality value accepted language list.
createAcceptedMediaTypeList(String) - Static method in class org.everrest.core.impl.header.HeaderHelper
Create sorted by quality value accepted media type list.
createApplication() - Method in class org.everrest.core.wadl.BaseWadlGeneratorImpl
 
createApplication() - Method in class org.everrest.core.wadl.research.ObjectFactory
Create an instance of Application
createApplication() - Method in interface org.everrest.core.wadl.WadlGenerator
 
createArray(Class<?>, JsonValue) - Static method in class org.everrest.core.impl.provider.json.ObjectBuilder
Create array of Java Object from JSON source include multi-dimension array.
createAuthor(String) - Method in class org.everrest.core.generated.ObjectFactory
Create an instance of JAXBElement<String>}
createBook() - Method in class org.everrest.core.generated.ObjectFactory
Create an instance of Book
createCollection(Class<T>, Type, JsonValue) - Static method in class org.everrest.core.impl.provider.json.ObjectBuilder
Create instance of collectionClass from JSON representation.
createConsumesList(Consumes) - Static method in class org.everrest.core.impl.header.MediaTypeHelper
Create a list of media type for given Consumes annotation.
createDoc() - Method in class org.everrest.core.wadl.research.ObjectFactory
Create an instance of Doc
createEndpoint(Application, Class<T>) - Method in class org.everrest.core.impl.RuntimeDelegateImpl
End Points is not supported.
createFault(RepresentationType) - Method in class org.everrest.core.wadl.research.ObjectFactory
Create an instance of JAXBElement<RepresentationType>}
createFile(String) - Method in class org.everrest.core.impl.FileCollector
Create file with specified fileName in storage.
createFile() - Method in class org.everrest.core.impl.FileCollector
Create new file with generated name in storage.
createGrammars() - Method in class org.everrest.core.wadl.research.ObjectFactory
Create an instance of Grammars
createHeaderDelegate(Class<T>) - Method in class org.everrest.core.impl.RuntimeDelegateImpl
 
createInclude() - Method in class org.everrest.core.wadl.research.ObjectFactory
Create an instance of Include
createInstance(ApplicationContext) - Method in interface org.everrest.core.ConstructorDescriptor
 
createInstance(ApplicationContext) - Method in class org.everrest.core.impl.ConstructorDescriptorImpl
 
createJAXBContext(Class<?>) - Method in class org.everrest.core.impl.provider.JAXBContextResolver
Create and add in cache JAXBContext for supplied set of classes.
createJsonArray(Collection<?>) - Static method in class org.everrest.core.impl.provider.json.JsonGenerator
Create JSON array from specified collection.
createJsonArray(Object) - Static method in class org.everrest.core.impl.provider.json.JsonGenerator
Create JSON array from specified object.
createJsonObject(Object) - Static method in class org.everrest.core.impl.provider.json.JsonGenerator
Create JSON object from specified object.
createJsonObjectFromMap(Map<String, ?>) - Static method in class org.everrest.core.impl.provider.json.JsonGenerator
Create JSON object from specified map.
createJsonObjectFromString(String) - Method in class org.everrest.core.impl.provider.json.JsonGenerator
Create JSON object from specified string imply it is JSON object in String format.
createLink() - Method in class org.everrest.core.wadl.research.ObjectFactory
Create an instance of Link
createLinkBuilder() - Method in class org.everrest.core.impl.RuntimeDelegateImpl
 
createMemberPrice() - Method in class org.everrest.core.generated.ObjectFactory
Create an instance of MemberPrice
createMethod(ResourceMethodDescriptor) - Method in class org.everrest.core.wadl.BaseWadlGeneratorImpl
 
createMethod() - Method in class org.everrest.core.wadl.research.ObjectFactory
Create an instance of Method
createMethod(ResourceMethodDescriptor) - Method in interface org.everrest.core.wadl.WadlGenerator
 
createMethodParametersList(Class<?>, Method) - Method in class org.everrest.core.impl.resource.AbstractResourceDescriptorImpl
Create list of MethodParameter .
createObject(Class<T>, Type, JsonValue) - Static method in class org.everrest.core.impl.provider.json.ObjectBuilder
Create instance of mapClass from JSON representation.
createObject(Class<T>, JsonValue) - Static method in class org.everrest.core.impl.provider.json.ObjectBuilder
Create Java Bean from Json Source.
createOption() - Method in class org.everrest.core.wadl.research.ObjectFactory
Create an instance of Option
createParam(MethodParameter) - Method in class org.everrest.core.wadl.BaseWadlGeneratorImpl
 
createParam() - Method in class org.everrest.core.wadl.research.ObjectFactory
Create an instance of Param
createParam(MethodParameter) - Method in interface org.everrest.core.wadl.WadlGenerator
 
createParameterResolver(Annotation) - Static method in class org.everrest.core.impl.method.ParameterResolverFactory
Create parameter resolver for supplied annotation.
createPrice() - Method in class org.everrest.core.generated.ObjectFactory
Create an instance of Price
createProducesList(Produces) - Static method in class org.everrest.core.impl.header.MediaTypeHelper
Create a list of media type for given Produces annotation.
createProxy(Class<T>) - Static method in class org.everrest.core.impl.provider.json.JsonUtils
 
createQualitySortedList(String) - Method in class org.everrest.core.impl.header.ListHeaderProducer
Create list of headers which is sorted by quality value.
createRepresentation(RepresentationType) - Method in class org.everrest.core.wadl.research.ObjectFactory
Create an instance of JAXBElement<RepresentationType>}
createRepresentationType() - Method in class org.everrest.core.wadl.research.ObjectFactory
Create an instance of RepresentationType
createRequest() - Method in class org.everrest.core.wadl.BaseWadlGeneratorImpl
 
createRequest() - Method in class org.everrest.core.wadl.research.ObjectFactory
Create an instance of Request
createRequest() - Method in interface org.everrest.core.wadl.WadlGenerator
 
createRequestRepresentation(MediaType) - Method in class org.everrest.core.wadl.BaseWadlGeneratorImpl
 
createRequestRepresentation(MediaType) - Method in interface org.everrest.core.wadl.WadlGenerator
 
createResource(AbstractResourceDescriptor) - Method in class org.everrest.core.wadl.BaseWadlGeneratorImpl
 
createResource(String) - Method in class org.everrest.core.wadl.BaseWadlGeneratorImpl
 
createResource() - Method in class org.everrest.core.wadl.research.ObjectFactory
Create an instance of Resource
createResource(AbstractResourceDescriptor) - Method in interface org.everrest.core.wadl.WadlGenerator
 
createResource(String) - Method in interface org.everrest.core.wadl.WadlGenerator
 
createResources() - Method in class org.everrest.core.wadl.BaseWadlGeneratorImpl
 
createResources() - Method in class org.everrest.core.wadl.research.ObjectFactory
Create an instance of Resources
createResources() - Method in interface org.everrest.core.wadl.WadlGenerator
 
createResourceType() - Method in class org.everrest.core.wadl.research.ObjectFactory
Create an instance of ResourceType
createResponse() - Method in class org.everrest.core.wadl.BaseWadlGeneratorImpl
 
createResponse() - Method in class org.everrest.core.wadl.research.ObjectFactory
Create an instance of Response
createResponse() - Method in interface org.everrest.core.wadl.WadlGenerator
 
createResponseBuilder() - Method in class org.everrest.core.impl.RuntimeDelegateImpl
 
createResponseRepresentation(MediaType) - Method in class org.everrest.core.wadl.BaseWadlGeneratorImpl
 
createResponseRepresentation(MediaType) - Method in interface org.everrest.core.wadl.WadlGenerator
 
createTitle(String) - Method in class org.everrest.core.generated.ObjectFactory
Create an instance of JAXBElement<String>}
createUriBuilder() - Method in class org.everrest.core.impl.RuntimeDelegateImpl
 
createUriWithValues(String, String, String, int, String, String, String, Map<String, ?>, boolean, boolean) - Static method in class org.everrest.core.uri.UriPattern
Create URI from URI part.
createUriWithValues(String, String, String, int, String, String, String, Map<String, ?>, boolean) - Static method in class org.everrest.core.uri.UriPattern
Create URI from URI part.
createUriWithValues(String, String, String, int, String, String, String, Object[], boolean, boolean) - Static method in class org.everrest.core.uri.UriPattern
Create URI from URI part.
createUriWithValues(String, String, String, int, String, String, String, Object[], boolean) - Static method in class org.everrest.core.uri.UriPattern
Create URI from URI part.
createValue(String) - Method in class org.everrest.core.impl.method.BaseCollectionProducer
Create collection's element.
createValue(String, MultivaluedMap<String, String>, String) - Method in class org.everrest.core.impl.method.BaseCollectionProducer
Create Object (it is Collection) and add in it elements.
createValue(String) - Method in class org.everrest.core.impl.method.BaseTypeProducer
Create object from given string.
createValue(String, MultivaluedMap<String, String>, String) - Method in class org.everrest.core.impl.method.BaseTypeProducer
 
createValue(String) - Method in class org.everrest.core.impl.method.CollectionStringConstructorProducer
 
createValue(String) - Method in class org.everrest.core.impl.method.CollectionStringProducer
Don't need to do anything just return passed in method String as is.
createValue(String) - Method in class org.everrest.core.impl.method.CollectionStringValueOfProducer
 
createValue(String) - Method in class org.everrest.core.impl.method.PrimitiveTypeProducer
 
createValue(String, MultivaluedMap<String, String>, String) - Method in class org.everrest.core.impl.method.PrimitiveTypeProducer
 
createValue(String) - Method in class org.everrest.core.impl.method.StringConstructorProducer
 
createValue(String) - Method in class org.everrest.core.impl.method.StringProducer
Don't need to do anything just return passed in method String as is.
createValue(String) - Method in class org.everrest.core.impl.method.StringValueOfProducer
 
createValue(String, MultivaluedMap<String, String>, String) - Method in interface org.everrest.core.method.TypeProducer
 
createVariantListBuilder() - Method in class org.everrest.core.impl.RuntimeDelegateImpl
 
ctx - Variable in class org.everrest.core.servlet.EverrestServletContextInitializer
 
currency - Variable in class org.everrest.core.generated.MemberPrice
 
currency - Variable in class org.everrest.core.generated.Price
 

D

DASL - Static variable in interface org.everrest.core.ExtHttpHeaders
HTTP 1.1 "Allow" header.
DataSourceEntityProvider - Class in org.everrest.core.impl.provider
 
DataSourceEntityProvider() - Constructor for class org.everrest.core.impl.provider.DataSourceEntityProvider
 
DateHeaderDelegate - Class in org.everrest.core.impl.header
 
DateHeaderDelegate() - Constructor for class org.everrest.core.impl.header.DateHeaderDelegate
 
DAV - Static variable in interface org.everrest.core.ExtHttpHeaders
WebDav "DAV" header.
debug(String) - Method in class org.everrest.core.util.Logger
 
debug(String, Object) - Method in class org.everrest.core.util.Logger
 
debug(String, Object, Object) - Method in class org.everrest.core.util.Logger
 
debug(String, Object...) - Method in class org.everrest.core.util.Logger
 
debug(String, Throwable) - Method in class org.everrest.core.util.Logger
 
decode(String, int) - Static method in class org.everrest.core.impl.uri.UriComponent
Decode percent encoded URI string.
decoratedInvoker - Variable in class org.everrest.core.impl.method.MethodInvokerDecorator
 
DEFAULT - Static variable in class org.everrest.core.impl.header.AcceptLanguage
Default accepted language, it minds any language is acceptable.
DEFAULT - Static variable in class org.everrest.core.impl.header.AcceptMediaType
Default accepted media type, it minds any content type is acceptable.
DEFAULT - Static variable in class org.everrest.core.impl.header.MediaTypeHelper
Default media type.
DEFAULT_PATH - Static variable in class org.everrest.core.impl.FilterDescriptorImpl
 
DEFAULT_QUALITY_VALUE - Static variable in interface org.everrest.core.header.QualityValue
Default quality value.
DEFAULT_TYPE - Static variable in class org.everrest.core.impl.header.MediaTypeHelper
Default media type.
DEFAULT_TYPE_LIST - Static variable in class org.everrest.core.impl.header.MediaTypeHelper
List which contains default media type.
defaultAsynchronousCacheSize - Static variable in class org.everrest.core.impl.EverrestConfiguration
 
defaultAsynchronousJobTimeout - Static variable in class org.everrest.core.impl.EverrestConfiguration
 
defaultAsynchronousPoolSize - Static variable in class org.everrest.core.impl.EverrestConfiguration
 
defaultAsynchronousQueueSize - Static variable in class org.everrest.core.impl.EverrestConfiguration
 
defaultAsynchronousServicePath - Static variable in class org.everrest.core.impl.EverrestConfiguration
 
defaultAsynchronousSupported - Static variable in class org.everrest.core.impl.EverrestConfiguration
 
defaultCheckSecurity - Static variable in class org.everrest.core.impl.EverrestConfiguration
 
DefaultExceptionMapper - Class in org.everrest.core.impl.provider
Transform Exception to JAX-RS response.
DefaultExceptionMapper() - Constructor for class org.everrest.core.impl.provider.DefaultExceptionMapper
 
defaultHttpMethodOverride - Static variable in class org.everrest.core.impl.EverrestConfiguration
 
defaultMaxBufferSize - Static variable in class org.everrest.core.impl.EverrestConfiguration
Max buffer size attribute value.
DefaultMethodInvoker - Class in org.everrest.core.impl.method
Invoker for Resource Method, Sub-Resource Method and SubResource Locator.
DefaultMethodInvoker() - Constructor for class org.everrest.core.impl.method.DefaultMethodInvoker
 
defaultNormalizeUri - Static variable in class org.everrest.core.impl.EverrestConfiguration
 
DependencyNameDetector - Interface in org.everrest.core
Implementation of this interface determine name of dependency required for constructors or fields of Resource or Provider.
DependencySupplier - Interface in org.everrest.core
Implementation of DependencySupplier should be able to provide objects that required for constructors or fields of Resource or Provider.
DependencySupplierImpl - Class in org.everrest.core.tools
Simple dependency resolver.
DependencySupplierImpl() - Constructor for class org.everrest.core.tools.DependencySupplierImpl
 
DependencySupplierImpl(Class<? extends Annotation>) - Constructor for class org.everrest.core.tools.DependencySupplierImpl
 
depInjector - Variable in class org.everrest.core.impl.ApplicationContextImpl
 
DEPTH - Static variable in interface org.everrest.core.ExtHttpHeaders
WebDav "Depth" header.
DESTINATION - Static variable in interface org.everrest.core.ExtHttpHeaders
WebDav "Destination" header.
destroy() - Method in class org.everrest.core.impl.LifecycleComponent
 
dispatch(GenericContainerRequest, GenericContainerResponse) - Method in class org.everrest.core.impl.RequestDispatcher
Dispatch ContainerRequest to resource which can serve request.
dispatch(GenericContainerRequest, GenericContainerResponse, ApplicationContext, ObjectFactory<AbstractResourceDescriptor>, Object, String) - Method in class org.everrest.core.impl.RequestDispatcher
Process resource methods, sub-resource methods and sub-resource locators to find the best one for serve request.
doc - Variable in class org.everrest.core.wadl.research.Application
 
Doc - Class in org.everrest.core.wadl.research
Java class for anonymous complex type.
Doc() - Constructor for class org.everrest.core.wadl.research.Doc
 
doc - Variable in class org.everrest.core.wadl.research.Grammars
 
doc - Variable in class org.everrest.core.wadl.research.Include
 
doc - Variable in class org.everrest.core.wadl.research.Link
 
doc - Variable in class org.everrest.core.wadl.research.Method
 
doc - Variable in class org.everrest.core.wadl.research.Option
 
doc - Variable in class org.everrest.core.wadl.research.Param
 
doc - Variable in class org.everrest.core.wadl.research.RepresentationType
 
doc - Variable in class org.everrest.core.wadl.research.Request
 
doc - Variable in class org.everrest.core.wadl.research.Resource
 
doc - Variable in class org.everrest.core.wadl.research.Resources
 
doc - Variable in class org.everrest.core.wadl.research.ResourceType
 
doc - Variable in class org.everrest.core.wadl.research.Response
 
doFilter(GenericContainerRequest) - Method in interface org.everrest.core.RequestFilter
Can modify original request.
doFilter(GenericContainerResponse) - Method in interface org.everrest.core.ResponseFilter
Can modify original response.
doGetAcceptableWriterMediaTypes(Class<?>, Type, Annotation[]) - Method in class org.everrest.core.impl.ProviderBinder
 
doGetContextResolver(Class<T>, MediaType) - Method in class org.everrest.core.impl.ProviderBinder
 
doGetExceptionMapper(Class<T>) - Method in class org.everrest.core.impl.ProviderBinder
 
doGetMatchedFilters(String, UriPatternMap<ObjectFactory<FilterDescriptor>>) - Method in class org.everrest.core.impl.ProviderBinder
 
doGetMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in class org.everrest.core.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.everrest.core.impl.ProviderBinder
Looking for message body writer according to supplied entity class, entity generic type, annotations and content type.
DOMSourceEntityProvider - Class in org.everrest.core.impl.provider
 
DOMSourceEntityProvider() - Constructor for class org.everrest.core.impl.provider.DOMSourceEntityProvider
 
done(AsynchronousJob) - Method in interface org.everrest.core.impl.async.AsynchronousJobListener
 
doPostConstruct(Object, ApplicationContext) - Method in class org.everrest.core.PerRequestObjectFactory
 
DoubleValue - Class in org.everrest.core.impl.provider.json
 
DoubleValue(double) - Constructor for class org.everrest.core.impl.provider.json.DoubleValue
Constructs new DoubleValue.
DummyContainerResponseWriter - Class in org.everrest.core.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.everrest.core.tools.DummyContainerResponseWriter
 

E

element - Variable in class org.everrest.core.wadl.research.RepresentationType
 
EmptyInputStream - Class in org.everrest.core.tools
 
EmptyInputStream() - Constructor for class org.everrest.core.tools.EmptyInputStream
 
encode(String, int, boolean) - Static method in class org.everrest.core.impl.uri.UriComponent
Encode given URI string.
encodeLiteralCharacters(String) - Method in class org.everrest.core.uri.UriTemplateParser
Encode set of literal characters.
encoding(String) - Method in class org.everrest.core.impl.ResponseImpl.ResponseBuilderImpl
 
encodings(String...) - Method in class org.everrest.core.impl.VariantListBuilderImpl
 
endArray() - Method in class org.everrest.core.impl.provider.json.JsonHandler
 
endObject() - Method in class org.everrest.core.impl.provider.json.JsonHandler
 
entity(Object) - Method in class org.everrest.core.impl.ResponseImpl.ResponseBuilderImpl
 
entity(Object, Annotation[]) - Method in class org.everrest.core.impl.ResponseImpl.ResponseBuilderImpl
 
EntityProvider<T> - Interface in org.everrest.core.provider
Reads and writes entity.
EntityTagHeaderDelegate - Class in org.everrest.core.impl.header
 
EntityTagHeaderDelegate() - Constructor for class org.everrest.core.impl.header.EntityTagHeaderDelegate
 
entrySet() - Method in class org.everrest.core.util.CaselessMultivaluedMap
 
entrySet() - Method in class org.everrest.core.util.CaselessUnmodifiableMultivaluedMap
Unmodifiable set of map's entries.
EnvironmentContext - Class in org.everrest.core.impl
Keeps objects from environment (e. g. servlet container) which can be passed in resource.
EnvironmentContext() - Constructor for class org.everrest.core.impl.EnvironmentContext
 
equals(Object) - Method in class org.everrest.core.tools.SimplePrincipal
 
equals(Object) - Method in class org.everrest.core.uri.UriPattern
 
equals(Object) - Method in class org.everrest.core.util.CaselessStringWrapper
 
equals(Object) - Method in class org.everrest.core.util.ParameterizedTypeImpl
 
equalsIgnoreValueOrder(MultivaluedMap<String, T>) - Method in class org.everrest.core.util.CaselessMultivaluedMap
 
equalsIgnoreValueOrder(MultivaluedMap<MediaType, V>) - Method in class org.everrest.core.util.MediaTypeMultivaluedMap
 
equalsIgnoreValueOrder(MultivaluedMap<UriPattern, V>) - Method in class org.everrest.core.util.UriPatternMap
 
error(String) - Method in class org.everrest.core.util.Logger
 
error(String, Object) - Method in class org.everrest.core.util.Logger
 
error(String, Object, Object) - Method in class org.everrest.core.util.Logger
 
error(String, Object...) - Method in class org.everrest.core.util.Logger
 
error(String, Throwable) - Method in class org.everrest.core.util.Logger
 
ErrorPages - Class in org.everrest.core.tools
Describes error-page references for web application in web.xml file.
ErrorPages(ServletContext) - Constructor for class org.everrest.core.tools.ErrorPages
 
evaluatePreconditions(EntityTag) - Method in class org.everrest.core.impl.ContainerRequest
 
evaluatePreconditions(Date) - Method in class org.everrest.core.impl.ContainerRequest
 
evaluatePreconditions(Date, EntityTag) - Method in class org.everrest.core.impl.ContainerRequest
 
evaluatePreconditions() - Method in class org.everrest.core.impl.ContainerRequest
 
EVERREST_ASYNCHRONOUS - Static variable in class org.everrest.core.impl.EverrestConfiguration
 
EVERREST_ASYNCHRONOUS_CACHE_SIZE - Static variable in class org.everrest.core.impl.EverrestConfiguration
 
EVERREST_ASYNCHRONOUS_JOB_TIMEOUT - Static variable in class org.everrest.core.impl.EverrestConfiguration
 
EVERREST_ASYNCHRONOUS_POOL_SIZE - Static variable in class org.everrest.core.impl.EverrestConfiguration
 
EVERREST_ASYNCHRONOUS_QUEUE_SIZE - Static variable in class org.everrest.core.impl.EverrestConfiguration
 
EVERREST_ASYNCHRONOUS_SERVICE_PATH - Static variable in class org.everrest.core.impl.EverrestConfiguration
 
EVERREST_CHECK_SECURITY - Static variable in class org.everrest.core.impl.EverrestConfiguration
 
EVERREST_HTTP_METHOD_OVERRIDE - Static variable in class org.everrest.core.impl.EverrestConfiguration
 
EVERREST_MAX_BUFFER_SIZE - Static variable in class org.everrest.core.impl.EverrestConfiguration
Max buffer size configuration parameter.
EVERREST_NORMALIZE_URI - Static variable in class org.everrest.core.impl.EverrestConfiguration
 
EVERREST_SCAN_COMPONENTS - Static variable in class org.everrest.core.servlet.EverrestServletContextInitializer
 
EVERREST_SCAN_SKIP_PACKAGES - Static variable in class org.everrest.core.servlet.EverrestServletContextInitializer
 
EverrestApplication - Class in org.everrest.core.impl
Defines the JAX-RS components depending on EverrestConfiguration.
EverrestApplication() - Constructor for class org.everrest.core.impl.EverrestApplication
 
EverrestConfiguration - Class in org.everrest.core.impl
 
EverrestConfiguration() - Constructor for class org.everrest.core.impl.EverrestConfiguration
 
EverrestConfiguration(EverrestConfiguration) - Constructor for class org.everrest.core.impl.EverrestConfiguration
 
EverrestInitializedListener - Class in org.everrest.core.servlet
Initialize required components of JAX-RS framework and deploy single JAX-RS application.
EverrestInitializedListener() - Constructor for class org.everrest.core.servlet.EverrestInitializedListener
 
EverrestProcessor - Class in org.everrest.core.impl
 
EverrestProcessor(ResourceBinder, ProviderBinder, DependencySupplier, EverrestConfiguration, Application) - Constructor for class org.everrest.core.impl.EverrestProcessor
 
EverrestProcessor(ResourceBinder, ProviderBinder, DependencySupplier) - Constructor for class org.everrest.core.impl.EverrestProcessor
 
EverrestServlet - Class in org.everrest.core.servlet
 
EverrestServlet() - Constructor for class org.everrest.core.servlet.EverrestServlet
 
EverrestServletContextInitializer - Class in org.everrest.core.servlet
 
EverrestServletContextInitializer(ServletContext) - Constructor for class org.everrest.core.servlet.EverrestServletContextInitializer
 
exceptionMappers - Variable in class org.everrest.core.impl.ProviderBinder
Exception mappers, see ExceptionMapper.
expires(Date) - Method in class org.everrest.core.impl.ResponseImpl.ResponseBuilderImpl
 
EXT_PREFIX_SUBTYPE - Static variable in class org.everrest.core.impl.header.MediaTypeHelper
Prefix of sub-type part of media types as application/*+xml.
EXT_PREFIX_SUBTYPE_PATTERN - Static variable in class org.everrest.core.impl.header.MediaTypeHelper
Media types as application/*+xml pattern.
EXT_SUBTYPE_PATTERN - Static variable in class org.everrest.core.impl.header.MediaTypeHelper
Media types as application/atom+* or application/*+xml pattern.
EXT_SUFFIX_SUBTYPE - Static variable in class org.everrest.core.impl.header.MediaTypeHelper
Suffix of sub-type part of media types as application/atom+*.
EXT_SUFFIX_SUBTYPE_PATTERN - Static variable in class org.everrest.core.impl.header.MediaTypeHelper
Media types as application/atom+* pattern.
ExtHttpHeaders - Interface in org.everrest.core
 
ExtMultivaluedMap<K,V> - Interface in org.everrest.core
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.everrest.core
Object field.
FieldInjectorImpl - Class in org.everrest.core.impl
 
FieldInjectorImpl(Class<?>, Field) - Constructor for class org.everrest.core.impl.FieldInjectorImpl
 
fields - Variable in class org.everrest.core.BaseObjectModel
Resource class fields.
FileCollector - Class in org.everrest.core.impl
Provides store for temporary files.
FileCollectorDestroyer - Class in org.everrest.core.impl
Stop FileCollector if FileCollector class is loaded by the context class loader.
FileCollectorDestroyer() - Constructor for class org.everrest.core.impl.FileCollectorDestroyer
 
FileEntityProvider - Class in org.everrest.core.impl.provider
 
FileEntityProvider() - Constructor for class org.everrest.core.impl.provider.FileEntityProvider
 
Filter - Annotation Type in org.everrest.core
Marks an implementation of an extension interface.
FilterDescriptor - Interface in org.everrest.core
Description of filter.
FilterDescriptorImpl - Class in org.everrest.core.impl
 
FilterDescriptorImpl(Class<?>) - Constructor for class org.everrest.core.impl.FilterDescriptorImpl
 
FilterDescriptorImpl(Object) - Constructor for class org.everrest.core.impl.FilterDescriptorImpl
 
findComponents() - Static method in class org.everrest.core.servlet.ComponentFinder
 
findMethodResourceMediaType(List<T>, List<MediaType>, List<MediaType>) - Method in class org.everrest.core.impl.resource.AbstractResourceDescriptorImpl
Check is collection of ResourceMethodDescriptor already contains ResourceMethodDescriptor with the same media types.
fixed - Variable in class org.everrest.core.wadl.research.Param
 
flush() - Method in class org.everrest.core.impl.provider.json.JsonWriter
 
formatDate(Date) - Static method in class org.everrest.core.impl.header.HeaderHelper
Format date in RFC 1123 format.
FormParameterResolver - Class in org.everrest.core.impl.method
 
FORWARDED_HOST - Static variable in interface org.everrest.core.ExtHttpHeaders
Forwarded Host header.
FORWARDED_PROTO - Static variable in interface org.everrest.core.ExtHttpHeaders
Forwarded Protocol header.
fragment(String) - Method in class org.everrest.core.impl.uri.UriBuilderImpl
 
FRAGMENT - Static variable in class org.everrest.core.impl.uri.UriComponent
Fragment.
fromString(String) - Method in class org.everrest.core.impl.header.AcceptLanguageHeaderDelegate
 
fromString(String) - Method in class org.everrest.core.impl.header.AcceptMediaTypeHeaderDelegate
 
fromString(String) - Method in class org.everrest.core.impl.header.CacheControlHeaderDelegate
 
fromString(String) - Method in class org.everrest.core.impl.header.CookieHeaderDelegate
 
fromString(String) - Method in class org.everrest.core.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.everrest.core.impl.header.EntityTagHeaderDelegate
 
fromString(String) - Method in class org.everrest.core.impl.header.LocaleHeaderDelegate
 
fromString(String) - Method in class org.everrest.core.impl.header.MediaTypeHeaderDelegate
 
fromString(String) - Method in class org.everrest.core.impl.header.NewCookieHeaderDelegate
 
fromString(String) - Method in class org.everrest.core.impl.header.RangeHeaderDelegate
 
fromString(String) - Method in class org.everrest.core.impl.header.StringHeaderDelegate
 
fromString(String) - Method in class org.everrest.core.impl.header.URIHeaderDelegate
 
fromString(String, boolean) - Static method in class org.everrest.core.impl.uri.PathSegmentImpl
Create instance of PathSegment from given string.
fromValue(String) - Static method in enum org.everrest.core.wadl.research.HTTPMethods
 
fromValue(String) - Static method in enum org.everrest.core.wadl.research.ParamStyle
 

G

GenericContainerRequest - Interface in org.everrest.core
 
GenericContainerResponse - Interface in org.everrest.core
 
GenericMethodResource - Interface in org.everrest.core.resource
Abstraction for method in resource, this essence is common for ResourceMethodDescriptor, SubResourceMethodDescriptor, SubResourceLocatorDescriptor .
get(Long, UriInfo, SecurityContext) - Method in class org.everrest.core.impl.async.AsynchronousJobService
 
get(K) - Method in class org.everrest.core.impl.HelperCache
 
get(Object) - Method in class org.everrest.core.util.CaselessMultivaluedMap
 
get(Object) - Method in class org.everrest.core.util.CaselessUnmodifiableMultivaluedMap
 
getAbsolutePath() - Method in class org.everrest.core.impl.ApplicationContextImpl
 
getAbsolutePathBuilder() - Method in class org.everrest.core.impl.ApplicationContextImpl
 
getAcceptableLanguages() - Method in class org.everrest.core.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.everrest.core.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.everrest.core.impl.ContainerRequest
 
getAcceptableMediaTypes() - Method in class org.everrest.core.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.everrest.core.impl.ApplicationProviderBinder
 
getAcceptableWriterMediaTypes(Class<?>, Type, Annotation[]) - Method in class org.everrest.core.impl.ProviderBinder
Get list of most acceptable writer's media type for specified type.
getActualTypeArguments() - Method in class org.everrest.core.util.ParameterizedTypeImpl
 
getAll() - Method in class org.everrest.core.impl.async.AsynchronousJobPool
 
getAllow() - Method in class org.everrest.core.resource.ResourceMethodMap
Get HTTP method names to use it in 'Allow' header.
getAllowedMethods() - Method in class org.everrest.core.impl.ResponseImpl
 
getAnnotation() - Method in class org.everrest.core.impl.ConstructorParameterImpl
 
getAnnotation() - Method in class org.everrest.core.impl.FieldInjectorImpl
 
getAnnotation() - Method in class org.everrest.core.impl.method.MethodParameterImpl
 
getAnnotation() - Method in interface org.everrest.core.Parameter
 
getAnnotations() - Method in class org.everrest.core.impl.ConstructorParameterImpl
 
getAnnotations() - Method in class org.everrest.core.impl.FieldInjectorImpl
 
getAnnotations() - Method in class org.everrest.core.impl.method.MethodParameterImpl
 
getAnnotations() - Method in class org.everrest.core.impl.resource.ResourceMethodDescriptorImpl
 
getAnnotations() - Method in class org.everrest.core.impl.resource.SubResourceLocatorDescriptorImpl
 
getAnnotations() - Method in class org.everrest.core.impl.resource.SubResourceMethodDescriptorImpl
 
getAnnotations() - Method in interface org.everrest.core.Parameter
 
getAnnotations() - Method in interface org.everrest.core.resource.GenericMethodResource
Get set or additional (not JAX-RS specific) annotation.
getAny() - Method in class org.everrest.core.wadl.research.Application
Gets the value of the any property.
getAny() - Method in class org.everrest.core.wadl.research.Grammars
Gets the value of the any property.
getAny() - Method in class org.everrest.core.wadl.research.Link
Gets the value of the any property.
getAny() - Method in class org.everrest.core.wadl.research.Method
Gets the value of the any property.
getAny() - Method in class org.everrest.core.wadl.research.Option
Gets the value of the any property.
getAny() - Method in class org.everrest.core.wadl.research.Param
Gets the value of the any property.
getAny() - Method in class org.everrest.core.wadl.research.RepresentationType
Gets the value of the any property.
getAny() - Method in class org.everrest.core.wadl.research.Request
Gets the value of the any property.
getAny() - Method in class org.everrest.core.wadl.research.Resource
Gets the value of the any property.
getAny() - Method in class org.everrest.core.wadl.research.Resources
Gets the value of the any property.
getAny() - Method in class org.everrest.core.wadl.research.ResourceType
Gets the value of the any property.
getAny() - Method in class org.everrest.core.wadl.research.Response
Gets the value of the any property.
getApplication() - Method in interface org.everrest.core.ApplicationContext
 
getApplication() - Method in class org.everrest.core.impl.ApplicationContextImpl
 
getApplication() - Method in class org.everrest.core.servlet.EverrestServletContextInitializer
Try get application's FQN from context-param javax.ws.rs.Application and instantiate it.
getAsynchronousCacheSize() - Method in class org.everrest.core.impl.EverrestConfiguration
 
getAsynchronousJobTimeout() - Method in class org.everrest.core.impl.EverrestConfiguration
 
getAsynchronousJobUriBuilder(AsynchronousJob) - Method in class org.everrest.core.impl.async.AsynchronousJobPool
 
getAsynchronousPoolSize() - Method in class org.everrest.core.impl.EverrestConfiguration
 
getAsynchronousQueueSize() - Method in class org.everrest.core.impl.EverrestConfiguration
 
getAsynchronousServicePath() - Method in class org.everrest.core.impl.EverrestConfiguration
 
getAttributes() - Method in interface org.everrest.core.ApplicationContext
 
getAttributes() - Method in class org.everrest.core.impl.ApplicationContextImpl
 
getAuthenticationScheme() - Method in class org.everrest.core.impl.ContainerRequest
 
getAuthenticationScheme() - Method in class org.everrest.core.tools.SimpleSecurityContext
 
getAuthor() - Method in class org.everrest.core.generated.Book
Gets the value of the author property.
getBase() - Method in class org.everrest.core.wadl.research.Resources
Gets the value of the base property.
getBaseUri() - Method in interface org.everrest.core.GenericContainerRequest
 
getBaseUri() - Method in class org.everrest.core.impl.ApplicationContextImpl
 
getBaseUri() - Method in class org.everrest.core.impl.ContainerRequest
 
getBaseUriBuilder() - Method in class org.everrest.core.impl.ApplicationContextImpl
 
getBody() - Method in interface org.everrest.core.impl.provider.multipart.InputItem
 
getBody(Class<T>, Type) - Method in interface org.everrest.core.impl.provider.multipart.InputItem
 
getBody() - Method in class org.everrest.core.tools.ByteArrayContainerResponseWriter
 
getBodyAsString() - Method in interface org.everrest.core.impl.provider.multipart.InputItem
 
getBoolean(String, boolean) - Method in class org.everrest.core.servlet.EverrestServletContextInitializer
 
getBooleanProperty(String, boolean) - Method in class org.everrest.core.impl.EverrestConfiguration
 
getBooleanValue() - Method in class org.everrest.core.impl.provider.json.BooleanValue
 
getBooleanValue() - Method in class org.everrest.core.impl.provider.json.JsonValue
 
getBooleanValue() - Method in class org.everrest.core.impl.provider.json.StringValue
 
getBytes() - Method in class org.everrest.core.util.NoSyncByteArrayOutputStream
Get original byte buffer instead create copy of it as NoSyncByteArrayOutputStream.toByteArray() does.
getByteValue() - Method in class org.everrest.core.impl.provider.json.DoubleValue
 
getByteValue() - Method in class org.everrest.core.impl.provider.json.JsonValue
 
getByteValue() - Method in class org.everrest.core.impl.provider.json.LongValue
 
getByteValue() - Method in class org.everrest.core.impl.provider.json.StringValue
 
getClassAnnotation(Class<?>, Class<T>) - Method in class org.everrest.core.impl.resource.AbstractResourceDescriptorImpl
Tries to get JAX-RS annotation on class, superclasses or implemented interfaces.
getClasses() - Method in class org.everrest.core.impl.EverrestApplication
 
getComponent(Parameter) - Method in class org.everrest.core.BaseDependencySupplier
 
getComponent(Parameter) - Method in interface org.everrest.core.DependencySupplier
Get object that is approach do description parameter.
getComponent(Class<?>) - Method in interface org.everrest.core.DependencySupplier
Get instance of type.
getComponent(Class<?>) - Method in class org.everrest.core.servlet.ServletContextDependencySupplier
 
getComponent(Class<?>) - Method in class org.everrest.core.tools.DependencySupplierImpl
 
getComponentByName(String) - Method in class org.everrest.core.BaseDependencySupplier
Get instance of dependency by name.
getComponentByName(String) - Method in class org.everrest.core.servlet.ServletContextDependencySupplier
 
getConfiguration() - Method in class org.everrest.core.servlet.EverrestServletContextInitializer
 
getConstructor() - Method in interface org.everrest.core.ConstructorDescriptor
Get source constructor.
getConstructor() - Method in class org.everrest.core.impl.ConstructorDescriptorImpl
 
getConstructorDescriptors() - Method in class org.everrest.core.BaseObjectModel
 
getConstructorDescriptors() - Method in interface org.everrest.core.ObjectModel
 
getContainerRequest() - Method in interface org.everrest.core.ApplicationContext
 
getContainerRequest() - Method in class org.everrest.core.impl.ApplicationContextImpl
 
getContainerResponse() - Method in interface org.everrest.core.ApplicationContext
 
getContainerResponse() - Method in class org.everrest.core.impl.ApplicationContextImpl
 
getContent() - Method in class org.everrest.core.wadl.research.Doc
Gets the value of the content property.
getContentLengthLong(MultivaluedMap<String, String>) - Static method in class org.everrest.core.impl.header.HeaderHelper
 
getContentType() - Method in interface org.everrest.core.GenericContainerResponse
 
getContentType() - Method in class org.everrest.core.impl.ContainerResponse
 
getContentType() - Method in class org.everrest.core.impl.provider.ext.StreamingDataSource
 
getContext() - Method in interface org.everrest.core.impl.async.AsynchronousJob
The storage for context attributes.
getContext(Class<?>) - Method in class org.everrest.core.impl.async.AsynchronousJobPool
 
getContext(Class<?>) - Method in class org.everrest.core.impl.provider.JAXBContextResolver
 
getContext(Class<?>) - Method in class org.everrest.core.impl.provider.XSLTTemplatesContextResolver
 
getContextResolver(Class<T>, MediaType) - Method in class org.everrest.core.impl.ApplicationProviderBinder
 
getContextResolver(Class<T>, MediaType) - Method in class org.everrest.core.impl.ProviderBinder
 
getCookieHeaders() - Method in interface org.everrest.core.GenericContainerRequest
Get read-only list of cookie header.
getCookieHeaders() - Method in class org.everrest.core.impl.ContainerRequest
 
getCookies() - Method in class org.everrest.core.impl.ContainerRequest
 
getCookies() - Method in class org.everrest.core.impl.ResponseImpl
 
getCurrency() - Method in class org.everrest.core.generated.MemberPrice
Gets the value of the currency property.
getCurrency() - Method in class org.everrest.core.generated.Price
Gets the value of the currency property.
getCurrent() - Static method in class org.everrest.core.impl.ApplicationContextImpl
 
getCurrent() - Static method in class org.everrest.core.impl.EnvironmentContext
 
getDate() - Method in class org.everrest.core.impl.ContainerRequest
 
getDate() - Method in class org.everrest.core.impl.ResponseImpl
 
getDeclaredRoles() - Method in class org.everrest.core.tools.WebApplicationDeclaredRoles
 
getDefault() - Method in class org.everrest.core.wadl.research.Param
Gets the value of the default property.
getDefaultValue() - Method in class org.everrest.core.impl.ConstructorParameterImpl
 
getDefaultValue() - Method in class org.everrest.core.impl.FieldInjectorImpl
 
getDefaultValue() - Method in class org.everrest.core.impl.method.MethodParameterImpl
 
getDefaultValue() - Method in interface org.everrest.core.Parameter
 
getDependencySupplier() - Method in interface org.everrest.core.ApplicationContext
 
getDependencySupplier() - Method in class org.everrest.core.impl.ApplicationContextImpl
 
getDoc() - Method in class org.everrest.core.wadl.research.Application
Gets the value of the doc property.
getDoc() - Method in class org.everrest.core.wadl.research.Grammars
Gets the value of the doc property.
getDoc() - Method in class org.everrest.core.wadl.research.Include
Gets the value of the doc property.
getDoc() - Method in class org.everrest.core.wadl.research.Link
Gets the value of the doc property.
getDoc() - Method in class org.everrest.core.wadl.research.Method
Gets the value of the doc property.
getDoc() - Method in class org.everrest.core.wadl.research.Option
Gets the value of the doc property.
getDoc() - Method in class org.everrest.core.wadl.research.Param
Gets the value of the doc property.
getDoc() - Method in class org.everrest.core.wadl.research.RepresentationType
Gets the value of the doc property.
getDoc() - Method in class org.everrest.core.wadl.research.Request
Gets the value of the doc property.
getDoc() - Method in class org.everrest.core.wadl.research.Resource
Gets the value of the doc property.
getDoc() - Method in class org.everrest.core.wadl.research.Resources
Gets the value of the doc property.
getDoc() - Method in class org.everrest.core.wadl.research.ResourceType
Gets the value of the doc property.
getDoc() - Method in class org.everrest.core.wadl.research.Response
Gets the value of the doc property.
getDoubleValue() - Method in class org.everrest.core.impl.provider.json.DoubleValue
 
getDoubleValue() - Method in class org.everrest.core.impl.provider.json.JsonValue
 
getDoubleValue() - Method in class org.everrest.core.impl.provider.json.LongValue
 
getDoubleValue() - Method in class org.everrest.core.impl.provider.json.StringValue
 
getElement(String) - Method in class org.everrest.core.impl.provider.json.JsonValue
Get value by key.
getElement(String) - Method in class org.everrest.core.impl.provider.json.ObjectValue
 
getElement() - Method in class org.everrest.core.wadl.research.RepresentationType
Gets the value of the element property.
getElements() - Method in class org.everrest.core.impl.provider.json.ArrayValue
 
getElements() - Method in class org.everrest.core.impl.provider.json.JsonValue
Get all element of this value.
getEnd() - Method in class org.everrest.core.impl.header.Ranges.Range
Get end of range.
getEntity() - Method in interface org.everrest.core.GenericContainerResponse
 
getEntity() - Method in class org.everrest.core.impl.ContainerResponse
 
getEntity() - Method in class org.everrest.core.impl.provider.multipart.OutputItem
 
getEntity() - Method in class org.everrest.core.impl.ResponseImpl
 
getEntityAnnotations() - Method in class org.everrest.core.impl.ResponseImpl
 
getEntityStream() - Method in interface org.everrest.core.GenericContainerRequest
Get entity body represented by InputStream.
getEntityStream() - Method in class org.everrest.core.impl.ContainerRequest
 
getEntityTag() - Method in class org.everrest.core.impl.ResponseImpl
 
getEntityType() - Method in interface org.everrest.core.GenericContainerResponse
 
getEntityType() - Method in class org.everrest.core.impl.ContainerResponse
 
getEverrestConfiguration() - Method in interface org.everrest.core.ApplicationContext
 
getEverrestConfiguration() - Method in class org.everrest.core.impl.ApplicationContextImpl
 
getExceptionMapper(Class<T>) - Method in class org.everrest.core.impl.ApplicationProviderBinder
 
getExceptionMapper(Class<T>) - Method in class org.everrest.core.impl.ProviderBinder
 
getExpirationDate() - Method in interface org.everrest.core.impl.async.AsynchronousJob
 
getFactories() - Method in class org.everrest.core.impl.EverrestApplication
 
getFieldInjectors() - Method in class org.everrest.core.BaseObjectModel
 
getFieldInjectors() - Method in interface org.everrest.core.ObjectModel
 
getFilename() - Method in interface org.everrest.core.impl.provider.multipart.InputItem
 
getFilename() - Method in class org.everrest.core.impl.provider.multipart.OutputItem
 
getFirst(String) - Method in class org.everrest.core.util.CaselessMultivaluedMap
 
getFirst(MediaType) - Method in class org.everrest.core.util.MediaTypeMultivaluedMap
 
getFirst(UriPattern) - Method in class org.everrest.core.util.UriPatternMap
 
getFixed() - Method in class org.everrest.core.wadl.research.Param
Gets the value of the fixed property.
getFloatValue() - Method in class org.everrest.core.impl.provider.json.DoubleValue
 
getFloatValue() - Method in class org.everrest.core.impl.provider.json.JsonValue
 
getFloatValue() - Method in class org.everrest.core.impl.provider.json.LongValue
 
getFloatValue() - Method in class org.everrest.core.impl.provider.json.StringValue
 
getFqn() - Method in class org.everrest.services.RestServicesList.RootResource
 
getGenericType() - Method in class org.everrest.core.impl.ConstructorParameterImpl
 
getGenericType() - Method in class org.everrest.core.impl.FieldInjectorImpl
 
getGenericType() - Method in class org.everrest.core.impl.method.MethodParameterImpl
 
getGenericType() - Method in class org.everrest.core.impl.provider.multipart.OutputItem
 
getGenericType() - Method in interface org.everrest.core.Parameter
 
getGrammars() - Method in class org.everrest.core.wadl.research.Application
Gets the value of the grammars property.
getGroupIndexes() - Method in class org.everrest.core.uri.UriTemplateParser
 
getHeaderAsString(Object) - Static method in class org.everrest.core.impl.header.HeaderHelper
Create string representation of Java Object for adding to response.
getHeaders() - Method in interface org.everrest.core.impl.provider.multipart.InputItem
 
getHeaders() - Method in class org.everrest.core.impl.provider.multipart.OutputItem
 
getHeaders() - Method in class org.everrest.core.tools.ByteArrayContainerResponseWriter
 
getHeaderString(String) - Method in class org.everrest.core.impl.ContainerRequest
 
getHeaderString(String) - Method in class org.everrest.core.impl.ResponseImpl
 
getHref() - Method in class org.everrest.core.wadl.research.Include
Gets the value of the href property.
getHref() - Method in class org.everrest.core.wadl.research.Method
Gets the value of the href property.
getHref() - Method in class org.everrest.core.wadl.research.RepresentationType
Gets the value of the href property.
getHttpHeaders() - Method in interface org.everrest.core.ApplicationContext
 
getHttpHeaders() - Method in interface org.everrest.core.GenericContainerResponse
 
getHttpHeaders() - Method in class org.everrest.core.impl.ApplicationContextImpl
 
getHttpHeaders() - Method in class org.everrest.core.impl.ContainerResponse
 
getHttpMethod() - Method in class org.everrest.core.impl.resource.ResourceMethodDescriptorImpl
 
getHttpMethod() - Method in class org.everrest.core.impl.resource.SubResourceMethodDescriptorImpl
 
getHttpMethod() - Method in interface org.everrest.core.resource.ResourceMethodDescriptor
Get HTTP method name.
getId() - Method in class org.everrest.core.impl.async.AsynchronousProcess
 
getId() - Method in class org.everrest.core.wadl.research.Method
Gets the value of the id property.
getId() - Method in class org.everrest.core.wadl.research.Param
Gets the value of the id property.
getId() - Method in class org.everrest.core.wadl.research.RepresentationType
Gets the value of the id property.
getId() - Method in class org.everrest.core.wadl.research.Resource
Gets the value of the id property.
getId() - Method in class org.everrest.core.wadl.research.ResourceType
Gets the value of the id property.
getInclude() - Method in class org.everrest.core.wadl.research.Grammars
Gets the value of the include property.
getInitialProperties() - Method in interface org.everrest.core.ApplicationContext
 
getInitialProperties() - Method in class org.everrest.core.impl.ApplicationContextImpl
 
getInputStream() - Method in class org.everrest.core.impl.provider.ext.StreamingDataSource
 
getInstance() - Static method in class org.everrest.core.impl.FileCollector
 
getInstance() - Static method in class org.everrest.core.impl.ProviderBinder
 
getInstance() - Static method in class org.everrest.core.impl.resource.ResourceDescriptorValidator
 
getInstance(ApplicationContext) - Method in interface org.everrest.core.ObjectFactory
Create object instance.
getInstance(ApplicationContext) - Method in class org.everrest.core.PerRequestObjectFactory
 
getInstance(ApplicationContext) - Method in class org.everrest.core.SingletonObjectFactory
 
getInstance() - Method in class org.everrest.core.SingletonObjectFactory
 
getIntValue() - Method in class org.everrest.core.impl.provider.json.DoubleValue
 
getIntValue() - Method in class org.everrest.core.impl.provider.json.JsonValue
 
getIntValue() - Method in class org.everrest.core.impl.provider.json.LongValue
 
getIntValue() - Method in class org.everrest.core.impl.provider.json.StringValue
 
getJAXBContext(Class<?>) - Method in class org.everrest.core.impl.provider.JAXBContextResolver
Return JAXBContext according to supplied type.
getJAXBContext(Class<?>, MediaType) - Method in class org.everrest.core.impl.provider.JAXBElementEntityProvider
 
getJAXBContext(Class<?>, MediaType) - Method in class org.everrest.core.impl.provider.JAXBObjectEntityProvider
 
getJob(Long) - Method in class org.everrest.core.impl.async.AsynchronousJobPool
 
getJobId() - Method in interface org.everrest.core.impl.async.AsynchronousJob
 
getJobURI() - Method in interface org.everrest.core.impl.async.AsynchronousJob
Get relative URI of this asynchronous job.
getJsonObject() - Method in class org.everrest.core.impl.provider.json.JsonHandler
 
getJsonObject() - Method in class org.everrest.core.impl.provider.json.JsonParser
Get result of parsing.
getJsonString(String) - Static method in class org.everrest.core.impl.provider.json.JsonUtils
Transform Java String to JSON string.
getKeys() - Method in class org.everrest.core.impl.provider.json.JsonValue
Get all keys for access values.
getKeys() - Method in class org.everrest.core.impl.provider.json.ObjectValue
 
getLang() - Method in class org.everrest.core.wadl.research.Doc
Gets the value of the lang property.
getLanguage() - Method in class org.everrest.core.impl.ContainerRequest
 
getLanguage() - Method in class org.everrest.core.impl.ResponseImpl
 
getLastModified() - Method in class org.everrest.core.impl.ResponseImpl
 
getLength() - Method in class org.everrest.core.impl.ContainerRequest
 
getLength() - Method in class org.everrest.core.impl.ResponseImpl
 
getLink(String) - Method in class org.everrest.core.impl.ResponseImpl
 
getLink() - Method in class org.everrest.core.wadl.research.Param
Gets the value of the link property.
getLinkBuilder(String) - Method in class org.everrest.core.impl.ResponseImpl
 
getLinks() - Method in class org.everrest.core.impl.ResponseImpl
 
getList(K) - Method in interface org.everrest.core.ExtMultivaluedMap
 
getList(String) - Method in class org.everrest.core.impl.MultivaluedMapImpl
 
getList(String) - Method in class org.everrest.core.resource.ResourceMethodMap
 
getList(String) - Method in class org.everrest.core.util.CaselessMultivaluedMap
 
getList(String) - Method in class org.everrest.core.util.CaselessUnmodifiableMultivaluedMap
Unmodifiable list corresponded to specified key.
getList(MediaType) - Method in class org.everrest.core.util.MediaTypeMultivaluedMap
Get List with specified key.
getList(UriPattern) - Method in class org.everrest.core.util.UriPatternMap
 
getLocale(String) - Static method in class org.everrest.core.impl.header.Language
Create Locale from Language Tag string.
getLocale() - Method in class org.everrest.core.impl.header.Language
 
getLocation() - Method in class org.everrest.core.impl.ResponseImpl
 
getLogger(Class<?>) - Static method in class org.everrest.core.util.Logger
 
getLogger(String) - Static method in class org.everrest.core.util.Logger
 
getLongValue() - Method in class org.everrest.core.impl.provider.json.DoubleValue
 
getLongValue() - Method in class org.everrest.core.impl.provider.json.JsonValue
 
getLongValue() - Method in class org.everrest.core.impl.provider.json.LongValue
 
getLongValue() - Method in class org.everrest.core.impl.provider.json.StringValue
 
getMatchedResource(String, List<String>) - Method in class org.everrest.core.impl.ResourceBinderImpl
Get root resource matched to requestPath.
getMatchedResource(String, List<String>) - Method in interface org.everrest.core.ResourceBinder
Get root resource matched to requestPath.
getMatchedResources() - Method in class org.everrest.core.impl.ApplicationContextImpl
 
getMatchedURIs() - Method in class org.everrest.core.impl.ApplicationContextImpl
 
getMatchedURIs(boolean) - Method in class org.everrest.core.impl.ApplicationContextImpl
 
getMatrixParameters() - Method in class org.everrest.core.impl.uri.PathSegmentImpl
 
getMaxBufferSize() - Method in class org.everrest.core.impl.EverrestConfiguration
 
getMediaType() - Method in class org.everrest.core.impl.ContainerRequest
 
getMediaType() - Method in interface org.everrest.core.impl.provider.multipart.InputItem
 
getMediaType() - Method in class org.everrest.core.impl.provider.multipart.OutputItem
 
getMediaType() - Method in class org.everrest.core.impl.ResponseImpl
 
getMediaType() - Method in class org.everrest.core.wadl.research.RepresentationType
Gets the value of the mediaType property.
getMemberPrice() - Method in class org.everrest.core.generated.Book
Gets the value of the memberPrice property.
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.ApplicationProviderBinder
 
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.ProviderBinder
 
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.ApplicationProviderBinder
 
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.ProviderBinder
 
getMetaAnnotation(Method, Class<T>) - Method in class org.everrest.core.impl.resource.AbstractResourceDescriptorImpl
Get all method with at least one annotation which has annotation annotation.
getMetadata() - Method in class org.everrest.core.impl.ResponseImpl
 
getMethod() - Method in class org.everrest.core.impl.ContainerRequest
 
getMethod() - Method in class org.everrest.core.impl.resource.ResourceMethodDescriptorImpl
 
getMethod() - Method in class org.everrest.core.impl.resource.SubResourceLocatorDescriptorImpl
 
getMethod() - Method in class org.everrest.core.impl.resource.SubResourceMethodDescriptorImpl
 
getMethod() - Method in interface org.everrest.core.resource.GenericMethodResource
 
getMethod() - Method in class org.everrest.core.wadl.research.ResourceType
Gets the value of the method property.
getMethodAnnotation(Method, Class<?>, Class<T>, boolean) - Method in class org.everrest.core.impl.resource.AbstractResourceDescriptorImpl
Tries to get JAX-RS annotation on method from the resource class's superclasses or implemented interfaces.
getMethodInvoker(GenericMethodResource) - Method in interface org.everrest.core.ApplicationContext
 
getMethodInvoker(GenericMethodResource) - Method in class org.everrest.core.impl.ApplicationContextImpl
 
getMethodInvokerFilters(String) - Method in class org.everrest.core.impl.ApplicationProviderBinder
 
getMethodInvokerFilters(String) - Method in class org.everrest.core.impl.ProviderBinder
 
getMethodMap(UriPattern) - Method in class org.everrest.core.resource.SubResourceMethodMap
 
getMethodOrResource() - Method in class org.everrest.core.wadl.research.Resource
Gets the value of the methodOrResource property.
getMethodParameters() - Method in class org.everrest.core.impl.resource.ResourceMethodDescriptorImpl
 
getMethodParameters() - Method in class org.everrest.core.impl.resource.SubResourceLocatorDescriptorImpl
 
getMethodParameters() - Method in class org.everrest.core.impl.resource.SubResourceMethodDescriptorImpl
 
getMethodParameters() - Method in interface org.everrest.core.resource.GenericMethodResource
 
getName(Parameter) - Method in interface org.everrest.core.DependencyNameDetector
Get name of parameter.
getName() - Method in interface org.everrest.core.FieldInjector
 
getName() - Method in class org.everrest.core.impl.FieldInjectorImpl
 
getName() - Method in class org.everrest.core.impl.provider.ext.StreamingDataSource
 
getName() - Method in interface org.everrest.core.impl.provider.multipart.InputItem
 
getName() - Method in class org.everrest.core.impl.provider.multipart.OutputItem
 
getName() - Method in class org.everrest.core.tools.SimplePrincipal
 
getName() - Method in class org.everrest.core.util.Logger
 
getName() - Method in class org.everrest.core.wadl.research.Method
Gets the value of the name property.
getName() - Method in class org.everrest.core.wadl.research.Param
Gets the value of the name property.
getNumber(String, double) - Method in class org.everrest.core.servlet.EverrestServletContextInitializer
 
getNumberOfLiteralCharacters() - Method in class org.everrest.core.uri.UriPattern
Get the number of literal characters in the template.
getNumberOfLiteralCharacters() - Method in class org.everrest.core.uri.UriTemplateParser
Get the number of literal characters in the template.
getNumberProperty(String, double) - Method in class org.everrest.core.impl.EverrestConfiguration
 
getNumberValue() - Method in class org.everrest.core.impl.provider.json.JsonValue
 
getNumberValue() - Method in class org.everrest.core.impl.provider.json.StringValue
 
getObjectClass() - Method in class org.everrest.core.BaseObjectModel
 
getObjectClass() - Method in interface org.everrest.core.ObjectModel
 
getObjectModel() - Method in interface org.everrest.core.ObjectFactory
 
getObjectModel() - Method in class org.everrest.core.PerRequestObjectFactory
 
getObjectModel() - Method in class org.everrest.core.SingletonObjectFactory
 
getOption() - Method in class org.everrest.core.wadl.research.Param
Gets the value of the option property.
getOtherAttributes() - Method in class org.everrest.core.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.everrest.core.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.everrest.core.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.everrest.core.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.everrest.core.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.everrest.core.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.everrest.core.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.everrest.core.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.everrest.core.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.everrest.core.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.everrest.core.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.everrest.core.wadl.research.Response
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOutputStream() - Method in class org.everrest.core.impl.provider.ext.StreamingDataSource
 
getOwner() - Method in class org.everrest.core.impl.async.AsynchronousProcess
 
getOwnerType() - Method in class org.everrest.core.util.ParameterizedTypeImpl
 
getParam() - Method in class org.everrest.core.wadl.research.RepresentationType
Gets the value of the param property.
getParam() - Method in class org.everrest.core.wadl.research.Request
Gets the value of the param property.
getParam() - Method in class org.everrest.core.wadl.research.Resource
Gets the value of the param property.
getParam() - Method in class org.everrest.core.wadl.research.ResourceType
Gets the value of the param property.
getParam() - Method in class org.everrest.core.wadl.research.Response
Gets the value of the param property.
getParameter(String) - Method in class org.everrest.core.servlet.EverrestServletContextInitializer
Get parameter with specified name from servlet context initial parameters.
getParameter(String, String) - Method in class org.everrest.core.servlet.EverrestServletContextInitializer
 
getParameterClass() - Method in class org.everrest.core.impl.ConstructorParameterImpl
 
getParameterClass() - Method in class org.everrest.core.impl.FieldInjectorImpl
 
getParameterClass() - Method in class org.everrest.core.impl.method.MethodParameterImpl
 
getParameterClass() - Method in interface org.everrest.core.Parameter
 
getParameterNames() - Method in class org.everrest.core.servlet.EverrestServletContextInitializer
 
getParameterNames() - Method in class org.everrest.core.uri.UriPattern
 
getParameterNames() - Method in class org.everrest.core.uri.UriTemplateParser
 
getParameters() - Method in interface org.everrest.core.ConstructorDescriptor
 
getParameters() - Method in class org.everrest.core.impl.ConstructorDescriptorImpl
 
getParameterValues() - Method in interface org.everrest.core.ApplicationContext
Should be used to pass template values in context by using returned list in matching to @see UriPattern.match(String, List).
getParameterValues() - Method in class org.everrest.core.impl.ApplicationContextImpl
 
getParams() - Method in class org.everrest.core.impl.uri.LinkBuilderImpl.LinkImpl
 
getParentResource() - Method in class org.everrest.core.impl.resource.ResourceMethodDescriptorImpl
 
getParentResource() - Method in class org.everrest.core.impl.resource.SubResourceLocatorDescriptorImpl
 
getParentResource() - Method in class org.everrest.core.impl.resource.SubResourceMethodDescriptorImpl
 
getParentResource() - Method in interface org.everrest.core.resource.GenericMethodResource
 
getPath() - Method in class org.everrest.core.impl.ApplicationContextImpl
 
getPath(boolean) - Method in class org.everrest.core.impl.ApplicationContextImpl
 
getPath() - Method in class org.everrest.core.impl.async.AsynchronousProcess
 
getPath(Path) - Static method in class org.everrest.core.impl.resource.PathValue
 
getPath() - Method in class org.everrest.core.impl.resource.PathValue
 
getPath() - Method in class org.everrest.core.impl.uri.PathSegmentImpl
 
getPath() - Method in class org.everrest.core.wadl.research.Param
Gets the value of the path property.
getPath() - Method in class org.everrest.core.wadl.research.Resource
Gets the value of the path property.
getPath() - Method in class org.everrest.services.RestServicesList.RootResource
 
getPathParameters() - Method in class org.everrest.core.impl.ApplicationContextImpl
 
getPathParameters(boolean) - Method in class org.everrest.core.impl.ApplicationContextImpl
 
getPathSegments() - Method in class org.everrest.core.impl.ApplicationContextImpl
 
getPathSegments(boolean) - Method in class org.everrest.core.impl.ApplicationContextImpl
 
getPathTail(List<String>) - Static method in class org.everrest.core.impl.RequestDispatcher
Get last element from path parameters.
getPathValue() - Method in interface org.everrest.core.FilterDescriptor
 
getPathValue() - Method in class org.everrest.core.impl.FilterDescriptorImpl
 
getPathValue() - Method in class org.everrest.core.impl.resource.AbstractResourceDescriptorImpl
 
getPathValue() - Method in class org.everrest.core.impl.resource.SubResourceLocatorDescriptorImpl
 
getPathValue() - Method in class org.everrest.core.impl.resource.SubResourceMethodDescriptorImpl
 
getPathValue() - Method in interface org.everrest.core.resource.AbstractResourceDescriptor
 
getPathValue() - Method in interface org.everrest.core.resource.SubResourceLocatorDescriptor
 
getPathValue() - Method in interface org.everrest.core.resource.SubResourceMethodDescriptor
 
getPattern() - Method in class org.everrest.core.uri.UriPattern
Get the regex pattern.
getPrice() - Method in class org.everrest.core.generated.Book
Gets the value of the price property.
getPrimaryTag() - Method in class org.everrest.core.impl.header.Language
Get primary-tag of language tag, e. g. if Language tag 'en-gb' then 'en' is primary-tag.
getProfile() - Method in class org.everrest.core.wadl.research.RepresentationType
Gets the value of the profile property.
getProperties() - Method in class org.everrest.core.BaseObjectModel
 
getProperties() - Method in class org.everrest.core.impl.ApplicationContextImpl
 
getProperties() - Method in interface org.everrest.core.InitialProperties
 
getProperties() - Method in interface org.everrest.core.ObjectModel
Optional attributes.
getProperty(String) - Method in class org.everrest.core.BaseObjectModel
 
getProperty(String) - Method in class org.everrest.core.impl.ApplicationContextImpl
 
getProperty(String) - Method in class org.everrest.core.impl.EverrestConfiguration
 
getProperty(String, String) - Method in class org.everrest.core.impl.EverrestConfiguration
 
getProperty(String) - Method in class org.everrest.core.impl.EverrestProcessor
 
getProperty(String) - Method in interface org.everrest.core.InitialProperties
Get property.
getProperty(String) - Method in interface org.everrest.core.ObjectModel
 
getProvider(Type) - Method in class org.everrest.core.BaseDependencySupplier
Get Provider of type providerType.
getProviders() - Method in interface org.everrest.core.ApplicationContext
 
getProviders() - Method in class org.everrest.core.impl.ApplicationContextImpl
 
getProviders() - Method in class org.everrest.core.impl.EverrestProcessor
 
getQueryParameters() - Method in class org.everrest.core.impl.ApplicationContextImpl
 
getQueryParameters(boolean) - Method in class org.everrest.core.impl.ApplicationContextImpl
 
getQueryType() - Method in class org.everrest.core.wadl.research.Resource
Gets the value of the queryType property.
getQvalue() - Method in interface org.everrest.core.header.QualityValue
 
getQvalue() - Method in class org.everrest.core.impl.header.AcceptLanguage
 
getQvalue() - Method in class org.everrest.core.impl.header.AcceptMediaType
 
getQvalue() - Method in class org.everrest.core.impl.header.AcceptToken
 
getRanges() - Method in class org.everrest.core.impl.header.Ranges
Get unmodifiable set of ranges.
getRawType() - Method in class org.everrest.core.util.ParameterizedTypeImpl
 
getRegex() - Method in class org.everrest.core.uri.UriPattern
Get the regular expression.
getRegex() - Method in class org.everrest.core.uri.UriTemplateParser
Get the regular expression.
getRegex() - Method in class org.everrest.services.RestServicesList.RootResource
 
getRel() - Method in class org.everrest.core.impl.uri.LinkBuilderImpl.LinkImpl
 
getRel() - Method in class org.everrest.core.wadl.research.Link
Gets the value of the rel property.
getRels() - Method in class org.everrest.core.impl.uri.LinkBuilderImpl.LinkImpl
 
getRepresentation() - Method in class org.everrest.core.wadl.research.Request
Gets the value of the representation property.
getRepresentationOrFault() - Method in class org.everrest.core.wadl.research.Response
Gets the value of the representationOrFault property.
getRequest() - Method in interface org.everrest.core.ApplicationContext
 
getRequest() - Method in class org.everrest.core.impl.ApplicationContextImpl
 
getRequest() - Method in class org.everrest.core.wadl.research.Method
Gets the value of the request property.
getRequestFilters(String) - Method in class org.everrest.core.impl.ApplicationProviderBinder
 
getRequestFilters(String) - Method in class org.everrest.core.impl.ProviderBinder
 
getRequestHeader(String) - Method in class org.everrest.core.impl.ContainerRequest
 
getRequestHeaders() - Method in class org.everrest.core.impl.ContainerRequest
 
getRequestUri() - Method in interface org.everrest.core.GenericContainerRequest
 
getRequestUri() - Method in class org.everrest.core.impl.ApplicationContextImpl
 
getRequestUri() - Method in class org.everrest.core.impl.ContainerRequest
 
getRequestUriBuilder() - Method in class org.everrest.core.impl.ApplicationContextImpl
 
getResource() - Method in class org.everrest.core.wadl.research.Resources
Gets the value of the resource property.
getResourceClasses() - Method in class org.everrest.core.impl.EverrestApplication
 
getResourceMethod() - Method in interface org.everrest.core.impl.async.AsynchronousJob
 
getResourceMethods() - Method in class org.everrest.core.impl.resource.AbstractResourceDescriptorImpl
 
getResourceMethods() - Method in interface org.everrest.core.resource.AbstractResourceDescriptor
 
getResources() - Method in class org.everrest.core.impl.EverrestProcessor
 
getResources() - Method in class org.everrest.core.impl.ResourceBinderImpl
 
getResources() - Method in interface org.everrest.core.ResourceBinder
Get list of all registered root resources.
getResources() - Method in class org.everrest.core.wadl.research.Application
Gets the value of the resources property.
getResourceSingletons() - Method in class org.everrest.core.impl.EverrestApplication
 
getResourceType() - Method in class org.everrest.core.wadl.research.Link
Gets the value of the resourceType property.
getResourceTypeOrMethodOrRepresentation() - Method in class org.everrest.core.wadl.research.Application
Gets the value of the resourceTypeOrMethodOrRepresentation property.
getResponse() - Method in interface org.everrest.core.GenericContainerResponse
Get preset Response.
getResponse() - Method in class org.everrest.core.impl.ContainerResponse
 
getResponse() - Method in class org.everrest.core.wadl.research.Method
Gets the value of the response property.
getResponseFilters(String) - Method in class org.everrest.core.impl.ApplicationProviderBinder
 
getResponseFilters(String) - Method in class org.everrest.core.impl.ProviderBinder
 
getResponseType() - Method in class org.everrest.core.impl.resource.OptionsRequestResourceMethodDescriptorImpl
 
getResponseType() - Method in class org.everrest.core.impl.resource.ResourceMethodDescriptorImpl
 
getResponseType() - Method in class org.everrest.core.impl.resource.SubResourceLocatorDescriptorImpl
 
getResponseType() - Method in class org.everrest.core.impl.resource.SubResourceMethodDescriptorImpl
 
getResponseType() - Method in interface org.everrest.core.resource.GenericMethodResource
 
getResult() - Method in interface org.everrest.core.impl.async.AsynchronousJob
Get result of job.
getRev() - Method in class org.everrest.core.wadl.research.Link
Gets the value of the rev property.
getRootResource(List<String>, String) - Method in class org.everrest.core.impl.RequestDispatcher
Get root resource.
getRootResources() - Method in class org.everrest.services.RestServicesList.RootResourcesList
 
getSecurityContext() - Method in interface org.everrest.core.ApplicationContext
 
getSecurityContext() - Method in class org.everrest.core.impl.ApplicationContextImpl
 
getShortValue() - Method in class org.everrest.core.impl.provider.json.DoubleValue
 
getShortValue() - Method in class org.everrest.core.impl.provider.json.JsonValue
 
getShortValue() - Method in class org.everrest.core.impl.provider.json.LongValue
 
getShortValue() - Method in class org.everrest.core.impl.provider.json.StringValue
 
getSingletons() - Method in class org.everrest.core.impl.EverrestApplication
 
getSize(Iterable<AsynchronousProcess>, Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.async.AsynchronousProcessListWriter
 
getSize(byte[], Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.ByteEntityProvider
 
getSize(DataSource, Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.DataSourceEntityProvider
 
getSize(DOMSource, Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.DOMSourceEntityProvider
 
getSize(File, Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.ext.NoFileEntityProvider
 
getSize(File, Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.FileEntityProvider
 
getSize(InputStream, Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.InputStreamEntityProvider
 
getSize(JAXBElement<?>, Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.JAXBElementEntityProvider
 
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.JAXBObjectEntityProvider
 
getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.JsonEntityProvider
 
getSize(Collection<OutputItem>, Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.multipart.CollectionMultipartFormDataMessageBodyWriter
 
getSize(Iterator<FileItem>, Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.MultipartFormDataEntityProvider
 
getSize(MultivaluedMap<String, String>, Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.MultivaluedMapEntityProvider
 
getSize(Reader, Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.ReaderEntityProvider
 
getSize(SAXSource, Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.SAXSourceEntityProvider
 
getSize(StreamingOutput, Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.StreamOutputEntityProvider
 
getSize(StreamSource, Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.StreamSourceEntityProvider
 
getSize(String, Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.StringEntityProvider
 
getSize() - Method in class org.everrest.core.impl.ResourceBinderImpl
 
getSize() - Method in interface org.everrest.core.ResourceBinder
 
getStart() - Method in class org.everrest.core.impl.header.Ranges.Range
Get start of range.
getStatus() - Method in interface org.everrest.core.GenericContainerResponse
 
getStatus() - Method in class org.everrest.core.impl.async.AsynchronousProcess
 
getStatus() - Method in class org.everrest.core.impl.ContainerResponse
 
getStatus() - Method in class org.everrest.core.impl.ResponseImpl
 
getStatus() - Method in class org.everrest.core.wadl.research.RepresentationType
Gets the value of the status property.
getStatusInfo() - Method in class org.everrest.core.impl.ResponseImpl
 
getStore() - Method in class org.everrest.core.impl.FileCollector
 
getString() - Method in class org.everrest.core.util.CaselessStringWrapper
Get original string value.
getStringHeaders() - Method in class org.everrest.core.impl.ResponseImpl
 
getStringValue() - Method in class org.everrest.core.impl.provider.json.BooleanValue
 
getStringValue() - Method in class org.everrest.core.impl.provider.json.DoubleValue
 
getStringValue() - Method in class org.everrest.core.impl.provider.json.JsonValue
 
getStringValue() - Method in class org.everrest.core.impl.provider.json.LongValue
 
getStringValue() - Method in class org.everrest.core.impl.provider.json.StringValue
 
getStyle() - Method in class org.everrest.core.wadl.research.Param
Gets the value of the style property.
getSubResourceLocators() - Method in class org.everrest.core.impl.resource.AbstractResourceDescriptorImpl
 
getSubResourceLocators() - Method in interface org.everrest.core.resource.AbstractResourceDescriptor
 
getSubResourceMethods() - Method in class org.everrest.core.impl.resource.AbstractResourceDescriptorImpl
 
getSubResourceMethods() - Method in interface org.everrest.core.resource.AbstractResourceDescriptor
 
getSubTag() - Method in class org.everrest.core.impl.header.Language
Get sub-tag of language tag, e. g. if Language tag 'en-gb' then 'gb' is sub-tag.
getTemplate() - Method in class org.everrest.core.uri.UriPattern
Get the URI template as a String.
getTemplate() - Method in class org.everrest.core.uri.UriTemplateParser
Get the URI template.
getTemplates(String) - Method in class org.everrest.core.impl.provider.XSLTTemplatesContextResolver
Get templates with given name.
getTitle() - Method in class org.everrest.core.generated.Book
Gets the value of the title property.
getTitle() - Method in class org.everrest.core.impl.uri.LinkBuilderImpl.LinkImpl
 
getTitle() - Method in class org.everrest.core.wadl.research.Doc
Gets the value of the title property.
getToken() - Method in class org.everrest.core.impl.header.Token
 
getTransientFields(Class<?>) - Static method in class org.everrest.core.impl.provider.json.JsonUtils
Check fields in class which marked as 'transient' or annotated with JsonTransient annotation .
getType(Object) - Static method in class org.everrest.core.impl.provider.json.JsonUtils
Get 'type' of Object.
getType(Class<?>) - Static method in class org.everrest.core.impl.provider.json.JsonUtils
Get 'type' of Class.
getType() - Method in class org.everrest.core.impl.provider.multipart.OutputItem
 
getType() - Method in class org.everrest.core.impl.uri.LinkBuilderImpl.LinkImpl
 
getType() - Method in class org.everrest.core.wadl.research.Param
Gets the value of the type property.
getType() - Method in class org.everrest.core.wadl.research.Resource
Gets the value of the type property.
getUri() - Method in class org.everrest.core.impl.uri.LinkBuilderImpl.LinkImpl
 
getUriBuilder() - Method in class org.everrest.core.impl.uri.LinkBuilderImpl.LinkImpl
 
getUriInfo() - Method in interface org.everrest.core.ApplicationContext
 
getUriInfo() - Method in class org.everrest.core.impl.ApplicationContextImpl
 
getUriPattern() - Method in interface org.everrest.core.FilterDescriptor
UriPattern build in same manner as for resources.
getUriPattern() - Method in class org.everrest.core.impl.FilterDescriptorImpl
 
getUriPattern() - Method in class org.everrest.core.impl.resource.AbstractResourceDescriptorImpl
 
getUriPattern() - Method in class org.everrest.core.impl.resource.SubResourceLocatorDescriptorImpl
 
getUriPattern() - Method in class org.everrest.core.impl.resource.SubResourceMethodDescriptorImpl
 
getUriPattern() - Method in interface org.everrest.core.resource.AbstractResourceDescriptor
 
getUriPattern() - Method in interface org.everrest.core.resource.SubResourceLocatorDescriptor
 
getUriPattern() - Method in interface org.everrest.core.resource.SubResourceMethodDescriptor
 
getUserPrincipal() - Method in class org.everrest.core.impl.ContainerRequest
 
getUserPrincipal() - Method in class org.everrest.core.tools.SimpleSecurityContext
 
getUserRoles() - Method in class org.everrest.core.tools.SimpleSecurityContext
 
getValue() - Method in class org.everrest.core.generated.MemberPrice
Gets the value of the value property.
getValue() - Method in class org.everrest.core.generated.Price
Gets the value of the value property.
getValue() - Method in class org.everrest.core.wadl.research.Option
Gets the value of the value property.
grammars - Variable in class org.everrest.core.wadl.research.Application
 
Grammars - Class in org.everrest.core.wadl.research
Java class for anonymous complex type.
Grammars() - Constructor for class org.everrest.core.wadl.research.Grammars
 

H

handleRequest(GenericContainerRequest, GenericContainerResponse) - Method in class org.everrest.core.impl.RequestHandlerImpl
 
handleRequest(GenericContainerRequest, GenericContainerResponse) - Method in interface org.everrest.core.RequestHandler
Handle the HTTP request by dispatching request to appropriate resource.
handleVariants(ContainerRequest, List<Variant>) - Static method in class org.everrest.core.impl.VariantsHandler
Looking for most acceptable variant for given request.
hasEntity() - Method in class org.everrest.core.impl.ResponseImpl
 
hasErrorPage(int) - Method in class org.everrest.core.tools.ErrorPages
 
hasErrorPage(String) - Method in class org.everrest.core.tools.ErrorPages
 
hashCode() - Method in class org.everrest.core.tools.SimplePrincipal
 
hashCode() - Method in class org.everrest.core.uri.UriPattern
 
hashCode() - Method in class org.everrest.core.util.CaselessStringWrapper
 
hashCode() - Method in class org.everrest.core.util.ParameterizedTypeImpl
 
hasLink(String) - Method in class org.everrest.core.impl.ResponseImpl
 
hasNext() - Method in class org.everrest.core.impl.header.MediaTypeHelper.MediaTypeRange
 
header(String, Object) - Method in class org.everrest.core.impl.ResponseImpl.ResponseBuilderImpl
 
HeaderHelper - Class in org.everrest.core.impl.header
 
HeaderParameterParser - Class in org.everrest.core.impl.header
 
HeaderParameterParser() - Constructor for class org.everrest.core.impl.header.HeaderParameterParser
 
HeaderParameterResolver - Class in org.everrest.core.impl.method
 
HelperCache<K,V> - Class in org.everrest.core.impl
NOTE: Is not thread safe and required external synchronization.
HelperCache(long, int) - Constructor for class org.everrest.core.impl.HelperCache
 
host(String) - Method in class org.everrest.core.impl.uri.UriBuilderImpl
 
HOST - Static variable in class org.everrest.core.impl.uri.UriComponent
Host URI component.
href - Variable in class org.everrest.core.wadl.research.Include
 
href - Variable in class org.everrest.core.wadl.research.Method
 
href - Variable in class org.everrest.core.wadl.research.RepresentationType
 
HTTPMethods - Enum in org.everrest.core.wadl.research
Java class for HTTPMethods.

I

id - Variable in class org.everrest.core.wadl.research.Method
 
id - Variable in class org.everrest.core.wadl.research.Param
 
id - Variable in class org.everrest.core.wadl.research.RepresentationType
 
id - Variable in class org.everrest.core.wadl.research.Resource
 
id - Variable in class org.everrest.core.wadl.research.ResourceType
 
IF - Static variable in interface org.everrest.core.ExtHttpHeaders
WebDav "If" header.
include - Variable in class org.everrest.core.wadl.research.Grammars
 
Include - Class in org.everrest.core.wadl.research
Java class for anonymous complex type.
Include() - Constructor for class org.everrest.core.wadl.research.Include
 
info(String) - Method in class org.everrest.core.util.Logger
 
info(String, Object) - Method in class org.everrest.core.util.Logger
 
info(String, Object, Object) - Method in class org.everrest.core.util.Logger
 
info(String, Object...) - Method in class org.everrest.core.util.Logger
 
info(String, Throwable) - Method in class org.everrest.core.util.Logger
 
init() - Method in class org.everrest.core.impl.ApplicationProviderBinder
 
init() - Method in class org.everrest.core.impl.ProviderBinder
Add prepared providers.
init() - Method in class org.everrest.core.servlet.EverrestServlet
 
initAsynchronousJobContext(AsynchronousJob) - Method in class org.everrest.core.impl.async.AsynchronousJobPool
Init context of asynchronous job.
initialize() - Method in class org.everrest.core.impl.LifecycleComponent
 
InitialProperties - Interface in org.everrest.core
Container for properties, that may be injected in resource by @Context annotation.
inject(Object, ApplicationContext) - Method in interface org.everrest.core.FieldInjector
Set Object Field using ApplicationContext for resolve actual field value.
inject(Object, ApplicationContext) - Method in class org.everrest.core.impl.FieldInjectorImpl
 
injectAnnotationClass - Variable in class org.everrest.core.BaseDependencySupplier
 
InMemoryMultipartFormDataEntityProvider - Class in org.everrest.core.impl.provider.ext
 
InMemoryMultipartFormDataEntityProvider() - Constructor for class org.everrest.core.impl.provider.ext.InMemoryMultipartFormDataEntityProvider
 
InputHeadersMap - Class in org.everrest.core.impl
Read only case insensitive MultivaluedMap.
InputHeadersMap() - Constructor for class org.everrest.core.impl.InputHeadersMap
 
InputHeadersMap(Map<String, List<String>>) - Constructor for class org.everrest.core.impl.InputHeadersMap
 
InputItem - Interface in org.everrest.core.impl.provider.multipart
 
InputStreamEntityProvider - Class in org.everrest.core.impl.provider
 
InputStreamEntityProvider() - Constructor for class org.everrest.core.impl.provider.InputStreamEntityProvider
 
InternalException - Exception in org.everrest.core.impl
Should not be used by custom services.
InternalException(String, Throwable) - Constructor for exception org.everrest.core.impl.InternalException
 
InternalException(Throwable) - Constructor for exception org.everrest.core.impl.InternalException
 
invokeDestroyMethods(Object) - Method in class org.everrest.core.impl.AnnotatedLifecycleMethodStrategy
 
invokeDestroyMethods(Object) - Method in interface org.everrest.core.LifecycleMethodStrategy
Call "destroy" method on the specified object.
invokeInitializeMethods(Object) - Method in class org.everrest.core.impl.AnnotatedLifecycleMethodStrategy
 
invokeInitializeMethods(Object) - Method in interface org.everrest.core.LifecycleMethodStrategy
Call "initialize" method on the specified object.
invokeMethod(Object, GenericMethodResource, Object[], ApplicationContext) - Method in class org.everrest.core.impl.async.AsynchronousMethodInvoker
 
invokeMethod(Object, GenericMethodResource, ApplicationContext) - Method in class org.everrest.core.impl.method.DefaultMethodInvoker
 
invokeMethod(Object, GenericMethodResource, Object[], ApplicationContext) - Method in class org.everrest.core.impl.method.DefaultMethodInvoker
 
invokeMethod(Object, GenericMethodResource, ApplicationContext) - Method in class org.everrest.core.impl.method.MethodInvokerDecorator
 
invokeMethod(Object, GenericMethodResource, ApplicationContext) - Method in class org.everrest.core.impl.method.OptionsRequestMethodInvoker
 
invokeMethod(Object, GenericMethodResource, ApplicationContext) - Method in interface org.everrest.core.method.MethodInvoker
Invoke supplied method and return result of method invoking.
invokerFilters - Variable in class org.everrest.core.impl.ProviderBinder
Method invoking filters.
IOHelper - Class in org.everrest.core.impl.provider
 
isArray() - Method in class org.everrest.core.impl.provider.json.ArrayValue
 
isArray() - Method in class org.everrest.core.impl.provider.json.JsonValue
 
isAsynchronous() - Method in interface org.everrest.core.ApplicationContext
 
isAsynchronous() - Method in class org.everrest.core.impl.ApplicationContextImpl
 
isAsynchronousSupported() - Method in class org.everrest.core.impl.EverrestConfiguration
 
isBoolean() - Method in class org.everrest.core.impl.provider.json.BooleanValue
 
isBoolean() - Method in class org.everrest.core.impl.provider.json.JsonValue
 
isCheckSecurity() - Method in class org.everrest.core.impl.EverrestConfiguration
 
isClosed() - Method in class org.everrest.core.impl.ResponseImpl
 
isCompatible(Language) - Method in class org.everrest.core.impl.header.Language
Check is two Language instance is compatible.
isCompatible(MediaType, MediaType) - Static method in class org.everrest.core.impl.header.MediaTypeHelper
Check types one and type two are compatible.
isCompatible(Token) - Method in class org.everrest.core.impl.header.Token
Check is to token is compatible.
isConsume(List<MediaType>, MediaType) - Static method in class org.everrest.core.impl.header.MediaTypeHelper
Useful for checking does method able to consume certain media type.
isDebugEnabled() - Method in class org.everrest.core.util.Logger
 
isDone() - Method in interface org.everrest.core.impl.async.AsynchronousJob
 
isDouble() - Method in class org.everrest.core.impl.provider.json.DoubleValue
 
isDouble() - Method in class org.everrest.core.impl.provider.json.JsonValue
 
isEmpty() - Method in class org.everrest.core.util.CaselessMultivaluedMap
 
isEncoded() - Method in class org.everrest.core.impl.ConstructorParameterImpl
 
isEncoded() - Method in class org.everrest.core.impl.FieldInjectorImpl
 
isEncoded() - Method in class org.everrest.core.impl.method.MethodParameterImpl
 
isEncoded() - Method in interface org.everrest.core.Parameter
 
isErrorEnabled() - Method in class org.everrest.core.util.Logger
 
isHttpMethodOverride() - Method in class org.everrest.core.impl.EverrestConfiguration
 
isInfoEnabled() - Method in class org.everrest.core.util.Logger
 
isKnownType(Object) - Static method in class org.everrest.core.impl.provider.json.JsonUtils
Check is given Object is known.
isKnownType(Class<?>) - Static method in class org.everrest.core.impl.provider.json.JsonUtils
Check is given Class is known.
isLong() - Method in class org.everrest.core.impl.provider.json.JsonValue
 
isLong() - Method in class org.everrest.core.impl.provider.json.LongValue
 
isMatched(MediaType, MediaType) - Static method in class org.everrest.core.impl.header.MediaTypeHelper
Check is type checkMe matched to type pattern.
isNormalizeUri() - Method in class org.everrest.core.impl.EverrestConfiguration
 
isNull() - Method in class org.everrest.core.impl.provider.json.JsonValue
 
isNull() - Method in class org.everrest.core.impl.provider.json.NullValue
 
isNumeric() - Method in class org.everrest.core.impl.provider.json.JsonValue
 
isNumeric() - Method in class org.everrest.core.impl.provider.json.NumericValue
 
isObject() - Method in class org.everrest.core.impl.provider.json.JsonValue
 
isObject() - Method in class org.everrest.core.impl.provider.json.ObjectValue
 
isProvider(Class<?>) - Method in class org.everrest.core.BaseDependencySupplier
Check is clazz is javax.inject.Provider (not subclass of it).
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.ByteEntityProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.DataSourceEntityProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.DOMSourceEntityProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.FileEntityProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.InputStreamEntityProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.JAXBElementEntityProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.JAXBObjectEntityProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.JsonEntityProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.multipart.ListMultipartFormDataMessageBodyReader
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.multipart.MapMultipartFormDataMessageBodyReader
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.MultipartFormDataEntityProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.MultivaluedMapEntityProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.ReaderEntityProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.SAXSourceEntityProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.StreamOutputEntityProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.StreamSourceEntityProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.StringEntityProvider
 
isRepeating() - Method in class org.everrest.core.wadl.research.Param
Gets the value of the repeating property.
isRequired() - Method in class org.everrest.core.wadl.research.Param
Gets the value of the required property.
isRootResource() - Method in class org.everrest.core.impl.resource.AbstractResourceDescriptorImpl
 
isRootResource() - Method in interface org.everrest.core.resource.AbstractResourceDescriptor
 
isSecure() - Method in class org.everrest.core.impl.ContainerRequest
 
isSecure() - Method in class org.everrest.core.tools.SimpleSecurityContext
 
isSendByPost() - Method in class org.everrest.core.generated.Book
Gets the value of the sendByPost property.
isString() - Method in class org.everrest.core.impl.provider.json.JsonValue
 
isString() - Method in class org.everrest.core.impl.provider.json.StringValue
 
isTraceEnabled() - Method in class org.everrest.core.util.Logger
 
isTracingEnabled() - Static method in class org.everrest.core.util.Tracer
Check is tracing feature enabled.
isUserInRole(String) - Method in class org.everrest.core.impl.ContainerRequest
 
isUserInRole(String) - Method in class org.everrest.core.tools.SimpleSecurityContext
 
isWarnEnabled() - Method in class org.everrest.core.util.Logger
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.async.AsynchronousProcessListWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.ByteEntityProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.DataSourceEntityProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.DOMSourceEntityProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.FileEntityProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.InputStreamEntityProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.JAXBElementEntityProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.JAXBObjectEntityProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.JsonEntityProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.multipart.CollectionMultipartFormDataMessageBodyWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.MultipartFormDataEntityProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.MultivaluedMapEntityProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.ReaderEntityProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.SAXSourceEntityProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.StreamOutputEntityProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.StreamSourceEntityProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.everrest.core.impl.provider.StringEntityProvider
 
isWriteNulls() - Method in class org.everrest.core.impl.provider.json.JsonWriter
 

J

JAXBContextResolver - Class in org.everrest.core.impl.provider
Provide cache for JAXBContext.
JAXBContextResolver() - Constructor for class org.everrest.core.impl.provider.JAXBContextResolver
 
JAXBElementEntityProvider - Class in org.everrest.core.impl.provider
 
JAXBElementEntityProvider(Providers) - Constructor for class org.everrest.core.impl.provider.JAXBElementEntityProvider
 
JAXBObjectEntityProvider - Class in org.everrest.core.impl.provider
 
JAXBObjectEntityProvider(Providers) - Constructor for class org.everrest.core.impl.provider.JAXBObjectEntityProvider
 
JAXRS_APPLICATION - Static variable in class org.everrest.core.servlet.EverrestServletContextInitializer
 
JAXRS_BODY_PROVIDED - Static variable in interface org.everrest.core.ExtHttpHeaders
This header indicates that body is provided via JAXR framework.
jobTimeout - Variable in class org.everrest.core.impl.async.AsynchronousJobPool
When timeout (in minutes) reached then an asynchronous job may be removed from the pool.
JsonEntityProvider<T> - Class in org.everrest.core.impl.provider
 
JsonEntityProvider() - Constructor for class org.everrest.core.impl.provider.JsonEntityProvider
 
JsonException - Exception in org.everrest.core.impl.provider.json
Should be thrown if any error occurs during JSON <-> Java Object transformation.
JsonException(String, Throwable) - Constructor for exception org.everrest.core.impl.provider.json.JsonException
 
JsonException(Throwable) - Constructor for exception org.everrest.core.impl.provider.json.JsonException
 
JsonException(String) - Constructor for exception org.everrest.core.impl.provider.json.JsonException
 
JsonGenerator - Class in org.everrest.core.impl.provider.json
 
JsonGenerator() - Constructor for class org.everrest.core.impl.provider.json.JsonGenerator
 
JsonHandler - Class in org.everrest.core.impl.provider.json
 
JsonHandler() - Constructor for class org.everrest.core.impl.provider.json.JsonHandler
Constructs new JsonHandler.
JsonParser - Class in org.everrest.core.impl.provider.json
 
JsonParser() - Constructor for class org.everrest.core.impl.provider.json.JsonParser
 
JsonParser(JsonHandler) - Constructor for class org.everrest.core.impl.provider.json.JsonParser
 
JsonTransient - Annotation Type in org.everrest.core.impl.provider.json
Prevent processing field/type via Json framework.
JsonUtils - Class in org.everrest.core.impl.provider.json
 
JsonUtils.JsonToken - Enum in org.everrest.core.impl.provider.json
Types of Json tokens.
JsonUtils.Types - Enum in org.everrest.core.impl.provider.json
Known types.
JsonValue - Class in org.everrest.core.impl.provider.json
 
JsonValue() - Constructor for class org.everrest.core.impl.provider.json.JsonValue
 
JsonWriter - Class in org.everrest.core.impl.provider.json
 
JsonWriter(Writer) - Constructor for class org.everrest.core.impl.provider.json.JsonWriter
Constructs JsonWriter.
JsonWriter(OutputStream) - Constructor for class org.everrest.core.impl.provider.json.JsonWriter
Constructs JsonWriter.

K

key(String) - Method in class org.everrest.core.impl.provider.json.JsonHandler
 
keySet() - Method in class org.everrest.core.util.CaselessMultivaluedMap
 
keySet() - Method in class org.everrest.core.util.CaselessUnmodifiableMultivaluedMap
Unmodifiable set of map's keys.

L

lang - Variable in class org.everrest.core.wadl.research.Doc
 
Language - Class in org.everrest.core.impl.header
Reflection for HTTP language tag.
Language(Locale) - Constructor for class org.everrest.core.impl.header.Language
Constructs new instance of Language.
language(String) - Method in class org.everrest.core.impl.ResponseImpl.ResponseBuilderImpl
 
language(Locale) - Method in class org.everrest.core.impl.ResponseImpl.ResponseBuilderImpl
 
languages(Locale...) - Method in class org.everrest.core.impl.VariantListBuilderImpl
 
lastModified(Date) - Method in class org.everrest.core.impl.ResponseImpl.ResponseBuilderImpl
 
Lifecycle - Interface in org.everrest.core
Interface provides methods lifecycle control.
LifecycleComponent - Class in org.everrest.core.impl
Life cycle wrapper for JAX-RS component (resource or provider).
LifecycleComponent(Object) - Constructor for class org.everrest.core.impl.LifecycleComponent
 
LifecycleComponent(Object, LifecycleMethodStrategy) - Constructor for class org.everrest.core.impl.LifecycleComponent
 
LifecycleMethodStrategy - Interface in org.everrest.core
Call "initialize" and "destroy" methods of object.
link(URI, String) - Method in class org.everrest.core.impl.ResponseImpl.ResponseBuilderImpl
 
link(String, String) - Method in class org.everrest.core.impl.ResponseImpl.ResponseBuilderImpl
 
link(Link) - Method in class org.everrest.core.impl.uri.LinkBuilderImpl
 
link(String) - Method in class org.everrest.core.impl.uri.LinkBuilderImpl
 
Link - Class in org.everrest.core.wadl.research
Java class for anonymous complex type.
Link() - Constructor for class org.everrest.core.wadl.research.Link
 
link - Variable in class org.everrest.core.wadl.research.Param
 
LinkBuilderImpl - Class in org.everrest.core.impl.uri
 
LinkBuilderImpl() - Constructor for class org.everrest.core.impl.uri.LinkBuilderImpl
 
LinkBuilderImpl.LinkImpl - Class in org.everrest.core.impl.uri
 
links(Link...) - Method in class org.everrest.core.impl.ResponseImpl.ResponseBuilderImpl
 
list() - Method in class org.everrest.core.impl.async.AsynchronousJobService
 
ListHeaderProducer<T extends QualityValue> - Class in org.everrest.core.impl.header
Produce sorted by quality value list of 'accept' header.
ListHeaderProducer() - Constructor for class org.everrest.core.impl.header.ListHeaderProducer
 
listHTML() - Method in class org.everrest.services.RestServicesList
 
listJSON() - Method in class org.everrest.services.RestServicesList
 
ListMultipartFormDataMessageBodyReader - Class in org.everrest.core.impl.provider.multipart
 
ListMultipartFormDataMessageBodyReader() - Constructor for class org.everrest.core.impl.provider.multipart.ListMultipartFormDataMessageBodyReader
 
loadErrorPages(ServletContext, Map<Integer, String>, Map<String, String>) - Method in class org.everrest.core.tools.ErrorPages
 
loadRoles(ServletContext) - Method in class org.everrest.core.tools.WebApplicationDeclaredRoles
 
LocaleHeaderDelegate - Class in org.everrest.core.impl.header
 
LocaleHeaderDelegate() - Constructor for class org.everrest.core.impl.header.LocaleHeaderDelegate
 
location(URI) - Method in class org.everrest.core.impl.ResponseImpl.ResponseBuilderImpl
 
LOCKTOKEN - Static variable in interface org.everrest.core.ExtHttpHeaders
WebDav "DAV" header.
Logger - Class in org.everrest.core.util
A wrapper for SLF4J.
Logger(String) - Constructor for class org.everrest.core.util.Logger
 
LongValue - Class in org.everrest.core.impl.provider.json
 
LongValue(long) - Constructor for class org.everrest.core.impl.provider.json.LongValue
Constructs new LongValue.

M

makeDecorator(MethodInvoker) - Method in interface org.everrest.core.impl.method.MethodInvokerDecoratorFactory
 
makeExecutorService(EverrestConfiguration) - Method in class org.everrest.core.impl.async.AsynchronousJobPool
 
makeFileCollectorDestroyer() - Method in class org.everrest.core.servlet.EverrestInitializedListener
 
makeMethodParameters(GenericMethodResource, ApplicationContext) - Static method in class org.everrest.core.impl.method.DefaultMethodInvoker
 
ManyJobsPolicy(RejectedExecutionHandler) - Constructor for class org.everrest.core.impl.async.AsynchronousJobPool.ManyJobsPolicy
 
MapMultipartFormDataMessageBodyReader - Class in org.everrest.core.impl.provider.multipart
 
MapMultipartFormDataMessageBodyReader() - Constructor for class org.everrest.core.impl.provider.multipart.MapMultipartFormDataMessageBodyReader
 
match(String, List<String>) - Method in class org.everrest.core.uri.UriPattern
Check is URI string match to pattern.
matrixParam(String, Object...) - Method in class org.everrest.core.impl.uri.UriBuilderImpl
 
MatrixParameterResolver - Class in org.everrest.core.impl.method
 
maxCacheSize - Variable in class org.everrest.core.impl.async.AsynchronousJobPool
Max cache size.
MEDIA_TYPE_COMPARATOR - Static variable in class org.everrest.core.impl.header.MediaTypeHelper
Compare two mime-types.
mediaType - Variable in class org.everrest.core.wadl.research.RepresentationType
 
MediaTypeHeaderDelegate - Class in org.everrest.core.impl.header
 
MediaTypeHeaderDelegate() - Constructor for class org.everrest.core.impl.header.MediaTypeHeaderDelegate
 
MediaTypeHelper - Class in org.everrest.core.impl.header
 
MediaTypeHelper.MediaTypeRange - Class in org.everrest.core.impl.header
Builder or range acceptable media types for look up appropriate MessageBodyReader, MessageBodyWriter or ContextResolver.
MediaTypeMap<T> - Class in org.everrest.core.util
Keeps sorted values.
MediaTypeMap() - Constructor for class org.everrest.core.util.MediaTypeMap
Create new instance of MediaTypeMap with Comparator.
MediaTypeMultivaluedMap<V> - Class in org.everrest.core.util
 
MediaTypeMultivaluedMap() - Constructor for class org.everrest.core.util.MediaTypeMultivaluedMap
 
MediaTypeRange(MediaType) - Constructor for class org.everrest.core.impl.header.MediaTypeHelper.MediaTypeRange
 
mediaTypes(MediaType...) - Method in class org.everrest.core.impl.VariantListBuilderImpl
 
memberPrice - Variable in class org.everrest.core.generated.Book
 
MemberPrice - Class in org.everrest.core.generated
Java class for anonymous complex type.
MemberPrice() - Constructor for class org.everrest.core.generated.MemberPrice
 
Method - Class in org.everrest.core.wadl.research
Java class for anonymous complex type.
Method() - Constructor for class org.everrest.core.wadl.research.Method
 
method - Variable in class org.everrest.core.wadl.research.ResourceType
 
METHOD_INVOKER_DECORATOR_FACTORY - Static variable in class org.everrest.core.impl.EverrestConfiguration
 
MethodInvoker - Interface in org.everrest.core.method
Invoke resource methods.
MethodInvokerDecorator - Class in org.everrest.core.impl.method
MethodInvokerDecorator can be used to extend the functionality of MethodInvoker.
MethodInvokerDecorator(MethodInvoker) - Constructor for class org.everrest.core.impl.method.MethodInvokerDecorator
 
MethodInvokerDecoratorFactory - Interface in org.everrest.core.impl.method
This factory is intended for produce instance of MethodInvokerDecorator.
MethodInvokerFilter - Interface in org.everrest.core.method
Can be used for check is GenericMethodResource can be invoked.
methodOrResource - Variable in class org.everrest.core.wadl.research.Resource
 
MethodParameter - Interface in org.everrest.core.method
 
MethodParameterImpl - Class in org.everrest.core.impl.method
Describes the method's parameter.
MethodParameterImpl(Annotation, Annotation[], Class<?>, Type, String, boolean) - Constructor for class org.everrest.core.impl.method.MethodParameterImpl
Constructs new instance of MethodParameter.
model - Variable in class org.everrest.core.PerRequestObjectFactory
Object model that at least gives possibility to create object instance.
model - Variable in class org.everrest.core.SingletonObjectFactory
 
MSAUTHORVIA - Static variable in interface org.everrest.core.ExtHttpHeaders
MS-Author-Via Response Header.
MULTIPART_BYTERANGES - Static variable in interface org.everrest.core.ExtHttpHeaders
WebDav multipart/byteranges header.
MultipartFormDataEntityProvider - Class in org.everrest.core.impl.provider
Processing multipart data based on apache file-upload.
MultipartFormDataEntityProvider() - Constructor for class org.everrest.core.impl.provider.MultipartFormDataEntityProvider
 
MultivaluedMapEntityProvider - Class in org.everrest.core.impl.provider
 
MultivaluedMapEntityProvider() - Constructor for class org.everrest.core.impl.provider.MultivaluedMapEntityProvider
 
MultivaluedMapImpl - Class in org.everrest.core.impl
 
MultivaluedMapImpl() - Constructor for class org.everrest.core.impl.MultivaluedMapImpl
 

N

name - Variable in class org.everrest.core.wadl.research.Method
 
name - Variable in class org.everrest.core.wadl.research.Param
 
nameDetector - Variable in class org.everrest.core.BaseDependencySupplier
 
newCallable(Object, Method, Object[]) - Method in class org.everrest.core.impl.async.AsynchronousJobPool
 
NewCookieHeaderDelegate - Class in org.everrest.core.impl.header
 
NewCookieHeaderDelegate() - Constructor for class org.everrest.core.impl.header.NewCookieHeaderDelegate
 
newParameterizedType(Class<?>, Type...) - Static method in class org.everrest.core.util.ParameterizedTypeImpl
 
newParameterizedType(Class<?>, Type) - Static method in class org.everrest.core.util.ParameterizedTypeImpl
 
next() - Method in class org.everrest.core.impl.header.MediaTypeHelper.MediaTypeRange
 
NoFileEntityProvider - Class in org.everrest.core.impl.provider.ext
This provider useful in environment where need disable access to file system.
NoFileEntityProvider() - Constructor for class org.everrest.core.impl.provider.ext.NoFileEntityProvider
 
normalize(URI) - Static method in class org.everrest.core.impl.uri.UriComponent
Normalization URI according to rfc3986.
NoSyncByteArrayOutputStream - Class in org.everrest.core.util
Faster not synchronized version of ByteArrayOutputStream.
NoSyncByteArrayOutputStream() - Constructor for class org.everrest.core.util.NoSyncByteArrayOutputStream
 
NoSyncByteArrayOutputStream(int) - Constructor for class org.everrest.core.util.NoSyncByteArrayOutputStream
 
NullValue - Class in org.everrest.core.impl.provider.json
 
NullValue() - Constructor for class org.everrest.core.impl.provider.json.NullValue
 
NumericValue - Class in org.everrest.core.impl.provider.json
 
NumericValue() - Constructor for class org.everrest.core.impl.provider.json.NumericValue
 

O

object - Variable in class org.everrest.core.SingletonObjectFactory
Component instance.
ObjectBuilder - Class in org.everrest.core.impl.provider.json
 
ObjectFactory - Class in org.everrest.core.generated
This object contains factory methods for each Java content interface and Java element interface generated in the org.everrest.core.generated package.
ObjectFactory() - Constructor for class org.everrest.core.generated.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.everrest.core.generated
ObjectFactory<T extends ObjectModel> - Interface in org.everrest.core
Implementation of this interface should be able provide object instance dependent of component lifecycle.
ObjectFactory - Class in org.everrest.core.wadl.research
This object contains factory methods for each Java content interface and Java element interface generated in the org.everrest.core.wadl.research package.
ObjectFactory() - Constructor for class org.everrest.core.wadl.research.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.everrest.core.wadl.research
ObjectModel - Interface in org.everrest.core
Abstract description of object.
ObjectValue - Class in org.everrest.core.impl.provider.json
 
ObjectValue() - Constructor for class org.everrest.core.impl.provider.json.ObjectValue
 
onStartup(Set<Class<?>>, ServletContext) - Method in class org.everrest.core.servlet.ComponentFinder
 
Option - Class in org.everrest.core.wadl.research
Java class for anonymous complex type.
Option() - Constructor for class org.everrest.core.wadl.research.Option
 
option - Variable in class org.everrest.core.wadl.research.Param
 
OptionsRequestMethodInvoker - Class in org.everrest.core.impl.method
 
OptionsRequestMethodInvoker() - Constructor for class org.everrest.core.impl.method.OptionsRequestMethodInvoker
 
OptionsRequestResourceMethodDescriptorImpl - Class in org.everrest.core.impl.resource
 
OptionsRequestResourceMethodDescriptorImpl(Method, String, List<MethodParameter>, AbstractResourceDescriptor, List<MediaType>, List<MediaType>, Annotation[]) - Constructor for class org.everrest.core.impl.resource.OptionsRequestResourceMethodDescriptorImpl
 
org.everrest.core - package org.everrest.core
 
org.everrest.core.generated - package org.everrest.core.generated
 
org.everrest.core.header - package org.everrest.core.header
 
org.everrest.core.impl - package org.everrest.core.impl
 
org.everrest.core.impl.async - package org.everrest.core.impl.async
 
org.everrest.core.impl.header - package org.everrest.core.impl.header
 
org.everrest.core.impl.method - package org.everrest.core.impl.method
 
org.everrest.core.impl.method.filter - package org.everrest.core.impl.method.filter
 
org.everrest.core.impl.provider - package org.everrest.core.impl.provider
 
org.everrest.core.impl.provider.ext - package org.everrest.core.impl.provider.ext
 
org.everrest.core.impl.provider.json - package org.everrest.core.impl.provider.json
 
org.everrest.core.impl.provider.multipart - package org.everrest.core.impl.provider.multipart
 
org.everrest.core.impl.resource - package org.everrest.core.impl.resource
 
org.everrest.core.impl.uri - package org.everrest.core.impl.uri
 
org.everrest.core.method - package org.everrest.core.method
 
org.everrest.core.provider - package org.everrest.core.provider
 
org.everrest.core.resource - package org.everrest.core.resource
 
org.everrest.core.servlet - package org.everrest.core.servlet
 
org.everrest.core.tools - package org.everrest.core.tools
 
org.everrest.core.uri - package org.everrest.core.uri
 
org.everrest.core.util - package org.everrest.core.util
 
org.everrest.core.wadl - package org.everrest.core.wadl
 
org.everrest.core.wadl.research - package org.everrest.core.wadl.research
 
org.everrest.services - package org.everrest.services
 
OutputHeadersMap - Class in org.everrest.core.impl
Output HTTP headers..
OutputHeadersMap() - Constructor for class org.everrest.core.impl.OutputHeadersMap
 
OutputHeadersMap(Map<String, List<Object>>) - Constructor for class org.everrest.core.impl.OutputHeadersMap
 
OutputItem - Class in org.everrest.core.impl.provider.multipart
 
OutputItem(String, Object, Class<?>, Type, MediaType, String) - Constructor for class org.everrest.core.impl.provider.multipart.OutputItem
 
OVERWRITE - Static variable in interface org.everrest.core.ExtHttpHeaders
WebDav "Overwrite" header.

P

param(String, String) - Method in class org.everrest.core.impl.uri.LinkBuilderImpl
 
Param - Class in org.everrest.core.wadl.research
Java class for anonymous complex type.
Param() - Constructor for class org.everrest.core.wadl.research.Param
 
param - Variable in class org.everrest.core.wadl.research.RepresentationType
 
param - Variable in class org.everrest.core.wadl.research.Request
 
param - Variable in class org.everrest.core.wadl.research.Resource
 
param - Variable in class org.everrest.core.wadl.research.ResourceType
 
param - Variable in class org.everrest.core.wadl.research.Response
 
Parameter - Interface in org.everrest.core
Abstraction of method's, constructor's parameter or object field.
ParameterHelper - Class in org.everrest.core.impl.method
 
ParameterHelper() - Constructor for class org.everrest.core.impl.method.ParameterHelper
 
ParameterizedTypeImpl - Class in org.everrest.core.util
 
ParameterResolver<T> - Class in org.everrest.core.impl.method
 
ParameterResolver() - Constructor for class org.everrest.core.impl.method.ParameterResolver
 
ParameterResolverFactory - Class in org.everrest.core.impl.method
 
ParamStyle - Enum in org.everrest.core.wadl.research
Java class for ParamStyle.
parse(String) - Method in class org.everrest.core.impl.header.HeaderParameterParser
Parse header string for parameters.
parse(Reader) - Method in class org.everrest.core.impl.provider.json.JsonParser
 
parse(InputStream) - Method in class org.everrest.core.impl.provider.json.JsonParser
 
parseCookies(String) - Static method in class org.everrest.core.impl.header.HeaderHelper
Parse cookie header string and create collection of cookie from it.
parseDateHeader(String) - Static method in class org.everrest.core.impl.header.HeaderHelper
Parse date header.
parsePathSegments(String, boolean) - Static method in class org.everrest.core.impl.uri.UriComponent
Parse path segments.
parseQueryString(String, boolean) - Static method in class org.everrest.core.impl.uri.UriComponent
Parse encoded query string.
parseTemplate(String) - Static method in class org.everrest.core.impl.uri.UriComponent
 
path(String) - Method in class org.everrest.core.impl.uri.UriBuilderImpl
 
path(Class) - Method in class org.everrest.core.impl.uri.UriBuilderImpl
 
path(Method) - Method in class org.everrest.core.impl.uri.UriBuilderImpl
 
path(Class, String) - Method in class org.everrest.core.impl.uri.UriBuilderImpl
 
PATH - Static variable in class org.everrest.core.impl.uri.UriComponent
Path URI components, consists of path-segments.
path - Variable in class org.everrest.core.wadl.research.Param
 
path - Variable in class org.everrest.core.wadl.research.Resource
 
PATH_SEGMENT - Static variable in class org.everrest.core.impl.uri.UriComponent
Path segment URI sub-component, it can't contains '/'.
PathParameterResolver - Class in org.everrest.core.impl.method
 
PathSegmentImpl - Class in org.everrest.core.impl.uri
 
PathValue - Class in org.everrest.core.impl.resource
Describe the Path annotation, see Path.
PathValue(String) - Constructor for class org.everrest.core.impl.resource.PathValue
 
PERCENT - Static variable in class org.everrest.core.impl.uri.UriComponent
Encoded '%' character.
PerRequestObjectFactory<T extends ObjectModel> - Class in org.everrest.core
Provide object's instance of component that support per-request lifecycle.
PerRequestObjectFactory(T) - Constructor for class org.everrest.core.PerRequestObjectFactory
 
port(int) - Method in class org.everrest.core.impl.uri.UriBuilderImpl
 
PORT - Static variable in class org.everrest.core.impl.uri.UriComponent
Port URI component.
price - Variable in class org.everrest.core.generated.Book
 
Price - Class in org.everrest.core.generated
Java class for anonymous complex type.
Price() - Constructor for class org.everrest.core.generated.Price
 
PrimitiveTypeProducer - Class in org.everrest.core.impl.method
Construct a primitive type from string value.
process(GenericContainerRequest, GenericContainerResponse, EnvironmentContext) - Method in class org.everrest.core.impl.EverrestProcessor
 
process(AbstractResourceDescriptor, URI) - Method in class org.everrest.core.wadl.WadlProcessor
Process AbstractResourceDescriptor for build its WADL representation.
processConstructors() - Method in class org.everrest.core.BaseObjectModel
 
processFields() - Method in class org.everrest.core.BaseObjectModel
 
processMethods() - Method in class org.everrest.core.impl.resource.AbstractResourceDescriptorImpl
Process method of resource and separate them to three types Resource Methods, Sub-Resource Methods and Sub-Resource Locators.
processor - Variable in class org.everrest.core.servlet.EverrestServlet
 
processQuality(List<MediaType>, List<MediaType>) - Static method in class org.everrest.core.impl.header.MediaTypeHelper
Looking for accept media type with the best quality.
produces() - Method in class org.everrest.core.impl.provider.ProviderDescriptorImpl
 
produces() - Method in class org.everrest.core.impl.resource.ResourceMethodDescriptorImpl
 
produces() - Method in class org.everrest.core.impl.resource.SubResourceMethodDescriptorImpl
 
produces() - Method in interface org.everrest.core.provider.ProviderDescriptor
Get list of MediaType which current provider produces.
produces() - Method in interface org.everrest.core.resource.ResourceMethodDescriptor
Get list of MediaType which current method produces.
profile - Variable in class org.everrest.core.wadl.research.RepresentationType
 
properties - Variable in class org.everrest.core.BaseObjectModel
Optional data.
properties - Variable in class org.everrest.core.impl.EverrestConfiguration
 
Property - Annotation Type in org.everrest.core
Useful for injection in service, provider or filter properties which is preset in InitialProperties.
PropertyResolver - Class in org.everrest.core.impl.method
Obtain value of property (see InitialProperties) with name supplied in Property.value() .
PROVIDER_CONSTRUCTOR_PARAMETER_ANNOTATIONS - Static variable in class org.everrest.core.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.everrest.core.impl.method.ParameterHelper
Collections of annotation that allowed to be used on fields on any type of Provider.
ProviderBinder - Class in org.everrest.core.impl
Gives access to common predefined provider.
ProviderBinder() - Constructor for class org.everrest.core.impl.ProviderBinder
 
ProviderDescriptor - Interface in org.everrest.core.provider
Descriptor of Provider.
ProviderDescriptorImpl - Class in org.everrest.core.impl.provider
 
ProviderDescriptorImpl(Class<?>) - Constructor for class org.everrest.core.impl.provider.ProviderDescriptorImpl
 
ProviderDescriptorImpl(Object) - Constructor for class org.everrest.core.impl.provider.ProviderDescriptorImpl
 
providers - Variable in class org.everrest.core.impl.ApplicationContextImpl
Providers.
providers - Variable in class org.everrest.core.impl.ApplicationPublisher
 
publish(Application) - Method in class org.everrest.core.impl.ApplicationPublisher
 
put(K, V) - Method in class org.everrest.core.impl.HelperCache
 
put(String, List<T>) - Method in class org.everrest.core.util.CaselessMultivaluedMap
 
put(String, List<T>) - Method in class org.everrest.core.util.CaselessUnmodifiableMultivaluedMap
Adding of new mapping is not supported.
putAll(Map<? extends String, ? extends List<T>>) - Method in class org.everrest.core.util.CaselessMultivaluedMap
 
putAll(Map<? extends String, ? extends List<T>>) - Method in class org.everrest.core.util.CaselessUnmodifiableMultivaluedMap
Adding of new mapping is not supported.
putSingle(String, T) - Method in class org.everrest.core.util.CaselessMultivaluedMap
 
putSingle(String, T) - Method in class org.everrest.core.util.CaselessUnmodifiableMultivaluedMap
Adding of new mapping is not supported.
putSingle(MediaType, V) - Method in class org.everrest.core.util.MediaTypeMultivaluedMap
 
putSingle(UriPattern, V) - Method in class org.everrest.core.util.UriPatternMap
 

Q

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

R

RANGE - Static variable in interface org.everrest.core.ExtHttpHeaders
HTTP 1.1 "Range" header.
RangeHeaderDelegate - Class in org.everrest.core.impl.header
 
RangeHeaderDelegate() - Constructor for class org.everrest.core.impl.header.RangeHeaderDelegate
 
Ranges - Class in org.everrest.core.impl.header
Represents set of ranges provided by client in 'Range' header.
Ranges.Range - Class in org.everrest.core.impl.header
Represents one range from provided by client in HTTP header 'Range'.
rdv - Variable in class org.everrest.core.impl.ProviderBinder
Validator.
read() - Method in class org.everrest.core.tools.EmptyInputStream
 
readEntity(Class<T>) - Method in class org.everrest.core.impl.ResponseImpl
 
readEntity(GenericType<T>) - Method in class org.everrest.core.impl.ResponseImpl
 
readEntity(Class<T>, Annotation[]) - Method in class org.everrest.core.impl.ResponseImpl
 
readEntity(GenericType<T>, Annotation[]) - Method in class org.everrest.core.impl.ResponseImpl
 
ReaderEntityProvider - Class in org.everrest.core.impl.provider
 
ReaderEntityProvider() - Constructor for class org.everrest.core.impl.provider.ReaderEntityProvider
 
readFrom(Class<byte[]>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.everrest.core.impl.provider.ByteEntityProvider
 
readFrom(Class<DataSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.everrest.core.impl.provider.DataSourceEntityProvider
 
readFrom(Class<DOMSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.everrest.core.impl.provider.DOMSourceEntityProvider
 
readFrom(Class<Iterator<FileItem>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.everrest.core.impl.provider.ext.InMemoryMultipartFormDataEntityProvider
 
readFrom(Class<File>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.everrest.core.impl.provider.ext.NoFileEntityProvider
 
readFrom(Class<DataSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.everrest.core.impl.provider.ext.StreamingDataSourceEntityProvider
 
readFrom(Class<File>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.everrest.core.impl.provider.FileEntityProvider
 
readFrom(Class<InputStream>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.everrest.core.impl.provider.InputStreamEntityProvider
 
readFrom(Class<JAXBElement<?>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.everrest.core.impl.provider.JAXBElementEntityProvider
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.everrest.core.impl.provider.JAXBObjectEntityProvider
 
readFrom(Class<T>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.everrest.core.impl.provider.JsonEntityProvider
 
readFrom(Class<List<InputItem>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.everrest.core.impl.provider.multipart.ListMultipartFormDataMessageBodyReader
 
readFrom(Class<Map<String, InputItem>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.everrest.core.impl.provider.multipart.MapMultipartFormDataMessageBodyReader
 
readFrom(Class<Iterator<FileItem>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.everrest.core.impl.provider.MultipartFormDataEntityProvider
 
readFrom(Class<MultivaluedMap<String, String>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.everrest.core.impl.provider.MultivaluedMapEntityProvider
 
readFrom(Class<Reader>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.everrest.core.impl.provider.ReaderEntityProvider
 
readFrom(Class<SAXSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.everrest.core.impl.provider.SAXSourceEntityProvider
 
readFrom(Class<StreamingOutput>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.everrest.core.impl.provider.StreamOutputEntityProvider
 
readFrom(Class<StreamSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.everrest.core.impl.provider.StreamSourceEntityProvider
 
readFrom(Class<String>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.everrest.core.impl.provider.StringEntityProvider
 
readProviders - Variable in class org.everrest.core.impl.ProviderBinder
Read message body providers.
readString(InputStream, String) - Static method in class org.everrest.core.impl.provider.IOHelper
Read String from given InputStream.
recognizeEncode(String, int, boolean) - Static method in class org.everrest.core.impl.uri.UriComponent
Check string and if it does not contains any '%' characters validate it for contains only valid characters.
registerListener(AsynchronousJobListener) - Method in class org.everrest.core.impl.async.AsynchronousJobPool
Register new listener if it is not registered yet.
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class org.everrest.core.impl.async.AsynchronousJobPool.ManyJobsPolicy
 
rel(String) - Method in class org.everrest.core.impl.uri.LinkBuilderImpl
 
rel - Variable in class org.everrest.core.wadl.research.Link
 
relativize(URI) - Method in class org.everrest.core.impl.ApplicationContextImpl
 
remove(Long, SecurityContext) - Method in class org.everrest.core.impl.async.AsynchronousJobService
 
remove() - Method in class org.everrest.core.impl.header.MediaTypeHelper.MediaTypeRange
 
remove(Object) - Method in class org.everrest.core.util.CaselessMultivaluedMap
 
remove(Object) - Method in class org.everrest.core.util.CaselessUnmodifiableMultivaluedMap
Removing of mapping is not supported.
removeJob(Long) - Method in class org.everrest.core.impl.async.AsynchronousJobPool
 
removeResource(Class<?>) - Method in class org.everrest.core.impl.ResourceBinderImpl
 
removeResource(String) - Method in class org.everrest.core.impl.ResourceBinderImpl
 
removeResource(Class<?>) - Method in interface org.everrest.core.ResourceBinder
Remove root resource of supplied class from root resource collection.
removeResource(String) - Method in interface org.everrest.core.ResourceBinder
Remove root resource with specified UriTemplate from root resource collection.
repeating - Variable in class org.everrest.core.wadl.research.Param
 
replaceAll(MultivaluedMap<String, Object>) - Method in class org.everrest.core.impl.ResponseImpl.ResponseBuilderImpl
 
replaceMatrix(String) - Method in class org.everrest.core.impl.uri.UriBuilderImpl
 
replaceMatrixParam(String, Object...) - Method in class org.everrest.core.impl.uri.UriBuilderImpl
 
replacePath(String) - Method in class org.everrest.core.impl.uri.UriBuilderImpl
 
replaceQuery(String) - Method in class org.everrest.core.impl.uri.UriBuilderImpl
 
replaceQueryParam(String, Object...) - Method in class org.everrest.core.impl.uri.UriBuilderImpl
 
representation - Variable in class org.everrest.core.wadl.research.Request
 
representationOrFault - Variable in class org.everrest.core.wadl.research.Response
 
RepresentationType - Class in org.everrest.core.wadl.research
Java class for representation_type complex type.
RepresentationType() - Constructor for class org.everrest.core.wadl.research.RepresentationType
 
request - Variable in class org.everrest.core.impl.ApplicationContextImpl
request - Variable in class org.everrest.core.wadl.research.Method
 
Request - Class in org.everrest.core.wadl.research
Java class for anonymous complex type.
Request() - Constructor for class org.everrest.core.wadl.research.Request
 
RequestDispatcher - Class in org.everrest.core.impl
Lookup resource which can serve request.
RequestDispatcher(ResourceBinder) - Constructor for class org.everrest.core.impl.RequestDispatcher
Constructs new instance of RequestDispatcher.
RequestFilter - Interface in org.everrest.core
Process the original GenericContainerRequest before it dispatch by RequestDispatcher.
requestFilters - Variable in class org.everrest.core.impl.ProviderBinder
Request filters, see RequestFilter.
RequestHandler - Interface in org.everrest.core
Contract of this component is process all requests, initialization and control main components of JAX-RS implementation.
RequestHandlerImpl - Class in org.everrest.core.impl
 
RequestHandlerImpl(RequestDispatcher) - Constructor for class org.everrest.core.impl.RequestHandlerImpl
 
required - Variable in class org.everrest.core.wadl.research.Param
 
reset() - Method in class org.everrest.core.impl.provider.json.JsonHandler
Reset JSON events handler and prepare it for next usage.
reset() - Method in class org.everrest.core.tools.ByteArrayContainerResponseWriter
Clear message body and HTTP headers map.
reset() - Method in class org.everrest.core.util.NoSyncByteArrayOutputStream
 
resolve(URI) - Method in class org.everrest.core.impl.ApplicationContextImpl
 
resolve(Parameter, ApplicationContext) - Method in class org.everrest.core.impl.method.ContextParameterResolver
 
resolve(Parameter, ApplicationContext) - Method in class org.everrest.core.impl.method.CookieParameterResolver
 
resolve(Parameter, ApplicationContext) - Method in class org.everrest.core.impl.method.FormParameterResolver
 
resolve(Parameter, ApplicationContext) - Method in class org.everrest.core.impl.method.HeaderParameterResolver
 
resolve(Parameter, ApplicationContext) - Method in class org.everrest.core.impl.method.MatrixParameterResolver
 
resolve(Parameter, ApplicationContext) - Method in class org.everrest.core.impl.method.ParameterResolver
Create object which will be passed in resource method or locator.
resolve(Parameter, ApplicationContext) - Method in class org.everrest.core.impl.method.PathParameterResolver
 
resolve(Parameter, ApplicationContext) - Method in class org.everrest.core.impl.method.PropertyResolver
 
resolve(Parameter, ApplicationContext) - Method in class org.everrest.core.impl.method.QueryParameterResolver
 
resolveHeadRequest() - Method in class org.everrest.core.impl.resource.AbstractResourceDescriptorImpl
According to JSR-311: On receipt of a HEAD request an implementation MUST either: 1.
resolveOptionsRequest() - Method in class org.everrest.core.impl.resource.AbstractResourceDescriptorImpl
According to JSR-311: On receipt of a OPTIONS request an implementation MUST either: 1.
resolveTemplate(String, Object) - Method in class org.everrest.core.impl.uri.UriBuilderImpl
 
resolveTemplate(String, Object, boolean) - Method in class org.everrest.core.impl.uri.UriBuilderImpl
 
resolveTemplateFromEncoded(String, Object) - Method in class org.everrest.core.impl.uri.UriBuilderImpl
 
resolveTemplates(Map<String, Object>) - Method in class org.everrest.core.impl.uri.UriBuilderImpl
 
resolveTemplates(Map<String, Object>, boolean) - Method in class org.everrest.core.impl.uri.UriBuilderImpl
 
resolveTemplatesFromEncoded(Map<String, Object>) - Method in class org.everrest.core.impl.uri.UriBuilderImpl
 
Resource - Class in org.everrest.core.wadl.research
Java class for anonymous complex type.
Resource() - Constructor for class org.everrest.core.wadl.research.Resource
 
resource - Variable in class org.everrest.core.wadl.research.Resources
 
RESOURCE_COMPARATOR - Static variable in class org.everrest.core.impl.ResourceBinderImpl
Resource's comparator.
RESOURCE_CONSTRUCTOR_PARAMETER_ANNOTATIONS - Static variable in class org.everrest.core.impl.method.ParameterHelper
Collections of annotation than allowed to be used on constructor's parameters of resource class.
RESOURCE_FIELDS_ANNOTATIONS - Static variable in class org.everrest.core.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.everrest.core.impl.method.ParameterHelper
Collections of annotation than allowed to be used on method's parameters of resource class.
resourceBinder - Variable in class org.everrest.core.impl.RequestDispatcher
ResourceBinder - Interface in org.everrest.core
Manages root resources.
ResourceBinderImpl - Class in org.everrest.core.impl
 
ResourceBinderImpl() - Constructor for class org.everrest.core.impl.ResourceBinderImpl
 
ResourceDescriptor - Interface in org.everrest.core.resource
Common essence for all resource descriptors.
ResourceDescriptorValidator - Class in org.everrest.core.impl.resource
Validate ResourceDescriptors.
ResourceDescriptorVisitor - Interface in org.everrest.core.resource
ResourceLauncher - Class in org.everrest.core.tools
This class may be useful for running test and should not be used for launching services in real environment, Servlet Container for example.
ResourceLauncher(EverrestProcessor) - Constructor for class org.everrest.core.tools.ResourceLauncher
 
ResourceMethodDescriptor - Interface in org.everrest.core.resource
Describe resource method.
ResourceMethodDescriptorImpl - Class in org.everrest.core.impl.resource
 
ResourceMethodMap<T extends ResourceMethodDescriptor> - Class in org.everrest.core.resource
 
ResourceMethodMap() - Constructor for class org.everrest.core.resource.ResourceMethodMap
 
ResourcePublicationException - Exception in org.everrest.core
Throws if root resource can't be published, e.g. resource can't be registered because to conflict of root path
ResourcePublicationException(String) - Constructor for exception org.everrest.core.ResourcePublicationException
 
ResourcePublicationException(String, Throwable) - Constructor for exception org.everrest.core.ResourcePublicationException
 
resources - Variable in class org.everrest.core.impl.ApplicationPublisher
 
resources - Variable in class org.everrest.core.wadl.research.Application
 
Resources - Class in org.everrest.core.wadl.research
Java class for anonymous complex type.
Resources() - Constructor for class org.everrest.core.wadl.research.Resources
 
resourceType - Variable in class org.everrest.core.wadl.research.Link
 
ResourceType - Class in org.everrest.core.wadl.research
Java class for anonymous complex type.
ResourceType() - Constructor for class org.everrest.core.wadl.research.ResourceType
 
resourceTypeOrMethodOrRepresentation - Variable in class org.everrest.core.wadl.research.Application
 
response - Variable in class org.everrest.core.impl.ApplicationContextImpl
response - Variable in class org.everrest.core.wadl.research.Method
 
Response - Class in org.everrest.core.wadl.research
Java class for anonymous complex type.
Response() - Constructor for class org.everrest.core.wadl.research.Response
 
ResponseFilter - Interface in org.everrest.core
Process the original GenericContainerResponse before pass it for serialization to environment, e. g. servlet container.
responseFilters - Variable in class org.everrest.core.impl.ProviderBinder
Response filters, see ResponseFilter.
ResponseImpl - Class in org.everrest.core.impl
 
ResponseImpl.ResponseBuilderImpl - Class in org.everrest.core.impl
 
RestComponentResolver - Class in org.everrest.core.impl
 
RestComponentResolver(ResourceBinder, ProviderBinder) - Constructor for class org.everrest.core.impl.RestComponentResolver
 
RestServicesList - Class in org.everrest.services
 
RestServicesList(ResourceBinder) - Constructor for class org.everrest.services.RestServicesList
 
RestServicesList.RootResource - Class in org.everrest.services
 
RestServicesList.RootResourcesList - Class in org.everrest.services
 
rev - Variable in class org.everrest.core.wadl.research.Link
 
RootResource(String, String, String) - Constructor for class org.everrest.services.RestServicesList.RootResource
 
rootResources() - Method in class org.everrest.services.RestServicesList
 
RootResourcesList(List<RestServicesList.RootResource>) - Constructor for class org.everrest.services.RestServicesList.RootResourcesList
 
RuntimeDelegateImpl - Class in org.everrest.core.impl
 
RuntimeDelegateImpl() - Constructor for class org.everrest.core.impl.RuntimeDelegateImpl
Should be used only once for initialize.

S

SAXSourceEntityProvider - Class in org.everrest.core.impl.provider
 
SAXSourceEntityProvider() - Constructor for class org.everrest.core.impl.provider.SAXSourceEntityProvider
 
scheme(String) - Method in class org.everrest.core.impl.uri.UriBuilderImpl
 
SCHEME - Static variable in class org.everrest.core.impl.uri.UriComponent
Scheme URI component.
schemeSpecificPart(String) - Method in class org.everrest.core.impl.uri.UriBuilderImpl
 
SecurityConstraint - Class in org.everrest.core.impl.method.filter
Contract of this class is constraint access to the resource method that use JSR-250 security common annotations.
SecurityConstraint() - Constructor for class org.everrest.core.impl.method.filter.SecurityConstraint
 
segment(String...) - Method in class org.everrest.core.impl.uri.UriBuilderImpl
 
selectVariant(List<Variant>) - Method in class org.everrest.core.impl.ContainerRequest
 
sendByPost - Variable in class org.everrest.core.generated.Book
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.everrest.core.servlet.EverrestServlet
 
service(String, String, String, Map<String, List<String>>, byte[], ContainerResponseWriter, EnvironmentContext) - Method in class org.everrest.core.tools.ResourceLauncher
 
service(String, String, String, Map<String, List<String>>, byte[], EnvironmentContext) - Method in class org.everrest.core.tools.ResourceLauncher
 
ServletContainerRequest - Class in org.everrest.core.servlet
 
ServletContainerResponseWriter - Class in org.everrest.core.servlet
ServletContainerResponseWriter(HttpServletResponse) - Constructor for class org.everrest.core.servlet.ServletContainerResponseWriter
 
ServletContextDependencySupplier - Class in org.everrest.core.servlet
Resolve dependency by look up instance of object in ServletContext.
ServletContextDependencySupplier(ServletContext, Class<? extends Annotation>) - Constructor for class org.everrest.core.servlet.ServletContextDependencySupplier
 
ServletContextDependencySupplier(ServletContext) - Constructor for class org.everrest.core.servlet.ServletContextDependencySupplier
 
setApplication(Application) - Method in class org.everrest.core.impl.ApplicationContextImpl
 
setAsynchronousCacheSize(int) - Method in class org.everrest.core.impl.EverrestConfiguration
 
setAsynchronousJobTimeout(int) - Method in class org.everrest.core.impl.EverrestConfiguration
 
setAsynchronousPoolSize(int) - Method in class org.everrest.core.impl.EverrestConfiguration
 
setAsynchronousQueueSize(int) - Method in class org.everrest.core.impl.EverrestConfiguration
 
setAsynchronousServicePath(String) - Method in class org.everrest.core.impl.EverrestConfiguration
 
setAsynchronousSupported(boolean) - Method in class org.everrest.core.impl.EverrestConfiguration
 
setAuthor(String) - Method in class org.everrest.core.generated.Book
Sets the value of the author property.
setBase(String) - Method in class org.everrest.core.wadl.research.Resources
Sets the value of the base property.
setCheckSecurity(boolean) - Method in class org.everrest.core.impl.EverrestConfiguration
 
setCookieHeaders(List<String>) - Method in interface org.everrest.core.GenericContainerRequest
Set list of cookie headers.
setCookieHeaders(List<String>) - Method in class org.everrest.core.impl.ContainerRequest
 
setCurrency(String) - Method in class org.everrest.core.generated.MemberPrice
Sets the value of the currency property.
setCurrency(String) - Method in class org.everrest.core.generated.Price
Sets the value of the currency property.
setCurrent(ApplicationContext) - Static method in class org.everrest.core.impl.ApplicationContextImpl
Set ApplicationContext for current thread.
setCurrent(EnvironmentContext) - Static method in class org.everrest.core.impl.EnvironmentContext
 
setDefault(String) - Method in class org.everrest.core.wadl.research.Param
Sets the value of the default property.
setDependencySupplier(DependencySupplier) - Method in interface org.everrest.core.ApplicationContext
 
setDependencySupplier(DependencySupplier) - Method in class org.everrest.core.impl.ApplicationContextImpl
 
setElement(QName) - Method in class org.everrest.core.wadl.research.RepresentationType
Sets the value of the element property.
setEntityStream(InputStream) - Method in interface org.everrest.core.GenericContainerRequest
Set entity body InputStream.
setEntityStream(InputStream) - Method in class org.everrest.core.impl.ContainerRequest
 
setEverrestConfiguration(EverrestConfiguration) - Method in class org.everrest.core.impl.ApplicationContextImpl
 
setFixed(String) - Method in class org.everrest.core.wadl.research.Param
Sets the value of the fixed property.
setGrammars(Grammars) - Method in class org.everrest.core.wadl.research.Application
Sets the value of the grammars property.
setHref(String) - Method in class org.everrest.core.wadl.research.Include
Sets the value of the href property.
setHref(String) - Method in class org.everrest.core.wadl.research.Method
Sets the value of the href property.
setHref(String) - Method in class org.everrest.core.wadl.research.RepresentationType
Sets the value of the href property.
setHttpMethodOverride(boolean) - Method in class org.everrest.core.impl.EverrestConfiguration
 
setId(String) - Method in class org.everrest.core.wadl.research.Method
Sets the value of the id property.
setId(String) - Method in class org.everrest.core.wadl.research.Param
Sets the value of the id property.
setId(String) - Method in class org.everrest.core.wadl.research.RepresentationType
Sets the value of the id property.
setId(String) - Method in class org.everrest.core.wadl.research.Resource
Sets the value of the id property.
setId(String) - Method in class org.everrest.core.wadl.research.ResourceType
Sets the value of the id property.
setInstance(ProviderBinder) - Static method in class org.everrest.core.impl.ProviderBinder
Replace default set of providers by new one.
setLang(String) - Method in class org.everrest.core.wadl.research.Doc
Sets the value of the lang property.
setLink(Link) - Method in class org.everrest.core.wadl.research.Param
Sets the value of the link property.
setMaxBufferSize(int) - Method in class org.everrest.core.impl.EverrestConfiguration
 
setMediaType(String) - Method in class org.everrest.core.wadl.research.RepresentationType
Sets the value of the mediaType property.
setMemberPrice(MemberPrice) - Method in class org.everrest.core.generated.Book
Sets the value of the memberPrice property.
setMethod(String) - Method in interface org.everrest.core.GenericContainerRequest
Set HTTP method.
setMethod(String) - Method in class org.everrest.core.impl.ContainerRequest
 
setName(String) - Method in class org.everrest.core.wadl.research.Method
Sets the value of the name property.
setName(String) - Method in class org.everrest.core.wadl.research.Param
Sets the value of the name property.
setNormalizeUri(boolean) - Method in class org.everrest.core.impl.EverrestConfiguration
 
setParameterNames(List<String>) - Method in interface org.everrest.core.ApplicationContext
Pass in context list of path template parameters @see UriPattern.
setParameterNames(List<String>) - Method in class org.everrest.core.impl.ApplicationContextImpl
 
setPath(String) - Method in class org.everrest.core.wadl.research.Param
Sets the value of the path property.
setPath(String) - Method in class org.everrest.core.wadl.research.Resource
Sets the value of the path property.
setPrice(Price) - Method in class org.everrest.core.generated.Book
Sets the value of the price property.
setProperty(String, String) - Method in class org.everrest.core.impl.ApplicationContextImpl
 
setProperty(String, String) - Method in class org.everrest.core.impl.EverrestConfiguration
 
setProperty(String, String) - Method in class org.everrest.core.impl.EverrestProcessor
 
setProperty(String, String) - Method in interface org.everrest.core.InitialProperties
Set property.
setProviders(ProviderBinder) - Method in interface org.everrest.core.ApplicationContext
 
setProviders(ProviderBinder) - Method in class org.everrest.core.impl.ApplicationContextImpl
 
setQueryType(String) - Method in class org.everrest.core.wadl.research.Resource
Sets the value of the queryType property.
setRel(String) - Method in class org.everrest.core.wadl.research.Link
Sets the value of the rel property.
setRepeating(Boolean) - Method in class org.everrest.core.wadl.research.Param
Sets the value of the repeating property.
setRequest(Request) - Method in class org.everrest.core.wadl.research.Method
Sets the value of the request property.
setRequestHeaders(MultivaluedMap<String, String>) - Method in interface org.everrest.core.GenericContainerRequest
Set HTTP request headers.
setRequestHeaders(MultivaluedMap<String, String>) - Method in class org.everrest.core.impl.ContainerRequest
 
setRequired(Boolean) - Method in class org.everrest.core.wadl.research.Param
Sets the value of the required property.
setResources(Resources) - Method in class org.everrest.core.wadl.research.Application
Sets the value of the resources property.
setResourceType(String) - Method in class org.everrest.core.wadl.research.Link
Sets the value of the resourceType property.
setResponse(Response) - Method in interface org.everrest.core.GenericContainerResponse
Set response.
setResponse(Response) - Method in class org.everrest.core.impl.ContainerResponse
 
setResponse(Response) - Method in class org.everrest.core.wadl.research.Method
Sets the value of the response property.
setRev(String) - Method in class org.everrest.core.wadl.research.Link
Sets the value of the rev property.
setSendByPost(Boolean) - Method in class org.everrest.core.generated.Book
Sets the value of the sendByPost property.
setStyle(ParamStyle) - Method in class org.everrest.core.wadl.research.Param
Sets the value of the style property.
setTitle(String) - Method in class org.everrest.core.generated.Book
Sets the value of the title property.
setTitle(String) - Method in class org.everrest.core.wadl.research.Doc
Sets the value of the title property.
setType(QName) - Method in class org.everrest.core.wadl.research.Param
Sets the value of the type property.
setUris(URI, URI) - Method in interface org.everrest.core.GenericContainerRequest
Set new request URI and base URI.
setUris(URI, URI) - Method in class org.everrest.core.impl.ContainerRequest
 
setValue(BigDecimal) - Method in class org.everrest.core.generated.MemberPrice
Sets the value of the value property.
setValue(BigDecimal) - Method in class org.everrest.core.generated.Price
Sets the value of the value property.
setValue(String) - Method in class org.everrest.core.wadl.research.Option
Sets the value of the value property.
setWriteNulls(boolean) - Method in class org.everrest.core.impl.provider.json.JsonWriter
 
setXmlResolver(EntityResolver) - Method in class org.everrest.core.impl.provider.XSLTTemplatesContextResolver
Add entity resolver.
SimplePrincipal - Class in org.everrest.core.tools
 
SimplePrincipal(String) - Constructor for class org.everrest.core.tools.SimplePrincipal
 
SimpleSecurityContext - Class in org.everrest.core.tools
 
SimpleSecurityContext(Principal, Set<String>, String, boolean) - Constructor for class org.everrest.core.tools.SimpleSecurityContext
 
SimpleSecurityContext(boolean) - Constructor for class org.everrest.core.tools.SimpleSecurityContext
 
SingletonObjectFactory<T extends ObjectModel> - Class in org.everrest.core
Provide object instance of components that support singleton lifecycle.
SingletonObjectFactory(T, Object) - Constructor for class org.everrest.core.SingletonObjectFactory
 
size() - Method in class org.everrest.core.impl.provider.json.ArrayValue
 
size() - Method in class org.everrest.core.impl.provider.json.JsonValue
 
size() - Method in class org.everrest.core.util.CaselessMultivaluedMap
 
size() - Method in class org.everrest.core.util.NoSyncByteArrayOutputStream
 
sort() - Method in class org.everrest.core.resource.ResourceMethodMap
Sort each collections in map.
sort() - Method in class org.everrest.core.resource.SubResourceMethodMap
 
SSP - Static variable in class org.everrest.core.impl.uri.UriComponent
Scheme-specific part.
start() - Method in class org.everrest.core.impl.ApplicationContextImpl
 
start() - Method in class org.everrest.core.impl.EverrestProcessor
 
start() - Method in interface org.everrest.core.Lifecycle
Star Lifecycle.
startArray() - Method in class org.everrest.core.impl.provider.json.JsonHandler
 
startObject() - Method in class org.everrest.core.impl.provider.json.JsonHandler
 
status(int) - Method in class org.everrest.core.impl.ResponseImpl.ResponseBuilderImpl
 
status - Variable in class org.everrest.core.wadl.research.RepresentationType
 
stop() - Method in class org.everrest.core.impl.ApplicationContextImpl
 
stop() - Method in class org.everrest.core.impl.async.AsynchronousJobPool
 
stop() - Method in class org.everrest.core.impl.EverrestProcessor
 
stop() - Method in class org.everrest.core.impl.FileCollector
 
stop() - Method in interface org.everrest.core.Lifecycle
Stop Lifecycle.
stopFileCollector() - Method in class org.everrest.core.impl.FileCollectorDestroyer
 
StreamingDataSource - Class in org.everrest.core.impl.provider.ext
Implementation of DataSource which simply wrap stream.
StreamingDataSource(InputStream, String) - Constructor for class org.everrest.core.impl.provider.ext.StreamingDataSource
 
StreamingDataSourceEntityProvider - Class in org.everrest.core.impl.provider.ext
 
StreamingDataSourceEntityProvider() - Constructor for class org.everrest.core.impl.provider.ext.StreamingDataSourceEntityProvider
 
StreamOutputEntityProvider - Class in org.everrest.core.impl.provider
 
StreamOutputEntityProvider() - Constructor for class org.everrest.core.impl.provider.StreamOutputEntityProvider
 
StreamSourceEntityProvider - Class in org.everrest.core.impl.provider
 
StreamSourceEntityProvider() - Constructor for class org.everrest.core.impl.provider.StreamSourceEntityProvider
 
StringConstructorProducer - Class in org.everrest.core.impl.method
Create object which has constructor with single String parameter.
StringEntityProvider - Class in org.everrest.core.impl.provider
 
StringEntityProvider() - Constructor for class org.everrest.core.impl.provider.StringEntityProvider
 
StringHeaderDelegate - Class in org.everrest.core.impl.header
 
StringHeaderDelegate() - Constructor for class org.everrest.core.impl.header.StringHeaderDelegate
 
StringProducer - Class in org.everrest.core.impl.method
 
StringProducer() - Constructor for class org.everrest.core.impl.method.StringProducer
 
StringValue - Class in org.everrest.core.impl.provider.json
 
StringValue(String) - Constructor for class org.everrest.core.impl.provider.json.StringValue
Constructs new StringValue.
StringValueOfProducer - Class in org.everrest.core.impl.method
 
style - Variable in class org.everrest.core.wadl.research.Param
 
SubResourceLocatorDescriptor - Interface in org.everrest.core.resource
Describe sub-resource locator.
SubResourceLocatorDescriptorImpl - Class in org.everrest.core.impl.resource
 
SubResourceLocatorMap - Class in org.everrest.core.resource
 
SubResourceLocatorMap() - Constructor for class org.everrest.core.resource.SubResourceLocatorMap
 
SubResourceMethodDescriptor - Interface in org.everrest.core.resource
Describe sub-resource method.
SubResourceMethodDescriptorImpl - Class in org.everrest.core.impl.resource
 
SubResourceMethodMap - Class in org.everrest.core.resource
 
SubResourceMethodMap() - Constructor for class org.everrest.core.resource.SubResourceMethodMap
 

T

tag(EntityTag) - Method in class org.everrest.core.impl.ResponseImpl.ResponseBuilderImpl
 
tag(String) - Method in class org.everrest.core.impl.ResponseImpl.ResponseBuilderImpl
 
TIMEOUT - Static variable in interface org.everrest.core.ExtHttpHeaders
WebDav "Timeout" header.
title - Variable in class org.everrest.core.generated.Book
 
title(String) - Method in class org.everrest.core.impl.uri.LinkBuilderImpl
 
title - Variable in class org.everrest.core.wadl.research.Doc
 
toByteArray() - Method in class org.everrest.core.util.NoSyncByteArrayOutputStream
 
Token - Class in org.everrest.core.impl.header
Token is any header part which contains only valid characters see HeaderHelper.isToken(String) .
Token(String) - Constructor for class org.everrest.core.impl.header.Token
 
toResponse(Exception) - Method in class org.everrest.core.impl.provider.DefaultExceptionMapper
 
toString() - Method in class org.everrest.core.impl.ConstructorDescriptorImpl
 
toString() - Method in class org.everrest.core.impl.ConstructorParameterImpl
 
toString() - Method in class org.everrest.core.impl.FieldInjectorImpl
 
toString() - Method in class org.everrest.core.impl.FilterDescriptorImpl
 
toString(AcceptLanguage) - Method in class org.everrest.core.impl.header.AcceptLanguageHeaderDelegate
 
toString(AcceptMediaType) - Method in class org.everrest.core.impl.header.AcceptMediaTypeHeaderDelegate
 
toString(CacheControl) - Method in class org.everrest.core.impl.header.CacheControlHeaderDelegate
 
toString(Cookie) - Method in class org.everrest.core.impl.header.CookieHeaderDelegate
 
toString(Date) - Method in class org.everrest.core.impl.header.DateHeaderDelegate
Represents Date as String in format of RFC 1123.
toString(EntityTag) - Method in class org.everrest.core.impl.header.EntityTagHeaderDelegate
 
toString() - Method in class org.everrest.core.impl.header.Language
 
toString(Locale) - Method in class org.everrest.core.impl.header.LocaleHeaderDelegate
 
toString(MediaType) - Method in class org.everrest.core.impl.header.MediaTypeHeaderDelegate
 
toString(NewCookie) - Method in class org.everrest.core.impl.header.NewCookieHeaderDelegate
 
toString(Ranges) - Method in class org.everrest.core.impl.header.RangeHeaderDelegate
 
toString(String) - Method in class org.everrest.core.impl.header.StringHeaderDelegate
 
toString(URI) - Method in class org.everrest.core.impl.header.URIHeaderDelegate
 
toString() - Method in class org.everrest.core.impl.method.MethodParameterImpl
 
toString() - Method in class org.everrest.core.impl.provider.json.ArrayValue
 
toString() - Method in class org.everrest.core.impl.provider.json.BooleanValue
 
toString() - Method in class org.everrest.core.impl.provider.json.DoubleValue
 
toString() - Method in class org.everrest.core.impl.provider.json.JsonValue
 
toString() - Method in class org.everrest.core.impl.provider.json.LongValue
 
toString() - Method in class org.everrest.core.impl.provider.json.NullValue
 
toString() - Method in class org.everrest.core.impl.provider.json.ObjectValue
 
toString() - Method in class org.everrest.core.impl.provider.json.StringValue
 
toString() - Method in class org.everrest.core.impl.provider.ProviderDescriptorImpl
 
toString() - Method in class org.everrest.core.impl.resource.AbstractResourceDescriptorImpl
 
toString() - Method in class org.everrest.core.impl.resource.PathValue
 
toString() - Method in class org.everrest.core.impl.resource.ResourceMethodDescriptorImpl
 
toString() - Method in class org.everrest.core.impl.resource.SubResourceLocatorDescriptorImpl
 
toString() - Method in class org.everrest.core.impl.resource.SubResourceMethodDescriptorImpl
 
toString() - Method in class org.everrest.core.impl.uri.LinkBuilderImpl.LinkImpl
 
toString() - Method in class org.everrest.core.tools.SimplePrincipal
 
toString() - Method in class org.everrest.core.uri.UriPattern
 
toString() - Method in class org.everrest.core.util.CaselessStringWrapper
 
toString() - Method in class org.everrest.core.util.NoSyncByteArrayOutputStream
 
toString(String) - Method in class org.everrest.core.util.NoSyncByteArrayOutputStream
 
toString() - Method in class org.everrest.core.util.ParameterizedTypeImpl
 
toTemplate() - Method in class org.everrest.core.impl.uri.UriBuilderImpl
 
trace(String) - Method in class org.everrest.core.util.Logger
 
trace(String, Object) - Method in class org.everrest.core.util.Logger
 
trace(String, Object, Object) - Method in class org.everrest.core.util.Logger
 
trace(String, Object...) - Method in class org.everrest.core.util.Logger
 
trace(String, Throwable) - Method in class org.everrest.core.util.Logger
 
trace(String) - Static method in class org.everrest.core.util.Tracer
Add trace message.
Tracer - Class in org.everrest.core.util
Collector for trace messages.
Tracer() - Constructor for class org.everrest.core.util.Tracer
 
TRANSFER_ENCODING - Static variable in interface org.everrest.core.ExtHttpHeaders
Transfer-Encoding header.
type(MediaType) - Method in class org.everrest.core.impl.ResponseImpl.ResponseBuilderImpl
 
type(String) - Method in class org.everrest.core.impl.ResponseImpl.ResponseBuilderImpl
 
type(String) - Method in class org.everrest.core.impl.uri.LinkBuilderImpl
 
type - Variable in class org.everrest.core.wadl.research.Param
 
type - Variable in class org.everrest.core.wadl.research.Resource
 
TypeProducer - Interface in org.everrest.core.method
Can create object by using String value.

U

UnhandledException - Exception in org.everrest.core
Should not be used by custom services.
UnhandledException(String, Throwable) - Constructor for exception org.everrest.core.UnhandledException
 
UnhandledException(Throwable) - Constructor for exception org.everrest.core.UnhandledException
 
unregisterListener(AsynchronousJobListener) - Method in class org.everrest.core.impl.async.AsynchronousJobPool
Unregister listener.
uri(URI) - Method in class org.everrest.core.impl.uri.LinkBuilderImpl
 
uri(String) - Method in class org.everrest.core.impl.uri.LinkBuilderImpl
 
uri(URI) - Method in class org.everrest.core.impl.uri.UriBuilderImpl
 
uri(String) - Method in class org.everrest.core.impl.uri.UriBuilderImpl
 
URI_PARAMETERS_PATTERN - Static variable in class org.everrest.core.uri.UriTemplateParser
Pattern for process URI parameters, for example /a/b/{x}/c .
uriBuilder(UriBuilder) - Method in class org.everrest.core.impl.uri.LinkBuilderImpl
 
UriBuilderImpl - Class in org.everrest.core.impl.uri
 
UriBuilderImpl() - Constructor for class org.everrest.core.impl.uri.UriBuilderImpl
 
UriBuilderImpl(UriBuilderImpl) - Constructor for class org.everrest.core.impl.uri.UriBuilderImpl
For #clone() method.
UriComponent - Class in org.everrest.core.impl.uri
 
URIHeaderDelegate - Class in org.everrest.core.impl.header
 
URIHeaderDelegate() - Constructor for class org.everrest.core.impl.header.URIHeaderDelegate
 
UriPattern - Class in org.everrest.core.uri
 
UriPattern(String) - Constructor for class org.everrest.core.uri.UriPattern
Constructs UriPattern.
URIPATTERN_COMPARATOR - Static variable in class org.everrest.core.uri.UriPattern
Sort the templates according to the string comparison of the template regular expressions.
UriPatternMap<V> - Class in org.everrest.core.util
 
UriPatternMap() - Constructor for class org.everrest.core.util.UriPatternMap
 
UriTemplateParser - Class in org.everrest.core.uri
 
UriTemplateParser(String) - Constructor for class org.everrest.core.uri.UriTemplateParser
 
USER_INFO - Static variable in class org.everrest.core.impl.uri.UriComponent
UserInfo URI component.
USERAGENT - Static variable in interface org.everrest.core.ExtHttpHeaders
User-Agent header.
userInfo(String) - Method in class org.everrest.core.impl.uri.UriBuilderImpl
 

V

validate(long) - Method in class org.everrest.core.impl.header.Ranges.Range
Normalize and validate range.
validate(String, int, boolean) - Static method in class org.everrest.core.impl.uri.UriComponent
Validate content of percent-encoding string.
value - Variable in class org.everrest.core.generated.MemberPrice
 
value - Variable in class org.everrest.core.generated.Price
 
value() - Method in enum org.everrest.core.wadl.research.HTTPMethods
 
value - Variable in class org.everrest.core.wadl.research.Option
 
value() - Method in enum org.everrest.core.wadl.research.ParamStyle
 
valueOf(String) - Static method in class org.everrest.core.impl.header.AcceptLanguage
Creates a new instance of AcceptedLanguage by parsing the supplied string.
valueOf(String) - Static method in class org.everrest.core.impl.header.AcceptMediaType
Creates a new instance of AcceptedMediaType by parsing the supplied string.
valueOf(String) - Static method in class org.everrest.core.impl.header.Ranges
 
valueOf(String) - Static method in enum org.everrest.core.impl.provider.json.JsonUtils.JsonToken
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.everrest.core.impl.provider.json.JsonUtils.Types
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.everrest.core.wadl.research.HTTPMethods
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.everrest.core.wadl.research.ParamStyle
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.everrest.core.impl.provider.json.JsonUtils.JsonToken
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.everrest.core.impl.provider.json.JsonUtils.Types
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.everrest.core.util.CaselessMultivaluedMap
 
values() - Method in class org.everrest.core.util.CaselessUnmodifiableMultivaluedMap
Unmodifiable collection of map's values.
values() - Static method in enum org.everrest.core.wadl.research.HTTPMethods
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.everrest.core.wadl.research.ParamStyle
Returns an array containing the constants of this enum type, in the order they are declared.
variant(Variant) - Method in class org.everrest.core.impl.ResponseImpl.ResponseBuilderImpl
 
VariantListBuilderImpl - Class in org.everrest.core.impl
See Variant.VariantListBuilder.
VariantListBuilderImpl() - Constructor for class org.everrest.core.impl.VariantListBuilderImpl
 
variants(Variant...) - Method in class org.everrest.core.impl.ResponseImpl.ResponseBuilderImpl
 
variants(List<Variant>) - Method in class org.everrest.core.impl.ResponseImpl.ResponseBuilderImpl
 
VariantsHandler - Class in org.everrest.core.impl
 
visitAbstractResourceDescriptor(AbstractResourceDescriptor) - Method in class org.everrest.core.impl.resource.ResourceDescriptorValidator
Validate AbstractResourceDescriptor.
visitAbstractResourceDescriptor(AbstractResourceDescriptor) - Method in interface org.everrest.core.resource.ResourceDescriptorVisitor
 
visitConstructorInjector(ConstructorDescriptor) - Method in class org.everrest.core.impl.resource.ResourceDescriptorValidator
 
visitConstructorInjector(ConstructorDescriptor) - Method in interface org.everrest.core.resource.ResourceDescriptorVisitor
 
visitFieldInjector(FieldInjector) - Method in class org.everrest.core.impl.resource.ResourceDescriptorValidator
 
visitFieldInjector(FieldInjector) - Method in interface org.everrest.core.resource.ResourceDescriptorVisitor
 
visitFilterDescriptor(FilterDescriptor) - Method in class org.everrest.core.impl.resource.ResourceDescriptorValidator
 
visitFilterDescriptor(FilterDescriptor) - Method in interface org.everrest.core.resource.ResourceDescriptorVisitor
 
visitProviderDescriptor(ProviderDescriptor) - Method in class org.everrest.core.impl.resource.ResourceDescriptorValidator
 
visitProviderDescriptor(ProviderDescriptor) - Method in interface org.everrest.core.resource.ResourceDescriptorVisitor
 
visitResourceMethodDescriptor(ResourceMethodDescriptor) - Method in class org.everrest.core.impl.resource.ResourceDescriptorValidator
Validate ResourceMethodDescriptor.
visitResourceMethodDescriptor(ResourceMethodDescriptor) - Method in interface org.everrest.core.resource.ResourceDescriptorVisitor
 
visitSubResourceLocatorDescriptor(SubResourceLocatorDescriptor) - Method in class org.everrest.core.impl.resource.ResourceDescriptorValidator
Validate SubResourceLocatorDescriptor.
visitSubResourceLocatorDescriptor(SubResourceLocatorDescriptor) - Method in interface org.everrest.core.resource.ResourceDescriptorVisitor
 
visitSubResourceMethodDescriptor(SubResourceMethodDescriptor) - Method in class org.everrest.core.impl.resource.ResourceDescriptorValidator
Validate SubResourceMethodDescriptor.
visitSubResourceMethodDescriptor(SubResourceMethodDescriptor) - Method in interface org.everrest.core.resource.ResourceDescriptorVisitor
 

W

WADL - Static variable in class org.everrest.core.impl.header.MediaTypeHelper
WADL media type.
WADL_TYPE - Static variable in class org.everrest.core.impl.header.MediaTypeHelper
WADL media type.
WadlGenerator - Interface in org.everrest.core.wadl
A WadGenerator creates structure that can be reflected to WADL representation.
WadlProcessor - Class in org.everrest.core.wadl
This class manages process of creation WADL document which describe AbstractResourceDescriptor.
WadlProcessor() - Constructor for class org.everrest.core.wadl.WadlProcessor
Constructs new instance of WadlProcessor which use default WadlGenerator.
WadlProcessor(WadlGenerator) - Constructor for class org.everrest.core.wadl.WadlProcessor
Constructs new instance of WadlProcessor with specified WadlGenerator.
warn(String) - Method in class org.everrest.core.util.Logger
 
warn(String, Object) - Method in class org.everrest.core.util.Logger
 
warn(String, Object...) - Method in class org.everrest.core.util.Logger
 
warn(String, Object, Object) - Method in class org.everrest.core.util.Logger
 
warn(String, Throwable) - Method in class org.everrest.core.util.Logger
 
WebApplicationDeclaredRoles - Class in org.everrest.core.tools
Describes roles declared for web application in web.xml file.
WebApplicationDeclaredRoles(ServletContext) - Constructor for class org.everrest.core.tools.WebApplicationDeclaredRoles
 
write(InputStream, OutputStream) - Static method in class org.everrest.core.impl.provider.IOHelper
Write data from InputStream to OutputStream.
write(Reader, Writer) - Static method in class org.everrest.core.impl.provider.IOHelper
Write data from Reader to Writer.
write(OutputStream) - Method in class org.everrest.core.impl.provider.XSLTStreamingOutput
.
write(byte[]) - Method in class org.everrest.core.util.NoSyncByteArrayOutputStream
 
write(byte[], int, int) - Method in class org.everrest.core.util.NoSyncByteArrayOutputStream
 
write(int) - Method in class org.everrest.core.util.NoSyncByteArrayOutputStream
 
writeBody(GenericContainerResponse, MessageBodyWriter) - Method in interface org.everrest.core.ContainerResponseWriter
Write entity body in output stream.
writeBody(GenericContainerResponse, MessageBodyWriter) - Method in class org.everrest.core.servlet.ServletContainerResponseWriter
 
writeBody(GenericContainerResponse, MessageBodyWriter) - Method in class org.everrest.core.tools.ByteArrayContainerResponseWriter
 
writeBody(GenericContainerResponse, MessageBodyWriter) - Method in class org.everrest.core.tools.DummyContainerResponseWriter
 
writeEndArray() - Method in class org.everrest.core.impl.provider.json.JsonWriter
 
writeEndObject() - Method in class org.everrest.core.impl.provider.json.JsonWriter
 
writeHeaders(GenericContainerResponse) - Method in interface org.everrest.core.ContainerResponseWriter
Write HTTP status and headers in HTTP response.
writeHeaders(GenericContainerResponse) - Method in class org.everrest.core.servlet.ServletContainerResponseWriter
 
writeHeaders(GenericContainerResponse) - Method in class org.everrest.core.tools.ByteArrayContainerResponseWriter
 
writeHeaders(GenericContainerResponse) - Method in class org.everrest.core.tools.DummyContainerResponseWriter
 
writeItem(OutputItem, OutputStream, byte[]) - Method in class org.everrest.core.impl.provider.multipart.BaseMultipartFormDataWriter
 
writeItems(Collection<OutputItem>, OutputStream, byte[]) - Method in class org.everrest.core.impl.provider.multipart.BaseMultipartFormDataWriter
 
writeKey(String) - Method in class org.everrest.core.impl.provider.json.JsonWriter
 
writeNull() - Method in class org.everrest.core.impl.provider.json.JsonWriter
 
writeProviders - Variable in class org.everrest.core.impl.ProviderBinder
Read message body providers.
writeResponse() - Method in interface org.everrest.core.GenericContainerResponse
Write response to output stream.
writeResponse() - Method in class org.everrest.core.impl.ContainerResponse
 
writeStartArray() - Method in class org.everrest.core.impl.provider.json.JsonWriter
 
writeStartObject() - Method in class org.everrest.core.impl.provider.json.JsonWriter
 
writeString(String, OutputStream, String) - Static method in class org.everrest.core.impl.provider.IOHelper
Write String to OutputStream.
writeString(String) - Method in class org.everrest.core.impl.provider.json.JsonWriter
 
writeTo(Iterable<AsynchronousProcess>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.everrest.core.impl.async.AsynchronousProcessListWriter
 
writeTo(byte[], Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.everrest.core.impl.provider.ByteEntityProvider
 
writeTo(DataSource, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.everrest.core.impl.provider.DataSourceEntityProvider
 
writeTo(DOMSource, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.everrest.core.impl.provider.DOMSourceEntityProvider
 
writeTo(File, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.everrest.core.impl.provider.ext.NoFileEntityProvider
 
writeTo(File, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.everrest.core.impl.provider.FileEntityProvider
 
writeTo(InputStream, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.everrest.core.impl.provider.InputStreamEntityProvider
 
writeTo(JAXBElement<?>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.everrest.core.impl.provider.JAXBElementEntityProvider
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.everrest.core.impl.provider.JAXBObjectEntityProvider
 
writeTo(JsonWriter) - Method in class org.everrest.core.impl.provider.json.ArrayValue
 
writeTo(JsonWriter) - Method in class org.everrest.core.impl.provider.json.BooleanValue
 
writeTo(JsonWriter) - Method in class org.everrest.core.impl.provider.json.DoubleValue
 
writeTo(JsonWriter) - Method in class org.everrest.core.impl.provider.json.JsonValue
Write value in given writer.
writeTo(JsonWriter) - Method in class org.everrest.core.impl.provider.json.LongValue
 
writeTo(JsonWriter) - Method in class org.everrest.core.impl.provider.json.NullValue
 
writeTo(JsonWriter) - Method in class org.everrest.core.impl.provider.json.ObjectValue
 
writeTo(JsonWriter) - Method in class org.everrest.core.impl.provider.json.StringValue
 
writeTo(T, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.everrest.core.impl.provider.JsonEntityProvider
 
writeTo(Collection<OutputItem>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.everrest.core.impl.provider.multipart.CollectionMultipartFormDataMessageBodyWriter
 
writeTo(Iterator<FileItem>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.everrest.core.impl.provider.MultipartFormDataEntityProvider
 
writeTo(MultivaluedMap<String, String>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.everrest.core.impl.provider.MultivaluedMapEntityProvider
 
writeTo(Reader, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.everrest.core.impl.provider.ReaderEntityProvider
 
writeTo(SAXSource, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.everrest.core.impl.provider.SAXSourceEntityProvider
 
writeTo(StreamingOutput, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.everrest.core.impl.provider.StreamOutputEntityProvider
 
writeTo(StreamSource, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.everrest.core.impl.provider.StreamSourceEntityProvider
 
writeTo(String, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.everrest.core.impl.provider.StringEntityProvider
 
writeTo(OutputStream) - Method in class org.everrest.core.util.NoSyncByteArrayOutputStream
 
writeValue(long) - Method in class org.everrest.core.impl.provider.json.JsonWriter
 
writeValue(double) - Method in class org.everrest.core.impl.provider.json.JsonWriter
 
writeValue(boolean) - Method in class org.everrest.core.impl.provider.json.JsonWriter
 

X

X_HTTP_METHOD_OVERRIDE - Static variable in interface org.everrest.core.ExtHttpHeaders
X-HTTP-Method-Override header.
XSLTStreamingOutput - Class in org.everrest.core.impl.provider
This type should be used by resource methods when need to apply XSLT transformation for returned Source.
XSLTStreamingOutput(Source, Templates) - Constructor for class org.everrest.core.impl.provider.XSLTStreamingOutput
XSLTStreamingOutput constructor.
XSLTTemplatesContextResolver - Class in org.everrest.core.impl.provider
Provide cache for transformation templates.
XSLTTemplatesContextResolver() - Constructor for class org.everrest.core.impl.provider.XSLTTemplatesContextResolver
 

_

_default - Variable in class org.everrest.core.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 _ 
Skip navigation links

Copyright © 2015. All rights reserved.