public class WebControllerManager extends ControllerManagerImp
ControllerManager.InternalUpdateapplicationContext, 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, setValidatorFactorypublic void setApplicationContext(ConfigurableApplicationContext applicationContext)
setApplicationContext in interface ControllerManagersetApplicationContext in class ControllerManagerImppublic ControllerBuilder addController(String id, String view, boolean resolvedView, DispatcherType dispatcherType, String name, Class<?> classType, String actionId)
addController in interface ControllerManageraddController in class ControllerManagerImppublic ControllerBuilder addController(String id, String view, DispatcherType dispatcherType, boolean resolvedView, String name, Class<?> classType, String actionId, ActionType actionType)
addController in interface ControllerManageraddController in class ControllerManagerImppublic ControllerBuilder addController(String id, RequestMethodType requestMethodType, String view, DispatcherType dispatcherType, boolean resolvedView, String name, Class<?> classType, String actionId, ActionType actionType)
Copyright © 2026 Brandao. All rights reserved.