public class WebControllerManager extends ControllerManagerImp
ControllerManager.InternalUpdate
applicationContext, classMappedControllers, current, interceptorManager, mappedControllers, parent, validatorFactory
Constructor and Description |
---|
WebControllerManager() |
Modifier and Type | Method and Description |
---|---|
ControllerBuilder |
addController(String id,
RequestMethodType requestMethodType,
String view,
DispatcherType dispatcherType,
boolean resolvedView,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
ControllerBuilder |
addController(String id,
String view,
boolean resolvedView,
DispatcherType dispatcherType,
String name,
Class<?> classType,
String actionId) |
ControllerBuilder |
addController(String id,
String view,
DispatcherType dispatcherType,
boolean resolvedView,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
void |
setApplicationContext(ConfigurableApplicationContext applicationContext) |
addController, addController, addController, addController, addController, addController, addControllerAlias, contains, getAllControllers, getApplicationContext, getController, getController, getControllers, getCurrent, getInterceptorManager, getLogger, getMethodAction, getParent, getValidatorFactory, removeController, removeController, removeController, removeControllerAlias, setInterceptorManager, setParent, setValidatorFactory
public void setApplicationContext(ConfigurableApplicationContext applicationContext)
setApplicationContext
in interface ControllerManager
setApplicationContext
in class ControllerManagerImp
public ControllerBuilder addController(String id, String view, boolean resolvedView, DispatcherType dispatcherType, String name, Class<?> classType, String actionId)
addController
in interface ControllerManager
addController
in class ControllerManagerImp
public ControllerBuilder addController(String id, String view, DispatcherType dispatcherType, boolean resolvedView, String name, Class<?> classType, String actionId, ActionType actionType)
addController
in interface ControllerManager
addController
in class ControllerManagerImp
public ControllerBuilder addController(String id, RequestMethodType requestMethodType, String view, DispatcherType dispatcherType, boolean resolvedView, String name, Class<?> classType, String actionId, ActionType actionType)
Copyright © 2018 Brandao. All rights reserved.