|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActionHandlerRegistry | |
|---|---|
| net.customware.gwt.dispatch.server | |
| net.customware.gwt.dispatch.server.guice | |
| net.customware.gwt.dispatch.server.spring | |
| Uses of ActionHandlerRegistry in net.customware.gwt.dispatch.server |
|---|
| Subinterfaces of ActionHandlerRegistry in net.customware.gwt.dispatch.server | |
|---|---|
interface |
ClassActionHandlerRegistry
Instances of this interface allow ActionHandler classes to be
registered for specific Action types. |
interface |
InstanceActionHandlerRegistry
This is a subclass of ActionHandlerRegistry which allows registration
of handlers by passing in the handler instance directly. |
| Classes in net.customware.gwt.dispatch.server that implement ActionHandlerRegistry | |
|---|---|
class |
DefaultActionHandlerRegistry
|
class |
LazyActionHandlerRegistry
This is a lazy-loading implementation of the registry. |
| Methods in net.customware.gwt.dispatch.server that return ActionHandlerRegistry | |
|---|---|
protected ActionHandlerRegistry |
SimpleDispatch.getHandlerRegistry()
|
protected abstract ActionHandlerRegistry |
AbstractDispatch.getHandlerRegistry()
|
| Constructors in net.customware.gwt.dispatch.server with parameters of type ActionHandlerRegistry | |
|---|---|
SimpleDispatch(ActionHandlerRegistry registry)
|
|
| Uses of ActionHandlerRegistry in net.customware.gwt.dispatch.server.guice |
|---|
| Classes in net.customware.gwt.dispatch.server.guice that implement ActionHandlerRegistry | |
|---|---|
class |
GuiceLazyActionHandlerRegistry
This will use Guice to create instances of registered ActionHandlers
on in a lazy manner. |
| Methods in net.customware.gwt.dispatch.server.guice that return types with arguments of type ActionHandlerRegistry | |
|---|---|
protected Class<? extends ActionHandlerRegistry> |
ServerDispatchModule.getActionHandlerRegistryClass()
The class returned by this method is bound to the ActionHandlerRegistry. |
| Methods in net.customware.gwt.dispatch.server.guice with parameters of type ActionHandlerRegistry | |
|---|---|
static void |
ActionHandlerLinker.linkHandlers(com.google.inject.Injector injector,
ActionHandlerRegistry registry)
|
| Constructors in net.customware.gwt.dispatch.server.guice with parameters of type ActionHandlerRegistry | |
|---|---|
GuiceDispatch(ActionHandlerRegistry handlerRegistry)
|
|
| Constructor parameters in net.customware.gwt.dispatch.server.guice with type arguments of type ActionHandlerRegistry | |
|---|---|
ServerDispatchModule(Class<? extends Dispatch> dispatchClass,
Class<? extends ActionHandlerRegistry> actionHandlerRegistryClass)
|
|
| Uses of ActionHandlerRegistry in net.customware.gwt.dispatch.server.spring |
|---|
| Constructors in net.customware.gwt.dispatch.server.spring with parameters of type ActionHandlerRegistry | |
|---|---|
SpringDispatch(ActionHandlerRegistry handlerRegistry)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||