protected ControllerBuilder |
ControllerBuilder.addAlias(ControllerID id) |
ControllerBuilder |
ControllerBuilder.addAlias(String id) |
ControllerBuilder |
ControllerManagerImp.addController(Class<?> classtype) |
ControllerBuilder |
ControllerManager.addController(Class<?> classtype) |
ControllerBuilder |
ControllerManagerImp.addController(String id,
Class<?> classType) |
ControllerBuilder |
ControllerManager.addController(String id,
Class<?> classType) |
ControllerBuilder |
ControllerManagerImp.addController(String id,
String view,
boolean resolvedView,
Class<?> classType) |
ControllerBuilder |
ControllerManager.addController(String id,
String view,
boolean resolvedView,
Class<?> classType) |
ControllerBuilder |
ControllerManagerImp.addController(String id,
String view,
boolean resolvedView,
DispatcherType dispatcherType,
String name,
Class<?> classType,
String actionId) |
ControllerBuilder |
ControllerManager.addController(String id,
String view,
boolean resolvedView,
DispatcherType dispatcherType,
String name,
Class<?> classType,
String actionId) |
ControllerBuilder |
ControllerManagerImp.addController(String id,
String view,
boolean resolvedView,
DispatcherType dispatcherType,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
ControllerBuilder |
ControllerManager.addController(String id,
String view,
boolean resolvedView,
DispatcherType dispatcherType,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
ControllerBuilder |
ControllerManagerImp.addController(String id,
String view,
boolean resolvedView,
String name,
Class<?> classType,
String actionId) |
ControllerBuilder |
ControllerManager.addController(String id,
String view,
boolean resolvedView,
String name,
Class<?> classType,
String actionId) |
ControllerBuilder |
ControllerManagerImp.addController(String id,
String view,
DispatcherType dispatcherType,
boolean resolvedView,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
ControllerBuilder |
ControllerManager.addController(String id,
String view,
DispatcherType dispatcherType,
boolean resolvedView,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
ControllerBuilder |
ControllerBuilder.addRequestType(DataType value) |
ControllerBuilder |
ControllerBuilder.addResponseType(DataType value) |
ControllerBuilder |
ThrowSafeBuilder.getControllerBuilder() |
ControllerBuilder |
PropertyBuilder.getControllerBuilder() |
ControllerBuilder |
ParametersBuilder.getControllerBuilder() |
ControllerBuilder |
BeanBuilder.getControllerBuilder() |
ControllerBuilder |
ActionBuilder.getControllerBuilder() |
ControllerBuilder |
ControllerManagerImp.getCurrent() |
ControllerBuilder |
ControllerManager.getCurrent() |
ControllerBuilder |
ControllerRegistry.registerController(Class<?> classtype) |
ControllerBuilder |
ComponentRegistryAdapter.registerController(Class<?> classtype) |
ControllerBuilder |
ControllerRegistry.registerController(String id,
Class<?> classType) |
ControllerBuilder |
ComponentRegistryAdapter.registerController(String id,
Class<?> classType) |
ControllerBuilder |
ControllerRegistry.registerController(String id,
String view,
boolean resolvedView,
Class<?> classType) |
ControllerBuilder |
ComponentRegistryAdapter.registerController(String id,
String view,
boolean resolvedView,
Class<?> classType) |
ControllerBuilder |
ControllerRegistry.registerController(String id,
String view,
boolean resolvedView,
DispatcherType dispatcherType,
String name,
Class<?> classType,
String actionId) |
ControllerBuilder |
ComponentRegistryAdapter.registerController(String id,
String view,
boolean resolvedView,
DispatcherType dispatcherType,
String name,
Class<?> classType,
String actionId) |
ControllerBuilder |
ControllerRegistry.registerController(String id,
String view,
boolean resolvedView,
DispatcherType dispatcherType,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
ControllerBuilder |
ComponentRegistryAdapter.registerController(String id,
String view,
boolean resolvedView,
DispatcherType dispatcherType,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
ControllerBuilder |
ControllerRegistry.registerController(String id,
String view,
boolean resolvedView,
String name,
Class<?> classType,
String actionId) |
ControllerBuilder |
ComponentRegistryAdapter.registerController(String id,
String view,
boolean resolvedView,
String name,
Class<?> classType,
String actionId) |
ControllerBuilder |
ControllerRegistry.registerController(String id,
String view,
DispatcherType dispatcherType,
boolean resolvedView,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
ControllerBuilder |
ComponentRegistryAdapter.registerController(String id,
String view,
DispatcherType dispatcherType,
boolean resolvedView,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
protected ControllerBuilder |
ControllerBuilder.removeAlias(ControllerID id) |
ControllerBuilder |
ControllerBuilder.removeAlias(String id) |
ControllerBuilder |
ControllerBuilder.removeRequestType(DataType value) |
ControllerBuilder |
ControllerBuilder.removeResponseType(DataType value) |
ControllerBuilder |
ControllerBuilder.setActionId(String value) |
ControllerBuilder |
ControllerBuilder.setActionType(ActionType actionType) |
ControllerBuilder |
ControllerBuilder.setDefaultAction(String id) |
ControllerBuilder |
ControllerBuilder.setDispatcherType(DispatcherType value) |
ControllerBuilder |
ControllerBuilder.setDispatcherType(String value) |
ControllerBuilder |
ControllerBuilder.setName(String value) |
ControllerBuilder |
ControllerBuilder.setView(String view,
boolean resolvedView) |