| Package | Description |
|---|---|
| org.brandao.brutos |
Contém os recursos necessários para a configuração de uma aplicação.
|
| org.brandao.brutos.mapping |
Contém os recursos que permitem a configuração de um aplicativo.
|
| Modifier and Type | Field and Description |
|---|---|
protected ActionType |
AbstractApplicationContext.actionType |
static ActionType |
ActionType.PARAMETER |
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentMap<ActionType,ActionTypeResolver> |
AbstractActionResolver.actionTypeResolver |
| Modifier and Type | Method and Description |
|---|---|
ActionType |
ControllerBuilder.getActionType() |
ActionType |
ApplicationContext.getActionType() |
ActionType |
AbstractApplicationContext.getActionType() |
protected ActionType |
AbstractApplicationContext.getInitActionType() |
static ActionType |
ActionType.valueOf(String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionResolver.addActionTypeResolver(ActionType key,
ActionTypeResolver value) |
void |
AbstractActionResolver.addActionTypeResolver(ActionType key,
ActionTypeResolver value) |
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,
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 |
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,
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) |
void |
ActionResolver.removeActionTypeResolver(ActionType key) |
void |
AbstractActionResolver.removeActionTypeResolver(ActionType key) |
ControllerBuilder |
ControllerBuilder.setActionType(ActionType actionType) |
void |
ConfigurableApplicationContext.setActionType(ActionType value) |
void |
AbstractApplicationContext.setActionType(ActionType value) |
| Modifier and Type | Method and Description |
|---|---|
ActionType |
Controller.getActionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Controller.setActionType(ActionType actionType) |
Copyright © 2025 Brandao. All rights reserved.