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

A

AbstractAsyncCallback<T> - Class in org.fusesource.restygwt.client
 
AbstractAsyncCallback(JsonpMethod, MethodCallback<T>) - Constructor for class org.fusesource.restygwt.client.AbstractAsyncCallback
 
AbstractJsonEncoderDecoder<T> - Class in org.fusesource.restygwt.client
 
AbstractJsonEncoderDecoder() - Constructor for class org.fusesource.restygwt.client.AbstractJsonEncoderDecoder
 
AbstractRequestCallback<T> - Class in org.fusesource.restygwt.client
 
AbstractRequestCallback(Method, MethodCallback<T>) - Constructor for class org.fusesource.restygwt.client.AbstractRequestCallback
 
addAnnotationResolver(AnnotationResolver) - Static method in class org.fusesource.restygwt.rebind.BindingDefaults
access all annotationresolvers that are registered
addCallback(CacheKey, RequestCallback) - Method in class org.fusesource.restygwt.client.cache.DefaultQueueableCacheStorage
 
addCallback(CacheKey, RequestCallback) - Method in interface org.fusesource.restygwt.client.cache.QueueableCacheStorage
 
addData(String, String) - Method in class org.fusesource.restygwt.client.Method
add some information onto the method which could be interesting when this method comes back to the dispatcher.
addFilter(CallbackFilter) - Method in class org.fusesource.restygwt.client.callback.DefaultFilterawareRequestCallback
put a filter in the "chain of responsibility" of all callbackfilters that will be performed on callback passing.
addFilter(CallbackFilter) - Method in interface org.fusesource.restygwt.client.callback.FilterawareRequestCallback
 
addFilter(DispatcherFilter) - Method in class org.fusesource.restygwt.client.dispatcher.DefaultFilterawareDispatcher
well, add one more dispatcherfilter
addFilter(DispatcherFilter) - Method in interface org.fusesource.restygwt.client.dispatcher.FilterawareDispatcher
 
addQueryParam(String, String) - Method in class org.fusesource.restygwt.client.Resource
 
addQueryParams(String, Iterable<String>) - Method in class org.fusesource.restygwt.client.Resource
 
ALL - Static variable in class org.fusesource.restygwt.rebind.BaseSourceCreator
 
AnnotationResolver - Interface in org.fusesource.restygwt.rebind
Interface to create Class- and Method-Annotations on RestService Interfaces This allows users of restygwt to give more data to the callback by setting some data on the Method instance.
Attribute - Annotation Type in org.fusesource.restygwt.client
 

B

BaseSourceCreator - Class in org.fusesource.restygwt.rebind
provides additional helper methods for generating source..
BaseSourceCreator(TreeLogger, GeneratorContext, JClassType, String) - Constructor for class org.fusesource.restygwt.rebind.BaseSourceCreator
 
BaseSourceCreator.Branch<R> - Interface in org.fusesource.restygwt.rebind
 
BIG_DECIMAL - Static variable in class org.fusesource.restygwt.client.AbstractJsonEncoderDecoder
 
BIG_INTEGER - Static variable in class org.fusesource.restygwt.client.AbstractJsonEncoderDecoder
 
BindingDefaults - Class in org.fusesource.restygwt.rebind
compile-time defaults with this class it will be possible to take part of the generation process of restserviceimpl classes.
BindingDefaults() - Constructor for class org.fusesource.restygwt.rebind.BindingDefaults
 
BOOLEAN - Static variable in class org.fusesource.restygwt.client.AbstractJsonEncoderDecoder
 
branch(String, BaseSourceCreator.Branch<R>) - Method in class org.fusesource.restygwt.rebind.BaseSourceCreator
 
branch(TreeLogger.Type, String, BaseSourceCreator.Branch<R>) - Method in class org.fusesource.restygwt.rebind.BaseSourceCreator
 
builder - Variable in class org.fusesource.restygwt.client.Method
 
builtInEncoderDecoders - Variable in class org.fusesource.restygwt.rebind.JsonEncoderDecoderInstanceLocator
 
BYTE - Static variable in class org.fusesource.restygwt.client.AbstractJsonEncoderDecoder
 

C

cache - Variable in class org.fusesource.restygwt.client.cache.DefaultQueueableCacheStorage
key <> value hashmap for holding cache values.
cache - Variable in class org.fusesource.restygwt.client.callback.CachingCallbackFilter
 
CACHE_DOMAIN_KEY - Static variable in annotation type org.fusesource.restygwt.client.cache.Domain
When creating the ``RestService`` classes, there will be put some information in Method.addData(String, String).
CacheKey - Interface in org.fusesource.restygwt.client.cache
 
cacheKey(RequestBuilder) - Method in class org.fusesource.restygwt.client.callback.CachingCallbackFilter
 
cacheKey(RequestBuilder) - Method in class org.fusesource.restygwt.client.callback.RestfulCachingCallbackFilter
 
cacheKey(RequestBuilder) - Method in class org.fusesource.restygwt.client.dispatcher.CachingDispatcherFilter
 
cacheKey(RequestBuilder) - Method in class org.fusesource.restygwt.client.dispatcher.RestfulCachingDispatcherFilter
 
cacheResult(Method, Response) - Method in class org.fusesource.restygwt.client.callback.CachingCallbackFilter
 
cacheResult(Method, Response) - Method in class org.fusesource.restygwt.client.callback.RestfulCachingCallbackFilter
 
CacheStorage<T> - Interface in org.fusesource.restygwt.client.cache
 
CachingCallbackFilter - Class in org.fusesource.restygwt.client.callback
 
CachingCallbackFilter(QueueableCacheStorage) - Constructor for class org.fusesource.restygwt.client.callback.CachingCallbackFilter
 
cachingDispatcher() - Method in class org.fusesource.restygwt.example.client.dispatcher.DispatcherFactory
 
CachingDispatcherFilter - Class in org.fusesource.restygwt.client.dispatcher
 
CachingDispatcherFilter(QueueableCacheStorage, CallbackFactory) - Constructor for class org.fusesource.restygwt.client.dispatcher.CachingDispatcherFilter
the one and only constructor
cachingXSRFProtectionDispatcher() - Method in class org.fusesource.restygwt.example.client.dispatcher.DispatcherFactory
 
callback - Variable in class org.fusesource.restygwt.client.AbstractAsyncCallback
 
callback - Variable in class org.fusesource.restygwt.client.AbstractRequestCallback
 
CallbackFactory - Interface in org.fusesource.restygwt.client.callback
 
CallbackFilter - Interface in org.fusesource.restygwt.client.callback
 
callbackFilters - Variable in class org.fusesource.restygwt.client.callback.DefaultFilterawareRequestCallback
 
callbackParam(String) - Method in class org.fusesource.restygwt.client.JsonpMethod
 
CHAR - Static variable in class org.fusesource.restygwt.client.AbstractJsonEncoderDecoder
 
clearGeneratedClasses() - Static method in class org.fusesource.restygwt.rebind.BaseSourceCreator
 
ComplexCacheKey - Class in org.fusesource.restygwt.client.cache
 
ComplexCacheKey(RequestBuilder) - Constructor for class org.fusesource.restygwt.client.cache.ComplexCacheKey
 
containedType(int) - Method in class org.codehaus.jackson.type.JavaType
Method for accessing definitions of contained ("child") types.
containedTypeCount() - Method in class org.codehaus.jackson.type.JavaType
Method for checking how many contained types this type has.
containedTypeName(int) - Method in class org.codehaus.jackson.type.JavaType
Method for accessing name of type variable in indicated position.
CONTENT_TYPE_ATOM - Static variable in class org.fusesource.restygwt.client.Resource
 
CONTENT_TYPE_JSON - Static variable in class org.fusesource.restygwt.client.Resource
 
CONTENT_TYPE_RSS - Static variable in class org.fusesource.restygwt.client.Resource
 
CONTENT_TYPE_TEXT - Static variable in class org.fusesource.restygwt.client.Resource
 
CONTENT_TYPE_XML - Static variable in class org.fusesource.restygwt.client.Resource
 
context - Variable in class org.fusesource.restygwt.rebind.BaseSourceCreator
 
context - Variable in class org.fusesource.restygwt.rebind.JsonEncoderDecoderInstanceLocator
 
create() - Method in class org.fusesource.restygwt.rebind.BaseSourceCreator
 
createCallback(Method) - Method in interface org.fusesource.restygwt.client.callback.CallbackFactory
 
createCallback(Method) - Method in class org.fusesource.restygwt.client.callback.DefaultCallbackFactory
helper method to create the callback with all configurations wanted
createCallback(Method) - Method in class org.fusesource.restygwt.client.callback.NonFilteringCallbackFactory
 
createCallback(Method) - Method in class org.fusesource.restygwt.client.callback.RetryingCallbackFactory
helper method to create the callback with all configurations wanted
createComposerFactory() - Method in class org.fusesource.restygwt.rebind.BaseSourceCreator
 
createComposerFactory() - Method in class org.fusesource.restygwt.rebind.ExtendedJsonEncoderDecoderClassCreator
 
createComposerFactory() - Method in class org.fusesource.restygwt.rebind.JsonEncoderDecoderClassCreator
 
createComposerFactory() - Method in class org.fusesource.restygwt.rebind.RestServiceClassCreator
 
currentRetryCounter - Variable in class org.fusesource.restygwt.client.callback.RetryingFilterawareRequestCallback
 

D

DATE - Static variable in class org.fusesource.restygwt.client.AbstractJsonEncoderDecoder
 
DEBUG - Static variable in class org.fusesource.restygwt.rebind.BaseSourceCreator
 
debug(String) - Method in class org.fusesource.restygwt.rebind.BaseSourceCreator
 
debug(String) - Method in class org.fusesource.restygwt.rebind.JsonEncoderDecoderInstanceLocator
 
decode(JSONValue) - Method in interface org.fusesource.restygwt.client.JsonEncoderDecoder
 
decodeExpression(JType, String, Json.Style) - Method in class org.fusesource.restygwt.rebind.JsonEncoderDecoderInstanceLocator
 
defaultAcceptType(String) - Method in class org.fusesource.restygwt.client.Method
 
DefaultCallbackFactory - Class in org.fusesource.restygwt.client.callback
default callback factory with a given set of callback filters which gets added to a new callback after creating it.
DefaultCallbackFactory(CallbackFilter...) - Constructor for class org.fusesource.restygwt.client.callback.DefaultCallbackFactory
 
defaultContentType(String) - Method in class org.fusesource.restygwt.client.Method
 
DefaultDispatcher - Class in org.fusesource.restygwt.client.dispatcher
Some valuable ideas came from: http://turbomanage.wordpress.com/2010/07/12/caching -batching-dispatcher-for-gwt-dispatch/

Thanks David!

Especially: - Waiting if a particular request is already on the way (otherwise you end up having many requests on the same source.

DefaultDispatcher() - Constructor for class org.fusesource.restygwt.client.dispatcher.DefaultDispatcher
 
DefaultDispatcherFilter - Class in org.fusesource.restygwt.client.dispatcher
 
DefaultDispatcherFilter(CallbackFactory) - Constructor for class org.fusesource.restygwt.client.dispatcher.DefaultDispatcherFilter
the one and only constructor
DefaultFilterawareDispatcher - Class in org.fusesource.restygwt.client.dispatcher
Some valuable ideas came from: http://turbomanage.wordpress.com/2010/07/12/caching-batching-dispatcher-for-gwt-dispatch/

Thanks David!

Especially: - Waiting if a particular request is already on the way (otherwise you end up having many requests on the same source.

DefaultFilterawareDispatcher() - Constructor for class org.fusesource.restygwt.client.dispatcher.DefaultFilterawareDispatcher
 
DefaultFilterawareDispatcher(DispatcherFilter...) - Constructor for class org.fusesource.restygwt.client.dispatcher.DefaultFilterawareDispatcher
 
DefaultFilterawareRequestCallback - Class in org.fusesource.restygwt.client.callback
 
DefaultFilterawareRequestCallback(Method) - Constructor for class org.fusesource.restygwt.client.callback.DefaultFilterawareRequestCallback
 
defaultHeaders() - Method in class org.fusesource.restygwt.client.Resource
 
DefaultQueueableCacheStorage - Class in org.fusesource.restygwt.client.cache
this implementation stores Response objects until they are removed or purged.
DefaultQueueableCacheStorage() - Constructor for class org.fusesource.restygwt.client.cache.DefaultQueueableCacheStorage
 
Defaults - Class in org.fusesource.restygwt.client
Provides ability to set the default date format and service root (defaults to GWT.getModuleBaseURL()).
Defaults() - Constructor for class org.fusesource.restygwt.client.Defaults
 
delete() - Method in class org.fusesource.restygwt.client.Resource
 
dispatch(ModelChangedEventHandler) - Method in class org.fusesource.restygwt.example.client.event.ModelChangeEvent
 
dispatcher - Static variable in class org.fusesource.restygwt.client.Defaults
 
Dispatcher - Interface in org.fusesource.restygwt.client
Do the dispatch.
DispatcherFactory - Class in org.fusesource.restygwt.example.client.dispatcher
this factory can be used to create a Dispatcher which can be used as dispatcher Option on the RestService interface.
DispatcherFactory() - Constructor for class org.fusesource.restygwt.example.client.dispatcher.DispatcherFactory
 
DispatcherFilter - Interface in org.fusesource.restygwt.client.dispatcher
 
dispatcherFilters - Variable in class org.fusesource.restygwt.client.dispatcher.DefaultFilterawareDispatcher
list of dispatcherfilters to be performed when an request is done
DOCUMENT - Static variable in class org.fusesource.restygwt.client.AbstractJsonEncoderDecoder
 
DOCUMENT_TYPE - Variable in class org.fusesource.restygwt.rebind.JsonEncoderDecoderInstanceLocator
 
doesIgnoreJsonNulls() - Static method in class org.fusesource.restygwt.client.Defaults
Indicates whether or not nulls will be ignored during JSON marshalling.
Domain - Annotation Type in org.fusesource.restygwt.client.cache
 
dontIgnoreJsonNulls() - Static method in class org.fusesource.restygwt.client.Defaults
 
DOUBLE - Static variable in class org.fusesource.restygwt.client.AbstractJsonEncoderDecoder
 

E

encode(T) - Method in interface org.fusesource.restygwt.client.JsonEncoderDecoder
 
encodeExpression(JType, String, Json.Style) - Method in class org.fusesource.restygwt.rebind.JsonEncoderDecoderInstanceLocator
 
equals(Object) - Method in class org.codehaus.jackson.type.JavaType
 
equals(Object) - Method in interface org.fusesource.restygwt.client.cache.CacheKey
Needed for saving in HashMap:
equals(Object) - Method in class org.fusesource.restygwt.client.cache.SimpleCacheKey
 
ERROR - Static variable in class org.fusesource.restygwt.rebind.BaseSourceCreator
 
error(String) - Method in class org.fusesource.restygwt.rebind.BaseSourceCreator
 
error(String) - Method in class org.fusesource.restygwt.rebind.JsonEncoderDecoderInstanceLocator
 
eventBus - Variable in class org.fusesource.restygwt.client.callback.ModelChangeCallbackFilter
 
execute() - Method in interface org.fusesource.restygwt.rebind.BaseSourceCreator.Branch
 
expect(int...) - Method in class org.fusesource.restygwt.client.JsonpMethod
 
expect(int...) - Method in class org.fusesource.restygwt.client.Method
sets the expected response status code.
ExtendedJsonEncoderDecoderClassCreator - Class in org.fusesource.restygwt.rebind
 
ExtendedJsonEncoderDecoderClassCreator(TreeLogger, GeneratorContext, JClassType) - Constructor for class org.fusesource.restygwt.rebind.ExtendedJsonEncoderDecoderClassCreator
 

F

factory(String) - Static method in class org.fusesource.restygwt.example.client.event.ModelChangeEventFactory
factory method from the annotated domain name to a real event object according to definitions in #STRING_TO_EVENT_MAPPING
FailedStatusCodeException - Exception in org.fusesource.restygwt.client
 
FailedStatusCodeException(String, int) - Constructor for exception org.fusesource.restygwt.client.FailedStatusCodeException
 
failureCallbackParam(String) - Method in class org.fusesource.restygwt.client.JsonpMethod
 
FileSystemHelper - Class in org.fusesource.restygwt.client
Helps to determine which status codes to expect.
FileSystemHelper() - Constructor for class org.fusesource.restygwt.client.FileSystemHelper
 
filter(Method, Response, RequestCallback) - Method in class org.fusesource.restygwt.client.callback.CachingCallbackFilter
the real filter method, called independent of the response code TODO method.getResponse() is not equal to response.
filter(Method, Response, RequestCallback) - Method in interface org.fusesource.restygwt.client.callback.CallbackFilter
main filter method for a callbackfilter.
filter(Method, Response, RequestCallback) - Method in class org.fusesource.restygwt.client.callback.ModelChangeCallbackFilter
the real filter method, called independent of the response code TODO method.getResponse() is not equal to response.
filter(Method, Response, RequestCallback) - Method in class org.fusesource.restygwt.client.callback.XSRFTokenCallbackFilter
 
filter(Method, RequestBuilder) - Method in class org.fusesource.restygwt.client.dispatcher.CachingDispatcherFilter
main filter method for a dispatcherfilter.
filter(Method, RequestBuilder) - Method in class org.fusesource.restygwt.client.dispatcher.DefaultDispatcherFilter
main filter method for a dispatcherfilter.
filter(Method, RequestBuilder) - Method in interface org.fusesource.restygwt.client.dispatcher.DispatcherFilter
main filter method for a dispatcherfilter.
filter(Method, RequestBuilder) - Method in class org.fusesource.restygwt.client.dispatcher.XSRFTokenDispatcherFilter
 
filter(Method, Response, RequestCallback) - Method in class org.fusesource.restygwt.example.client.dispatcher.UnauthorizedCallbackFilter
 
FilterawareDispatcher - Interface in org.fusesource.restygwt.client.dispatcher
 
FilterawareRequestCallback - Interface in org.fusesource.restygwt.client.callback
 
find(Class<?>) - Method in class org.fusesource.restygwt.rebind.BaseSourceCreator
 
find(String) - Method in class org.fusesource.restygwt.rebind.BaseSourceCreator
 
FLOAT - Static variable in class org.fusesource.restygwt.client.AbstractJsonEncoderDecoder
 
forcedNarrowBy(Class<?>) - Method in class org.codehaus.jackson.type.JavaType
More efficient version of JavaType.narrowBy(java.lang.Class), called by internal framework in cases where compatibility checks are to be skipped.

G

generate() - Method in class org.fusesource.restygwt.rebind.BaseSourceCreator
 
generate() - Method in class org.fusesource.restygwt.rebind.ExtendedJsonEncoderDecoderClassCreator
 
generate() - Method in class org.fusesource.restygwt.rebind.JsonEncoderDecoderClassCreator
 
generate(TreeLogger, GeneratorContext, String) - Method in class org.fusesource.restygwt.rebind.JsonEncoderDecoderGenerator
 
generate() - Method in class org.fusesource.restygwt.rebind.RestServiceClassCreator
 
generate(TreeLogger, GeneratorContext, String) - Method in class org.fusesource.restygwt.rebind.RestServiceGenerator
 
get() - Method in class org.fusesource.restygwt.client.Resource
 
getAnnotationResolvers(GeneratorContext, TreeLogger) - Static method in class org.fusesource.restygwt.rebind.BindingDefaults
access all annotationresolvers that are registered
getAssociatedType() - Method in class org.fusesource.restygwt.example.client.event.ModelChangeEvent
 
getCacheDomains(Method) - Method in class org.fusesource.restygwt.client.callback.CachingCallbackFilter
when using the Domain annotation on services, we are able to group responses of a service to invalidate them later on more fine grained.
getContentType() - Method in class org.codehaus.jackson.type.JavaType
Method for accessing content type of this type, if type has such a thing: simple types do not, structured types do (like arrays, Collections and Maps)
getData() - Method in class org.fusesource.restygwt.client.Method
get all data fields which was previously added
getDateFormat() - Static method in class org.fusesource.restygwt.client.Defaults
 
getDefaultPropertyName() - Method in enum org.codehaus.jackson.annotate.JsonTypeInfo.Id
 
getDispatcher() - Static method in class org.fusesource.restygwt.client.Defaults
Returns the default dispatcher.
getDispatcher() - Method in class org.fusesource.restygwt.client.Method
 
getDispatcher() - Method in interface org.fusesource.restygwt.client.RestServiceProxy
 
getDomain() - Method in class org.fusesource.restygwt.example.client.event.ModelChangeEvent
 
getEncoderDecoder(String) - Method in interface org.fusesource.restygwt.client.JsonTypeResolver
 
getErasedSignature() - Method in class org.codehaus.jackson.type.JavaType
Method for accessing signature without generic type information, in form compatible with all versions of JVM, and specifically used for type descriptions when generating byte code.
getErasedSignature(StringBuilder) - Method in class org.codehaus.jackson.type.JavaType
Method for accessing signature without generic type information, in form compatible with all versions of JVM, and specifically used for type descriptions when generating byte code.
getGeneratedClasses() - Static method in class org.fusesource.restygwt.rebind.BaseSourceCreator
 
getGenericSignature() - Method in class org.codehaus.jackson.type.JavaType
Method for accessing signature that contains generic type information, in form compatible with JVM 1.5 as per JLS.
getGenericSignature(StringBuilder) - Method in class org.codehaus.jackson.type.JavaType
 
getHeaderKey() - Method in class org.fusesource.restygwt.client.callback.XSRFToken
 
getHeaders() - Method in class org.fusesource.restygwt.client.Resource
 
getIdClassMap() - Method in interface org.fusesource.restygwt.rebind.RestyJsonTypeIdResolver
 
getKeyType() - Method in class org.codehaus.jackson.type.JavaType
Method for accessing key type for this type, assuming type has such a concept (only Map types do)
getMechanism() - Method in interface org.codehaus.jackson.map.jsontype.TypeIdResolver
Accessor for mechanism that this resolver uses for determining type id from type.
getPath() - Method in class org.fusesource.restygwt.client.Resource
 
getQuery() - Method in class org.fusesource.restygwt.client.Resource
 
getRawClass() - Method in class org.codehaus.jackson.type.JavaType
 
getRequest() - Method in class org.fusesource.restygwt.client.JsonpMethod
 
getRequest() - Method in class org.fusesource.restygwt.client.Method
 
getRequestTimeout() - Static method in class org.fusesource.restygwt.client.Defaults
 
getResource() - Method in interface org.fusesource.restygwt.client.RestServiceProxy
 
getResponse() - Method in class org.fusesource.restygwt.client.JsonpMethod
 
getResponse() - Method in class org.fusesource.restygwt.client.Method
 
getResultOrReturnNull(CacheKey) - Method in interface org.fusesource.restygwt.client.cache.CacheStorage
 
getResultOrReturnNull(CacheKey, String) - Method in interface org.fusesource.restygwt.client.cache.CacheStorage
 
getResultOrReturnNull(CacheKey) - Method in class org.fusesource.restygwt.client.cache.DefaultQueueableCacheStorage
 
getResultOrReturnNull(CacheKey, String) - Method in class org.fusesource.restygwt.client.cache.DefaultQueueableCacheStorage
 
getServiceRoot() - Static method in class org.fusesource.restygwt.client.Defaults
 
getStatusCode() - Method in exception org.fusesource.restygwt.client.FailedStatusCodeException
 
getType(Object) - Method in interface org.fusesource.restygwt.client.JsonTypeResolver
 
getTypeHandler() - Method in class org.codehaus.jackson.type.JavaType
Method for accessing type handler associated with this type, if any
getTypeIdResolverClass() - Method in interface org.fusesource.restygwt.rebind.RestyJsonTypeIdResolver
 
getUri() - Method in class org.fusesource.restygwt.client.Resource
 
getValueHandler() - Method in class org.codehaus.jackson.type.JavaType
Method for accessing value handler associated with this type, if any
gracePeriod - Variable in class org.fusesource.restygwt.client.callback.RetryingFilterawareRequestCallback
time to wait for reconnect upon failure

H

handleErrorGracefully(Request, Response, RequestCallback) - Method in class org.fusesource.restygwt.client.callback.RetryingFilterawareRequestCallback
 
hasCallback(CacheKey) - Method in class org.fusesource.restygwt.client.cache.DefaultQueueableCacheStorage
 
hasCallback(CacheKey) - Method in interface org.fusesource.restygwt.client.cache.QueueableCacheStorage
 
hasGenericTypes() - Method in class org.codehaus.jackson.type.JavaType
Method that can be used to find out if the type directly declares generic parameters (for its direct super-class and/or super-interfaces).
hashCode() - Method in class org.codehaus.jackson.type.JavaType
 
hashCode() - Method in interface org.fusesource.restygwt.client.cache.CacheKey
Needed for saving in HashMap:
hashCode() - Method in class org.fusesource.restygwt.client.cache.SimpleCacheKey
 
hasRawClass(Class<?>) - Method in class org.codehaus.jackson.type.JavaType
Method that can be used to check whether this type has specified Class as its type erasure.
head() - Method in class org.fusesource.restygwt.client.Resource
 
header(String, String) - Method in class org.fusesource.restygwt.client.JsonpMethod
 
header(String, String) - Method in class org.fusesource.restygwt.client.Method
 
HEADER_ACCEPT - Static variable in class org.fusesource.restygwt.client.Resource
 
HEADER_CONTENT_TYPE - Static variable in class org.fusesource.restygwt.client.Resource
 
headers(Map<String, String>) - Method in class org.fusesource.restygwt.client.JsonpMethod
 
headers(Map<String, String>) - Method in class org.fusesource.restygwt.client.Method
 

I

i(int) - Method in class org.fusesource.restygwt.rebind.BaseSourceCreator
 
idFromValue(Object) - Method in interface org.codehaus.jackson.map.jsontype.TypeIdResolver
Method called to serialize type of the type of given value as a String to include in serialized JSON content.
idFromValueAndType(Object, Class<?>) - Method in interface org.codehaus.jackson.map.jsontype.TypeIdResolver
Alternative method used for determining type from combination of value and type, using suggested type (that serializer provides) and possibly value of that type.
ignoreJsonNulls() - Static method in class org.fusesource.restygwt.client.Defaults
 
INFO - Static variable in class org.fusesource.restygwt.rebind.BaseSourceCreator
 
info(String) - Method in class org.fusesource.restygwt.rebind.BaseSourceCreator
 
info(String) - Method in class org.fusesource.restygwt.rebind.JsonEncoderDecoderInstanceLocator
 
init(JavaType) - Method in interface org.codehaus.jackson.map.jsontype.TypeIdResolver
Method that will be called once before any type resolution calls; used to initialize instance with configuration.
INSTANCE - Static variable in class org.fusesource.restygwt.client.dispatcher.DefaultDispatcher
 
INSTANCE - Static variable in class org.fusesource.restygwt.client.dispatcher.DefaultFilterawareDispatcher
 
INT - Static variable in class org.fusesource.restygwt.client.AbstractJsonEncoderDecoder
 
isAbstract() - Method in class org.codehaus.jackson.type.JavaType
 
isArrayType() - Method in class org.codehaus.jackson.type.JavaType
 
isCollectionLikeType() - Method in class org.codehaus.jackson.type.JavaType
 
isConcrete() - Method in class org.codehaus.jackson.type.JavaType
 
isContainerType() - Method in class org.codehaus.jackson.type.JavaType
 
isEnumType() - Method in class org.codehaus.jackson.type.JavaType
 
isExpected(int) - Method in class org.fusesource.restygwt.client.Method
Local file-system (file://) does not return any status codes.
isFailedStatus(Response) - Method in class org.fusesource.restygwt.client.AbstractRequestCallback
 
isFinal() - Method in class org.codehaus.jackson.type.JavaType
 
isInterface() - Method in class org.codehaus.jackson.type.JavaType
 
isMapLikeType() - Method in class org.codehaus.jackson.type.JavaType
 
isPrimitive() - Method in class org.codehaus.jackson.type.JavaType
 
isRequestGoingToFileSystem(String, String) - Static method in class org.fusesource.restygwt.client.FileSystemHelper
 
isThrowable() - Method in class org.codehaus.jackson.type.JavaType
 
iterator() - Method in class org.fusesource.restygwt.client.StringIterable
 

J

JacksonAnnotation - Annotation Type in org.codehaus.jackson.annotate
Meta-annotation (annotations used on other annotations) used for marking all annotations that are part of Jackson package.
JavaType - Class in org.codehaus.jackson.type
Base class for type token classes used both to contain information and as keys for deserializers.
JavaType(Class<?>, int) - Constructor for class org.codehaus.jackson.type.JavaType
 
Json - Annotation Type in org.fusesource.restygwt.client
 
json(JSONValue) - Method in class org.fusesource.restygwt.client.JsonpMethod
 
json(JSONValue) - Method in class org.fusesource.restygwt.client.Method
 
Json.Style - Enum in org.fusesource.restygwt.client
 
JSON_CLASS - Static variable in class org.fusesource.restygwt.rebind.JsonEncoderDecoderInstanceLocator
 
JSON_ENCODER_DECODER_CLASS - Static variable in class org.fusesource.restygwt.rebind.JsonEncoderDecoderInstanceLocator
 
JSON_VALUE - Static variable in class org.fusesource.restygwt.client.AbstractJsonEncoderDecoder
 
JSON_VALUE_TYPE - Variable in class org.fusesource.restygwt.rebind.JsonEncoderDecoderInstanceLocator
 
JsonCallback - Interface in org.fusesource.restygwt.client
 
JsonCreator - Annotation Type in org.codehaus.jackson.annotate
 
JsonEncoderDecoder<T> - Interface in org.fusesource.restygwt.client
 
JsonEncoderDecoder.DecodingException - Exception in org.fusesource.restygwt.client
 
JsonEncoderDecoder.DecodingException(String) - Constructor for exception org.fusesource.restygwt.client.JsonEncoderDecoder.DecodingException
 
JsonEncoderDecoder.EncodingException - Exception in org.fusesource.restygwt.client
 
JsonEncoderDecoder.EncodingException(String) - Constructor for exception org.fusesource.restygwt.client.JsonEncoderDecoder.EncodingException
 
JsonEncoderDecoderClassCreator - Class in org.fusesource.restygwt.rebind
 
JsonEncoderDecoderClassCreator(TreeLogger, GeneratorContext, JClassType) - Constructor for class org.fusesource.restygwt.rebind.JsonEncoderDecoderClassCreator
 
JsonEncoderDecoderGenerator - Class in org.fusesource.restygwt.rebind
 
JsonEncoderDecoderGenerator() - Constructor for class org.fusesource.restygwt.rebind.JsonEncoderDecoderGenerator
 
JsonEncoderDecoderInstanceLocator - Class in org.fusesource.restygwt.rebind
 
JsonEncoderDecoderInstanceLocator(GeneratorContext, TreeLogger) - Constructor for class org.fusesource.restygwt.rebind.JsonEncoderDecoderInstanceLocator
 
JSONP - Annotation Type in org.fusesource.restygwt.client
 
jsonp() - Method in class org.fusesource.restygwt.client.Resource
 
JsonpMethod - Class in org.fusesource.restygwt.client
A specialized method which accesses a resource as a JSONP request.
JsonpMethod(Resource) - Constructor for class org.fusesource.restygwt.client.JsonpMethod
 
JsonProperty - Annotation Type in org.codehaus.jackson.annotate
Marker annotation that can be used to define a non-static method as a "setter" or "getter" for a logical property (depending on its signature), or non-static object field to be used (serialized, deserialized) as a logical property.
JsonSubTypes - Annotation Type in org.codehaus.jackson.annotate
Annotation used with JsonTypeInfo to indicate sub types of serializable polymorphic types, and to associate logical names used within JSON content (which is more portable than using physical Java class names).
JsonSubTypes.Type - Annotation Type in org.codehaus.jackson.annotate
Definition of a subtype, along with optional name.
JsonTypeIdResolver - Annotation Type in org.codehaus.jackson.map.annotate
Annotation that can be used to plug a custom type identifier handler (TypeIdResolver) to be used by org.codehaus.jackson.map.TypeSerializers and org.codehaus.jackson.map.TypeDeserializers for converting between java types and type id included in JSON content.
JsonTypeInfo - Annotation Type in org.codehaus.jackson.annotate
Annotation used for configuring details of if and how type information is used with JSON serialization and deserialization, to preserve information about actual class of Object instances.
JsonTypeInfo.As - Enum in org.codehaus.jackson.annotate
Definition of standard type inclusion mechanisms for type metadata.
JsonTypeInfo.Id - Enum in org.codehaus.jackson.annotate
Definition of different type identifiers that can be included in JSON during serialization, and used for deserialization.
JsonTypeName - Annotation Type in org.codehaus.jackson.annotate
Annotation used for binding logical name that the annotated class has.
JsonTypeResolver - Interface in org.fusesource.restygwt.client
 

L

LIST_TYPE - Variable in class org.fusesource.restygwt.rebind.JsonEncoderDecoderInstanceLocator
 
logger - Variable in class org.fusesource.restygwt.rebind.BaseSourceCreator
 
logger - Variable in class org.fusesource.restygwt.rebind.JsonEncoderDecoderInstanceLocator
 
LONG - Static variable in class org.fusesource.restygwt.client.AbstractJsonEncoderDecoder
 

M

MAP_TYPE - Variable in class org.fusesource.restygwt.rebind.JsonEncoderDecoderInstanceLocator
 
method - Variable in class org.fusesource.restygwt.client.AbstractAsyncCallback
 
method - Variable in class org.fusesource.restygwt.client.AbstractRequestCallback
 
method - Variable in class org.fusesource.restygwt.client.callback.DefaultFilterawareRequestCallback
 
Method - Class in org.fusesource.restygwt.client
 
Method() - Constructor for class org.fusesource.restygwt.client.Method
 
Method(Resource, String) - Constructor for class org.fusesource.restygwt.client.Method
 
MethodCallback<T> - Interface in org.fusesource.restygwt.client
 
MODEL_CHANGED_DOMAIN_KEY - Static variable in annotation type org.fusesource.restygwt.client.ModelChange
When creating the ``RestService`` classes, there will be put some information in Method.addData(String, String).
ModelChange - Annotation Type in org.fusesource.restygwt.client
 
ModelChangeAnnotationResolver - Class in org.fusesource.restygwt.rebind
Implementation for an annotationparser which is responsible to put annotation-data from ModelChange annotations to Method instances.
ModelChangeAnnotationResolver() - Constructor for class org.fusesource.restygwt.rebind.ModelChangeAnnotationResolver
 
ModelChangeCallbackFilter - Class in org.fusesource.restygwt.client.callback
 
ModelChangeCallbackFilter(EventBus) - Constructor for class org.fusesource.restygwt.client.callback.ModelChangeCallbackFilter
 
ModelChangedEventHandler - Interface in org.fusesource.restygwt.example.client.event
example eventhandler interface taken from http://stackoverflow.com/questions/2951621/gwt-custom-events/2967359#2967359
ModelChangeEvent - Class in org.fusesource.restygwt.example.client.event
generic ModelChangeEvent with identifier for the matching domain class.
ModelChangeEvent(String) - Constructor for class org.fusesource.restygwt.example.client.event.ModelChangeEvent
 
ModelChangeEventFactory - Class in org.fusesource.restygwt.example.client.event
Static Config class for all things that are relevant for ``ModelChangeEvent``s during runtime.

N

name - Variable in class org.fusesource.restygwt.rebind.BaseSourceCreator
 
narrowBy(Class<?>) - Method in class org.codehaus.jackson.type.JavaType
Method that can be called to do a "narrowing" conversions; that is, to return a type with a raw class that is assignable to the raw class of this type.
narrowContentsBy(Class<?>) - Method in class org.codehaus.jackson.type.JavaType
 
NonFilteringCallbackFactory - Class in org.fusesource.restygwt.client.callback
just returns a new callback from builder from given method.
NonFilteringCallbackFactory() - Constructor for class org.fusesource.restygwt.client.callback.NonFilteringCallbackFactory
 
numberOfRetries - Variable in class org.fusesource.restygwt.client.callback.RetryingFilterawareRequestCallback
Used by RetryingCallback default value is 5

O

onError(Request, Throwable) - Method in class org.fusesource.restygwt.client.AbstractRequestCallback
 
onError(Request, Throwable) - Method in class org.fusesource.restygwt.client.callback.DefaultFilterawareRequestCallback
 
onFailure(Throwable) - Method in class org.fusesource.restygwt.client.AbstractAsyncCallback
 
onFailure(Method, Throwable) - Method in interface org.fusesource.restygwt.client.MethodCallback
 
onModelChange(ModelChangeEvent) - Method in interface org.fusesource.restygwt.example.client.event.ModelChangedEventHandler
 
onResponseReceived(Request, Response) - Method in class org.fusesource.restygwt.client.AbstractRequestCallback
 
onResponseReceived(Request, Response) - Method in class org.fusesource.restygwt.client.callback.DefaultFilterawareRequestCallback
 
onResponseReceived(Request, Response) - Method in class org.fusesource.restygwt.client.callback.RetryingFilterawareRequestCallback
 
onSuccess(JavaScriptObject) - Method in class org.fusesource.restygwt.client.AbstractAsyncCallback
 
onSuccess(Method, T) - Method in interface org.fusesource.restygwt.client.MethodCallback
 
Options - Annotation Type in org.fusesource.restygwt.client
 
options() - Method in class org.fusesource.restygwt.client.Resource
 
org.codehaus.jackson.annotate - package org.codehaus.jackson.annotate
 
org.codehaus.jackson.map.annotate - package org.codehaus.jackson.map.annotate
 
org.codehaus.jackson.map.jsontype - package org.codehaus.jackson.map.jsontype
 
org.codehaus.jackson.type - package org.codehaus.jackson.type
 
org.fusesource.restygwt.client - package org.fusesource.restygwt.client
 
org.fusesource.restygwt.client.cache - package org.fusesource.restygwt.client.cache
 
org.fusesource.restygwt.client.callback - package org.fusesource.restygwt.client.callback
 
org.fusesource.restygwt.client.dispatcher - package org.fusesource.restygwt.client.dispatcher
 
org.fusesource.restygwt.example.client.dispatcher - package org.fusesource.restygwt.example.client.dispatcher
 
org.fusesource.restygwt.example.client.event - package org.fusesource.restygwt.example.client.event
 
org.fusesource.restygwt.rebind - package org.fusesource.restygwt.rebind
 
OverlayCallback<T extends JavaScriptObject> - Interface in org.fusesource.restygwt.client
Callback for GWT Overlay Types.

P

p(String) - Method in class org.fusesource.restygwt.rebind.BaseSourceCreator
 
p() - Method in class org.fusesource.restygwt.rebind.BaseSourceCreator
 
packageName - Variable in class org.fusesource.restygwt.rebind.BaseSourceCreator
 
parseResult(JSONObject) - Method in class org.fusesource.restygwt.client.AbstractAsyncCallback
 
parseResult() - Method in class org.fusesource.restygwt.client.AbstractRequestCallback
 
password(String) - Method in class org.fusesource.restygwt.client.JsonpMethod
 
password(String) - Method in class org.fusesource.restygwt.client.Method
 
post() - Method in class org.fusesource.restygwt.client.Resource
 
purge() - Method in interface org.fusesource.restygwt.client.cache.CacheStorage
purge the complete cache
purge(String) - Method in interface org.fusesource.restygwt.client.cache.CacheStorage
purge a particular ident, e.g.
purge() - Method in class org.fusesource.restygwt.client.cache.DefaultQueueableCacheStorage
 
purge(String) - Method in class org.fusesource.restygwt.client.cache.DefaultQueueableCacheStorage
 
purge() - Method in class org.fusesource.restygwt.client.cache.VolatileQueueableCacheStorage
 
put() - Method in class org.fusesource.restygwt.client.Resource
 
putResult(CacheKey, T) - Method in interface org.fusesource.restygwt.client.cache.CacheStorage
default put method
putResult(CacheKey, T, String...) - Method in interface org.fusesource.restygwt.client.cache.CacheStorage
put by ident/scope.
putResult(CacheKey, Response) - Method in class org.fusesource.restygwt.client.cache.DefaultQueueableCacheStorage
 
putResult(CacheKey, Response, String) - Method in class org.fusesource.restygwt.client.cache.DefaultQueueableCacheStorage
 
putResult(CacheKey, Response, String...) - Method in class org.fusesource.restygwt.client.cache.DefaultQueueableCacheStorage
 
putResult(CacheKey, Response, String) - Method in class org.fusesource.restygwt.client.cache.VolatileQueueableCacheStorage
 

Q

QueueableCacheStorage - Interface in org.fusesource.restygwt.client.cache
more enhanced cache interface caching Response objects.

R

remove(CacheKey) - Method in interface org.fusesource.restygwt.client.cache.CacheStorage
default delete method
remove(CacheKey, String...) - Method in interface org.fusesource.restygwt.client.cache.CacheStorage
delete by ident/scope.
remove(CacheKey) - Method in class org.fusesource.restygwt.client.cache.DefaultQueueableCacheStorage
 
remove(CacheKey, String...) - Method in class org.fusesource.restygwt.client.cache.DefaultQueueableCacheStorage
 
removeCallbacks(CacheKey) - Method in class org.fusesource.restygwt.client.cache.DefaultQueueableCacheStorage
 
removeCallbacks(CacheKey) - Method in interface org.fusesource.restygwt.client.cache.QueueableCacheStorage
 
requestCallback - Variable in class org.fusesource.restygwt.client.callback.DefaultFilterawareRequestCallback
 
resolve(String) - Method in class org.fusesource.restygwt.client.Resource
 
resolveAnnotation(TreeLogger, JClassType, JMethod, String) - Method in interface org.fusesource.restygwt.rebind.AnnotationResolver
resolve a class based annotation
resolveAnnotation(TreeLogger, JClassType, JMethod, String) - Method in class org.fusesource.restygwt.rebind.ModelChangeAnnotationResolver
 
Resource - Class in org.fusesource.restygwt.client
 
Resource(String) - Constructor for class org.fusesource.restygwt.client.Resource
 
Resource(String, String) - Constructor for class org.fusesource.restygwt.client.Resource
 
Resource(String, Map<String, String>) - Constructor for class org.fusesource.restygwt.client.Resource
 
Resource(String, String, Map<String, String>) - Constructor for class org.fusesource.restygwt.client.Resource
 
ResponseFormatException - Exception in org.fusesource.restygwt.client
 
ResponseFormatException(String, Throwable) - Constructor for exception org.fusesource.restygwt.client.ResponseFormatException
 
ResponseFormatException(String) - Constructor for exception org.fusesource.restygwt.client.ResponseFormatException
 
RestfulCachingCallbackFilter - Class in org.fusesource.restygwt.client.callback
see RestfulCachingDispatcherFilter
RestfulCachingCallbackFilter(QueueableCacheStorage) - Constructor for class org.fusesource.restygwt.client.callback.RestfulCachingCallbackFilter
 
restfulCachingDispatcher() - Method in class org.fusesource.restygwt.example.client.dispatcher.DispatcherFactory
 
RestfulCachingDispatcherFilter - Class in org.fusesource.restygwt.client.dispatcher
using a different caching 'algorithm' obeying the restful paradigm, i.e.
RestfulCachingDispatcherFilter(QueueableCacheStorage, CallbackFactory) - Constructor for class org.fusesource.restygwt.client.dispatcher.RestfulCachingDispatcherFilter
 
restfulCachingXSRFProtectionDispatcher() - Method in class org.fusesource.restygwt.example.client.dispatcher.DispatcherFactory
 
restfulRetryingCachingDispatcher() - Method in class org.fusesource.restygwt.example.client.dispatcher.DispatcherFactory
 
restfulRetryingCachingXSRFProtectionDispatcher() - Method in class org.fusesource.restygwt.example.client.dispatcher.DispatcherFactory
 
RestService - Interface in org.fusesource.restygwt.client
 
RestServiceClassCreator - Class in org.fusesource.restygwt.rebind
 
RestServiceClassCreator(TreeLogger, GeneratorContext, JClassType) - Constructor for class org.fusesource.restygwt.rebind.RestServiceClassCreator
 
RestServiceGenerator - Class in org.fusesource.restygwt.rebind
 
RestServiceGenerator() - Constructor for class org.fusesource.restygwt.rebind.RestServiceGenerator
 
RestServiceProxy - Interface in org.fusesource.restygwt.client
 
RESTY_CACHE_HEADER - Static variable in interface org.fusesource.restygwt.client.cache.QueueableCacheStorage
 
RestyJsonTypeIdResolver - Interface in org.fusesource.restygwt.rebind
 
retryingCachingDispatcher() - Method in class org.fusesource.restygwt.example.client.dispatcher.DispatcherFactory
 
retryingCachingXSRFProtectionDispatcher() - Method in class org.fusesource.restygwt.example.client.dispatcher.DispatcherFactory
 
RetryingCallbackFactory - Class in org.fusesource.restygwt.client.callback
 
RetryingCallbackFactory(int, int, CallbackFilter...) - Constructor for class org.fusesource.restygwt.client.callback.RetryingCallbackFactory
 
RetryingCallbackFactory(CallbackFilter...) - Constructor for class org.fusesource.restygwt.client.callback.RetryingCallbackFactory
 
retryingDispatcher() - Method in class org.fusesource.restygwt.example.client.dispatcher.DispatcherFactory
 
RetryingFilterawareRequestCallback - Class in org.fusesource.restygwt.client.callback
 
RetryingFilterawareRequestCallback(Method) - Constructor for class org.fusesource.restygwt.client.callback.RetryingFilterawareRequestCallback
 
RetryingFilterawareRequestCallback(Method, int, int) - Constructor for class org.fusesource.restygwt.client.callback.RetryingFilterawareRequestCallback
 
runFilters(Request, Response) - Method in class org.fusesource.restygwt.client.callback.DefaultFilterawareRequestCallback
 

S

send(Method, RequestBuilder) - Method in class org.fusesource.restygwt.client.dispatcher.DefaultDispatcher
 
send(Method, RequestBuilder) - Method in class org.fusesource.restygwt.client.dispatcher.DefaultFilterawareDispatcher
 
send(Method, RequestBuilder) - Method in interface org.fusesource.restygwt.client.Dispatcher
 
send(JsonCallback) - Method in class org.fusesource.restygwt.client.JsonpMethod
 
send(TextCallback) - Method in class org.fusesource.restygwt.client.JsonpMethod
 
send(AsyncCallback<JavaScriptObject>) - Method in class org.fusesource.restygwt.client.JsonpMethod
helper method to make RestServiceClassCreator easier to maintain
send(RequestCallback) - Method in class org.fusesource.restygwt.client.JsonpMethod
 
send(XmlCallback) - Method in class org.fusesource.restygwt.client.JsonpMethod
 
send(RequestCallback) - Method in class org.fusesource.restygwt.client.Method
 
send(TextCallback) - Method in class org.fusesource.restygwt.client.Method
 
send(JsonCallback) - Method in class org.fusesource.restygwt.client.Method
 
send(XmlCallback) - Method in class org.fusesource.restygwt.client.Method
 
send(OverlayCallback<T>) - Method in class org.fusesource.restygwt.client.Method
 
SET_TYPE - Variable in class org.fusesource.restygwt.rebind.JsonEncoderDecoderInstanceLocator
 
setDateFormat(String) - Static method in class org.fusesource.restygwt.client.Defaults
Sets the format used when encoding and decoding Dates.
setDispatcher(Dispatcher) - Static method in class org.fusesource.restygwt.client.Defaults
Sets the default dispatcher used by Method instances.
setDispatcher(Dispatcher) - Method in class org.fusesource.restygwt.client.Method
 
setDispatcher(Dispatcher) - Method in interface org.fusesource.restygwt.client.RestServiceProxy
 
setRequestTimeout(int) - Static method in class org.fusesource.restygwt.client.Defaults
 
setResource(Resource) - Method in interface org.fusesource.restygwt.client.RestServiceProxy
 
setServiceRoot(String) - Static method in class org.fusesource.restygwt.client.Defaults
sets the URL prepended to the value of Path annotations.
setTypeHandler(Object) - Method in class org.codehaus.jackson.type.JavaType
Deprecated. Used JavaType.withTypeHandler(java.lang.Object) instead -- this method is dangerous as it changes state, whereas all other functionality is stateless
setValueHandler(Object) - Method in class org.codehaus.jackson.type.JavaType
Method for assigning handler to associate with this type; or if null passed, to remove such assignment
SHORT - Static variable in class org.fusesource.restygwt.client.AbstractJsonEncoderDecoder
 
shortName - Variable in class org.fusesource.restygwt.rebind.BaseSourceCreator
 
SimpleCacheKey - Class in org.fusesource.restygwt.client.cache
just a string implementation of a cachekey
SimpleCacheKey(String) - Constructor for class org.fusesource.restygwt.client.cache.SimpleCacheKey
 
singleton() - Static method in class org.fusesource.restygwt.client.dispatcher.DefaultFilterawareDispatcher
get one instance of this class
source - Variable in class org.fusesource.restygwt.rebind.BaseSourceCreator
 
sourceWriter - Variable in class org.fusesource.restygwt.rebind.BaseSourceCreator
 
SPAM - Static variable in class org.fusesource.restygwt.rebind.BaseSourceCreator
 
STRING - Static variable in class org.fusesource.restygwt.client.AbstractJsonEncoderDecoder
 
STRING_TYPE - Variable in class org.fusesource.restygwt.rebind.JsonEncoderDecoderInstanceLocator
 
StringIterable - Class in org.fusesource.restygwt.client
Iterable wrapper to convert to strings.
StringIterable(Iterable<?>) - Constructor for class org.fusesource.restygwt.client.StringIterable
 

T

text(String) - Method in class org.fusesource.restygwt.client.JsonpMethod
 
text(String) - Method in class org.fusesource.restygwt.client.Method
 
TextCallback - Interface in org.fusesource.restygwt.client
 
timeout(int) - Method in class org.fusesource.restygwt.client.JsonpMethod
 
timeout(int) - Method in class org.fusesource.restygwt.client.Method
 
toBigDecimal(JSONValue) - Static method in class org.fusesource.restygwt.client.AbstractJsonEncoderDecoder
 
toCanonical() - Method in class org.codehaus.jackson.type.JavaType
Method that can be used to serialize type into form from which it can be fully deserialized from at a later point (using TypeFactory from mapper package).
toDouble(JSONValue) - Static method in class org.fusesource.restygwt.client.AbstractJsonEncoderDecoder
 
toIteratedStringExpression(JParameter) - Method in class org.fusesource.restygwt.rebind.RestServiceClassCreator
 
toJSON(Map<String, Type>, AbstractJsonEncoderDecoder<Type>, Json.Style) - Static method in class org.fusesource.restygwt.client.AbstractJsonEncoderDecoder
 
toJSON(Collection<Type>, AbstractJsonEncoderDecoder<Type>) - Static method in class org.fusesource.restygwt.client.AbstractJsonEncoderDecoder
 
token - Variable in class org.fusesource.restygwt.client.callback.XSRFToken
 
toList(JSONValue, AbstractJsonEncoderDecoder<Type>) - Static method in class org.fusesource.restygwt.client.AbstractJsonEncoderDecoder
 
toMap(JSONValue, AbstractJsonEncoderDecoder<Type>, Json.Style) - Static method in class org.fusesource.restygwt.client.AbstractJsonEncoderDecoder
 
toObject(JSONValue) - Static method in class org.fusesource.restygwt.client.AbstractJsonEncoderDecoder
 
toObjectFromWrapper(JSONValue, String) - Static method in class org.fusesource.restygwt.client.AbstractJsonEncoderDecoder
 
toSet(JSONValue, AbstractJsonEncoderDecoder<Type>) - Static method in class org.fusesource.restygwt.client.AbstractJsonEncoderDecoder
 
toString() - Method in class org.codehaus.jackson.type.JavaType
 
toString() - Method in interface org.fusesource.restygwt.client.cache.CacheKey
string representation and effectively the cache identifier
toString() - Method in class org.fusesource.restygwt.client.cache.SimpleCacheKey
 
toString() - Method in class org.fusesource.restygwt.example.client.event.ModelChangeEvent
 
toStringExpression(JParameter) - Method in class org.fusesource.restygwt.rebind.RestServiceClassCreator
 
toStringExpression(JType, String) - Method in class org.fusesource.restygwt.rebind.RestServiceClassCreator
 
TRACE - Static variable in class org.fusesource.restygwt.rebind.BaseSourceCreator
 
trace(String) - Method in class org.fusesource.restygwt.rebind.BaseSourceCreator
 
trace(String) - Method in class org.fusesource.restygwt.rebind.JsonEncoderDecoderInstanceLocator
 
TYPE - Static variable in class org.fusesource.restygwt.example.client.event.ModelChangeEvent
 
typeFromId(String) - Method in interface org.codehaus.jackson.map.jsontype.TypeIdResolver
Method called to resolve type from given type identifier.
TypeIdResolver - Interface in org.codehaus.jackson.map.jsontype
Interface that defines standard API for converting types to type identifiers and vice versa.

U

UnauthorizedCallbackFilter - Class in org.fusesource.restygwt.example.client.dispatcher
 
UnauthorizedCallbackFilter() - Constructor for class org.fusesource.restygwt.example.client.dispatcher.UnauthorizedCallbackFilter
 
UrlCacheKey - Class in org.fusesource.restygwt.client.cache
 
UrlCacheKey(RequestBuilder) - Constructor for class org.fusesource.restygwt.client.cache.UrlCacheKey
 
UrlCacheKey(String) - Constructor for class org.fusesource.restygwt.client.cache.UrlCacheKey
 
user(String) - Method in class org.fusesource.restygwt.client.JsonpMethod
 
user(String) - Method in class org.fusesource.restygwt.client.Method
 

V

valueOf(String) - Static method in enum org.codehaus.jackson.annotate.JsonTypeInfo.As
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.codehaus.jackson.annotate.JsonTypeInfo.Id
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fusesource.restygwt.client.Json.Style
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.codehaus.jackson.annotate.JsonTypeInfo.As
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.codehaus.jackson.annotate.JsonTypeInfo.Id
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.fusesource.restygwt.client.Json.Style
Returns an array containing the constants of this enum type, in the order they are declared.
VolatileQueueableCacheStorage - Class in org.fusesource.restygwt.client.cache
 
VolatileQueueableCacheStorage() - Constructor for class org.fusesource.restygwt.client.cache.VolatileQueueableCacheStorage
 
VolatileQueueableCacheStorage(int) - Constructor for class org.fusesource.restygwt.client.cache.VolatileQueueableCacheStorage
 

W

WARN - Static variable in class org.fusesource.restygwt.rebind.BaseSourceCreator
 
warn(String) - Method in class org.fusesource.restygwt.rebind.BaseSourceCreator
 
warn(String) - Method in class org.fusesource.restygwt.rebind.JsonEncoderDecoderInstanceLocator
 
widenBy(Class<?>) - Method in class org.codehaus.jackson.type.JavaType
Method that can be called to do a "widening" conversions; that is, to return a type with a raw class that could be assigned from this type.
widenContentsBy(Class<?>) - Method in class org.codehaus.jackson.type.JavaType
 
withContentTypeHandler(Object) - Method in class org.codehaus.jackson.type.JavaType
"Copy method" that will construct a new instance that is identical to this instance, except that its content type will have specified type handler assigned.
withTypeHandler(Object) - Method in class org.codehaus.jackson.type.JavaType
"Copy method" that will construct a new instance that is identical to this instance, except that it will have specified type handler assigned.
writer() - Method in class org.fusesource.restygwt.rebind.BaseSourceCreator
 

X

xml(Document) - Method in class org.fusesource.restygwt.client.JsonpMethod
 
xml(Document) - Method in class org.fusesource.restygwt.client.Method
 
XmlCallback - Interface in org.fusesource.restygwt.client
 
xsrf - Variable in class org.fusesource.restygwt.client.callback.XSRFTokenCallbackFilter
 
xsrf - Static variable in class org.fusesource.restygwt.example.client.dispatcher.DispatcherFactory
 
xsrfProtectionDispatcher() - Method in class org.fusesource.restygwt.example.client.dispatcher.DispatcherFactory
 
XSRFToken - Class in org.fusesource.restygwt.client.callback
 
XSRFToken() - Constructor for class org.fusesource.restygwt.client.callback.XSRFToken
 
XSRFToken(String) - Constructor for class org.fusesource.restygwt.client.callback.XSRFToken
 
XSRFTokenCallbackFilter - Class in org.fusesource.restygwt.client.callback
 
XSRFTokenCallbackFilter(XSRFToken) - Constructor for class org.fusesource.restygwt.client.callback.XSRFTokenCallbackFilter
 
XSRFTokenDispatcherFilter - Class in org.fusesource.restygwt.client.dispatcher
 
XSRFTokenDispatcherFilter(XSRFToken) - Constructor for class org.fusesource.restygwt.client.dispatcher.XSRFTokenDispatcherFilter
 

_

_assertSubclass(Class<?>, Class<?>) - Method in class org.codehaus.jackson.type.JavaType
 
_class - Variable in class org.codehaus.jackson.type.JavaType
This is the nominal type-erased Class that would be close to the type represented (but not exactly type, due to type erasure: type instance may have more information on this).
_hashCode - Variable in class org.codehaus.jackson.type.JavaType
 
_narrow(Class<?>) - Method in class org.codehaus.jackson.type.JavaType
 
_typeHandler - Variable in class org.codehaus.jackson.type.JavaType
Optional handler that can be attached to indicate how to handle additional type metadata associated with this type.
_valueHandler - Variable in class org.codehaus.jackson.type.JavaType
Optional handler (codec) that can be attached to indicate what to use for handling (serializing, deserializing) values of this specific type.
_widen(Class<?>) - Method in class org.codehaus.jackson.type.JavaType
Default implementation is just to call JavaType._narrow(java.lang.Class), since underlying type construction is usually identical

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

Copyright © 2010-2011 FuseSource, Corp.. All Rights Reserved.