DispatchModule
.@Deprecated public class DispatchModule extends AbstractModule
Dispatch
and
ActionHandlerValidatorRegistry
interfaces. Also every
ActionHandler
and
ActionValidator
will be loaded lazily.
If you want to override the defaults (DispatchImpl
,
LazyActionHandlerValidatorRegistryImpl
pass the override values into
the constructor for this module and ensure it is installed before any
HandlerModule
instances.Modifier and Type | Class and Description |
---|---|
static class |
DispatchModule.Builder
Deprecated.
A DispatchModule builder.
|
Constructor and Description |
---|
DispatchModule()
Deprecated.
|
DispatchModule(Class<? extends Dispatch> dispatchClass)
Deprecated.
|
DispatchModule(Class<? extends Dispatch> dispatchClass,
Class<? extends ActionHandlerValidatorRegistry> lazyActionHandlerValidatorRegistryClass)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
configure()
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
Override so that only one instance of this class will ever be installed in
an
Injector . |
int |
hashCode()
Deprecated.
Override so that only one instance of this class will ever be installed in
an
Injector . |
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
public DispatchModule()
@Deprecated public DispatchModule(Class<? extends Dispatch> dispatchClass)
@Deprecated public DispatchModule(Class<? extends Dispatch> dispatchClass, Class<? extends ActionHandlerValidatorRegistry> lazyActionHandlerValidatorRegistryClass)
public boolean equals(Object obj)
Injector
.public int hashCode()
Injector
.protected final void configure()
configure
in class AbstractModule
Copyright © 2010-2014 ArcBees. All Rights Reserved.