public class DispatchModule extends Object
Constructor and Description |
---|
DispatchModule() |
DispatchModule(Class<? extends Dispatch> dispatchClass) |
DispatchModule(Class<? extends Dispatch> dispatchClass,
Class<? extends ActionHandlerValidatorRegistry> lazyActionHandlerValidatorRegistryClass) |
Modifier and Type | Method and Description |
---|---|
ActionHandlerValidatorRegistry |
getActionHandlerValidatorRegistry() |
Dispatch |
getDispatch() |
static PropertySourcesPlaceholderConfigurer |
propertySourcesPlaceholderConfigurer() |
void |
setHandlerModules(List<HandlerModule> handlerModules) |
public DispatchModule()
public DispatchModule(Class<? extends Dispatch> dispatchClass, Class<? extends ActionHandlerValidatorRegistry> lazyActionHandlerValidatorRegistryClass)
@Autowired public void setHandlerModules(List<HandlerModule> handlerModules)
@Bean public ActionHandlerValidatorRegistry getActionHandlerValidatorRegistry()
@Bean public static PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer()
Copyright © 2010-2014 ArcBees. All Rights Reserved.