| Package | Description |
|---|---|
| org.brandao.brutos |
Contém os recursos necessários para a configuração de uma aplicação.
|
| org.brandao.brutos.annotation.configuration |
Contém os recursos necessários para o processamento da configuração da aplicação.
|
| org.brandao.brutos.mapping |
Contém os recursos que permitem a configuração de um aplicativo.
|
| org.brandao.brutos.web |
Contém os recursos necessários para a configuração de um aplicativo web.
|
| 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 |
|---|---|
protected ControllerBuilder |
ControllerAnnotationConfig.registerController(ComponentRegistry componentRegistry,
String id,
String view,
boolean resolvedView,
DispatcherType dispatcherType,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
| Modifier and Type | Method and Description |
|---|---|
ActionType |
Controller.getActionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Controller.setActionType(ActionType actionType) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebActionType |
| Modifier and Type | Method and Description |
|---|---|
protected ActionType |
AbstractWebApplicationContext.getInitActionType() |
| Modifier and Type | Method and Description |
|---|---|
ControllerBuilder |
WebControllerManager.addController(String id,
RequestMethodType requestMethodType,
String view,
DispatcherType dispatcherType,
boolean resolvedView,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
ControllerBuilder |
WebControllerManager.addController(String id,
String view,
DispatcherType dispatcherType,
boolean resolvedView,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
ControllerBuilder |
WebControllerRegistry.registerController(String id,
RequestMethodType requestType,
String view,
boolean resolvedView,
DispatcherType dispatcherType,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
ControllerBuilder |
AbstractWebApplicationContext.registerController(String id,
RequestMethodType requestType,
String view,
boolean resolvedView,
DispatcherType dispatcherType,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
ControllerBuilder |
WebApplicationContextWrapper.registerController(String id,
String view,
boolean resolvedView,
DispatcherType dispatcherType,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
ControllerBuilder |
AbstractWebApplicationContext.registerController(String id,
String view,
boolean resolvedView,
DispatcherType dispatcherType,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
ControllerBuilder |
WebApplicationContextWrapper.registerController(String id,
String view,
DispatcherType dispatcherType,
boolean resolvedView,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
ControllerBuilder |
AbstractWebApplicationContext.registerController(String id,
String view,
DispatcherType dispatcherType,
boolean resolvedView,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
Copyright © 2026 Brandao. All rights reserved.