GWTP Dispatch Server, Guice implementation 0.6-redhat-2
A B C D E F G H L R S

A

ActionHandlerValidatorLinker - Class in com.gwtplatform.dispatch.server.guice.actionhandlervalidator
This class links any registered ActionHandler and ActionValidator instances with the default.
actionHandlerValidatorRegistry(Class<? extends ActionHandlerValidatorRegistry>) - Method in class com.gwtplatform.dispatch.server.guice.DispatchModule.Builder
 
addActionHandlerValidatorClass(Class<A>, ActionHandlerValidatorClass<A, R>) - Method in class com.gwtplatform.dispatch.server.guice.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
 

B

bindHandler(Class<A>, Class<? extends ActionHandler<A, R>>) - Method in class com.gwtplatform.dispatch.server.guice.HandlerModule
 
bindHandler(Class<A>, Class<? extends ActionHandler<A, R>>, Class<? extends ActionValidator>) - Method in class com.gwtplatform.dispatch.server.guice.HandlerModule
 
build() - Method in class com.gwtplatform.dispatch.server.guice.DispatchModule.Builder
 

C

clearActionHandlerValidators() - Method in class com.gwtplatform.dispatch.server.guice.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
 
com.gwtplatform.dispatch.server.guice - package com.gwtplatform.dispatch.server.guice
 
com.gwtplatform.dispatch.server.guice.actionhandlervalidator - package com.gwtplatform.dispatch.server.guice.actionhandlervalidator
 
com.gwtplatform.dispatch.server.guice.actionvalidator - package com.gwtplatform.dispatch.server.guice.actionvalidator
 
com.gwtplatform.dispatch.server.guice.request - package com.gwtplatform.dispatch.server.guice.request
 
configure() - Method in class com.gwtplatform.dispatch.server.guice.DispatchModule
 
configure() - Method in class com.gwtplatform.dispatch.server.guice.HandlerModule
 
configureHandlers() - Method in class com.gwtplatform.dispatch.server.guice.HandlerModule
Override this method to configure your handlers.

D

DefaultActionValidator - Class in com.gwtplatform.dispatch.server.guice.actionvalidator
The default ActionValidator guice implementation.
DefaultActionValidator() - Constructor for class com.gwtplatform.dispatch.server.guice.actionvalidator.DefaultActionValidator
 
DefaultRequestProvider - Class in com.gwtplatform.dispatch.server.guice.request
 
DefaultRequestProvider(Provider<HttpServletRequest>) - Constructor for class com.gwtplatform.dispatch.server.guice.request.DefaultRequestProvider
 
dispatch(Class<? extends Dispatch>) - Method in class com.gwtplatform.dispatch.server.guice.DispatchModule.Builder
 
DispatchImpl - Class in com.gwtplatform.dispatch.server.guice
 
DispatchImpl(ActionHandlerValidatorRegistry) - Constructor for class com.gwtplatform.dispatch.server.guice.DispatchImpl
 
DispatchModule - Class in com.gwtplatform.dispatch.server.guice
This module will configure the implementation for the Dispatch and ActionHandlerValidatorRegistry interfaces.
DispatchModule() - Constructor for class com.gwtplatform.dispatch.server.guice.DispatchModule
 
DispatchModule(Class<? extends Dispatch>) - Constructor for class com.gwtplatform.dispatch.server.guice.DispatchModule
Deprecated. 
DispatchModule(Class<? extends Dispatch>, Class<? extends ActionHandlerValidatorRegistry>) - Constructor for class com.gwtplatform.dispatch.server.guice.DispatchModule
Deprecated. 
DispatchModule.Builder - Class in com.gwtplatform.dispatch.server.guice
A DispatchModule builder.
DispatchModule.Builder() - Constructor for class com.gwtplatform.dispatch.server.guice.DispatchModule.Builder
 
DispatchServiceImpl - Class in com.gwtplatform.dispatch.server.guice
This is the server-side implementation of the DispatchService, for which the client-side async service is DispatchServiceAsync.
DispatchServiceImpl(Logger, Dispatch, RequestProvider) - Constructor for class com.gwtplatform.dispatch.server.guice.DispatchServiceImpl
 

E

EagerActionHandlerValidatorRegistryImpl - Class in com.gwtplatform.dispatch.server.guice.actionhandlervalidator
 
EagerActionHandlerValidatorRegistryImpl() - Constructor for class com.gwtplatform.dispatch.server.guice.actionhandlervalidator.EagerActionHandlerValidatorRegistryImpl
 
equals(Object) - Method in class com.gwtplatform.dispatch.server.guice.DispatchModule
Override so that only one instance of this class will ever be installed in an Injector.

F

findActionHandlerValidator(A) - Method in class com.gwtplatform.dispatch.server.guice.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
 
findActionValidator(Class<? extends ActionValidator>) - Method in class com.gwtplatform.dispatch.server.guice.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
 

G

getBindings(Class<B>) - Method in class com.gwtplatform.dispatch.server.guice.GuiceBeanProvider
 
getInstance(Class<B>) - Method in class com.gwtplatform.dispatch.server.guice.GuiceBeanProvider
 
getSecurityCookieName() - Method in class com.gwtplatform.dispatch.server.guice.DispatchServiceImpl
 
getServletRequest() - Method in class com.gwtplatform.dispatch.server.guice.request.DefaultRequestProvider
 
getSession() - Method in class com.gwtplatform.dispatch.server.guice.HttpSessionSecurityCookieFilter
 
GuiceBeanProvider - Class in com.gwtplatform.dispatch.server.guice
 
GuiceBeanProvider(Injector) - Constructor for class com.gwtplatform.dispatch.server.guice.GuiceBeanProvider
 
GuiceBeanProvider.GuiceBindingDescriptorAdapter<B> - Class in com.gwtplatform.dispatch.server.guice
Adapter for tranforming Guice Binding into BeanProvider implementation.
GuiceBeanProvider.GuiceBindingDescriptorAdapter(Binding<B>) - Constructor for class com.gwtplatform.dispatch.server.guice.GuiceBeanProvider.GuiceBindingDescriptorAdapter
 

H

HandlerModule - Class in com.gwtplatform.dispatch.server.guice
Base module that will bind Actions to ActionHandlers and ActionValidators.
HandlerModule() - Constructor for class com.gwtplatform.dispatch.server.guice.HandlerModule
Constructs a HandlerModule that uses the DispatchModule with default configuration.
HandlerModule(DispatchModule) - Constructor for class com.gwtplatform.dispatch.server.guice.HandlerModule
Constructs a HandlerModule that uses the DispatchModule with a custom configuration.
hashCode() - Method in class com.gwtplatform.dispatch.server.guice.DispatchModule
Override so that only one instance of this class will ever be installed in an Injector.
HttpSessionSecurityCookieFilter - Class in com.gwtplatform.dispatch.server.guice
This filter will automatically inject a security cookie inside the request the first time the page is loaded.

L

LazyActionHandlerValidatorRegistryImpl - Class in com.gwtplatform.dispatch.server.guice.actionhandlervalidator
This is a lazy-loading implementation of the registry.
linkValidators(Injector, ActionHandlerValidatorRegistry) - Static method in class com.gwtplatform.dispatch.server.guice.actionhandlervalidator.ActionHandlerValidatorLinker
 

R

RandomSecurityCookieFilter - Class in com.gwtplatform.dispatch.server.guice
 
removeActionHandlerValidatorClass(Class<A>, ActionHandlerValidatorClass<A, R>) - Method in class com.gwtplatform.dispatch.server.guice.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
 
requestProvider(Class<? extends RequestProvider>) - Method in class com.gwtplatform.dispatch.server.guice.DispatchModule.Builder
 

S

SecureRandomSingleton - Class in com.gwtplatform.dispatch.server.guice
 
SecureRandomSingleton() - Constructor for class com.gwtplatform.dispatch.server.guice.SecureRandomSingleton
 
securityCookieName - Variable in class com.gwtplatform.dispatch.server.guice.DispatchServiceImpl
 

A B C D E F G H L R S
GWTP Dispatch Server, Guice implementation 0.6-redhat-2

Copyright © 2010-2012 ArcBees. All Rights Reserved.