- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- createHeaderDelegate(Class<T>) - Method in class org.everrest.core.impl.RuntimeDelegateImpl
-
- createInclude() - Method in class org.everrest.core.wadl.research.ObjectFactory
-
- 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
-
- createMethod(ResourceMethodDescriptor) - Method in class org.everrest.core.wadl.BaseWadlGeneratorImpl
-
- createMethod() - Method in class org.everrest.core.wadl.research.ObjectFactory
-
- createMethod(ResourceMethodDescriptor) - Method in interface org.everrest.core.wadl.WadlGenerator
-
- createMethodParametersList(Class<?>, Method) - Method in class org.everrest.core.impl.resource.AbstractResourceDescriptorImpl
-
- 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
-
- 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
-
- createRepresentationType() - Method in class org.everrest.core.wadl.research.ObjectFactory
-
- createRequest() - Method in class org.everrest.core.wadl.BaseWadlGeneratorImpl
-
- createRequest() - Method in class org.everrest.core.wadl.research.ObjectFactory
-
- 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
-
- 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
-
- createResources() - Method in interface org.everrest.core.wadl.WadlGenerator
-
- createResourceType() - Method in class org.everrest.core.wadl.research.ObjectFactory
-
- createResponse() - Method in class org.everrest.core.wadl.BaseWadlGeneratorImpl
-
- createResponse() - Method in class org.everrest.core.wadl.research.ObjectFactory
-
- 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
-
- 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
-
- GenericContainerRequest - Interface in org.everrest.core
-
- GenericContainerResponse - Interface in org.everrest.core
-
- GenericMethodResource - Interface in org.everrest.core.resource
-
- 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
-
- 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
-
- 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.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
-
- 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
-
- 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
-