| 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.annotation.configuration.web | |
| org.brandao.brutos.mapping |
Contém os recursos que permitem a configuração de um aplicativo.
|
| org.brandao.brutos.test |
Contém os recursos necessários para a geração de testes.
|
| org.brandao.brutos.web |
Contém os recursos necessários para a configuração de um aplicativo web.
|
| org.brandao.brutos.web.http.view |
| Modifier and Type | Field and Description |
|---|---|
static DispatcherType |
BrutosConstants.DEFAULT_DISPATCHERTYPE |
protected DispatcherType |
AbstractApplicationContext.dispatcherType |
static DispatcherType |
DispatcherType.FORWARD |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,DispatcherType> |
DispatcherType.defaultDispatcher |
| Modifier and Type | Method and Description |
|---|---|
DispatcherType |
RedirectException.getDispatcher() |
DispatcherType |
ThrowSafeBuilder.getDispatcherType() |
DispatcherType |
StackRequestElementImp.getDispatcherType() |
DispatcherType |
StackRequestElement.getDispatcherType() |
DispatcherType |
ControllerBuilder.getDispatcherType() |
DispatcherType |
ApplicationContext.getDispatcherType() |
DispatcherType |
ActionBuilder.getDispatcherType() |
DispatcherType |
AbstractApplicationContext.getDispatcherType() |
protected DispatcherType |
AbstractApplicationContext.getInitDispatcherType() |
static DispatcherType |
DispatcherType.valueOf(String value) |
| Modifier and Type | Method and Description |
|---|---|
ActionBuilder |
ControllerBuilder.addAction(String id,
String resultId,
boolean resultRendered,
String view,
boolean resolvedView,
DispatcherType dispatcher,
String executor) |
ActionBuilder |
ControllerBuilder.addAction(String id,
String resultId,
boolean resultRendered,
String view,
DispatcherType dispatcher,
boolean resolvedView,
String executor) |
ActionBuilder |
ControllerBuilder.addAction(String id,
String resultId,
String view,
boolean resolvedView,
DispatcherType dispatcher,
String executor) |
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,
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) |
ThrowSafeBuilder |
ControllerBuilder.addThrowable(Class<?> target,
String view,
boolean resolvedView,
String id,
DispatcherType dispatcher) |
ThrowSafeBuilder |
ActionBuilder.addThrowable(Class<?> target,
String view,
boolean resolvedView,
String id,
DispatcherType dispatcher) |
ThrowSafeBuilder |
ControllerBuilder.addThrowable(Class<?> target,
String view,
String id,
DispatcherType dispatcher,
boolean resolvedView) |
ThrowSafeBuilder |
ActionBuilder.addThrowable(Class<?> target,
String view,
String id,
DispatcherType dispatcher,
boolean resolvedView) |
ThrowSafeBuilder |
ControllerBuilder.addThrowable(Class<?> target,
String executor,
String view,
DispatcherType dispatcher,
boolean resolvedView,
String resultId,
boolean resultRendered) |
ThrowSafeBuilder |
ActionBuilder.addThrowable(Class<?> target,
String executor,
String view,
DispatcherType dispatcher,
boolean resolvedView,
String resultId,
boolean resultRendered) |
static DispatcherView |
FlowController.dispatcher(DispatcherType dispatcher) |
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,
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) |
ThrowSafeBuilder |
ThrowSafeBuilder.setDispatcherType(DispatcherType value) |
void |
StackRequestElementImp.setDispatcherType(DispatcherType dispatcherType) |
void |
StackRequestElement.setDispatcherType(DispatcherType dispatcherType) |
ControllerBuilder |
ControllerBuilder.setDispatcherType(DispatcherType value) |
void |
ConfigurableApplicationContext.setDispatcherType(DispatcherType value) |
ActionBuilder |
ActionBuilder.setDispatcherType(DispatcherType value) |
void |
AbstractApplicationContext.setDispatcherType(DispatcherType value) |
protected abstract void |
AbstractRenderView.show(RequestInstrument requestInstrument,
String view,
DispatcherType dispatcherType) |
| Constructor and Description |
|---|
DispatcherView(DispatcherType dispatcher) |
RedirectException(String view,
DispatcherType dispatcher) |
| Modifier and Type | Method and Description |
|---|---|
DispatcherType |
ThrowableEntry.getDispatcher() |
DispatcherType |
ThrowActionConfig.getDispatcherType() |
DispatcherType |
ActionConfig.getDispatcherType() |
| 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) |
void |
ThrowableEntry.setDispatcher(DispatcherType dispatcher) |
| Modifier and Type | Method and Description |
|---|---|
DispatcherType |
WebThrowActionConfig.getDispatcherType() |
DispatcherType |
WebActionConfig.getDispatcherType() |
| Modifier and Type | Method and Description |
|---|---|
DispatcherType |
Controller.getDispatcherType() |
DispatcherType |
Action.getDispatcherType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Controller.setDispatcherType(DispatcherType dispatcherType) |
void |
Action.setDispatcherType(DispatcherType dispatcherType) |
| Modifier and Type | Method and Description |
|---|---|
DispatcherType |
MockRenderView.getDispatcherType() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MockRenderViewType.show(RequestInstrument requestInstrument,
String view,
DispatcherType dispatcherType) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebDispatcherType |
| Modifier and Type | Method and Description |
|---|---|
ActionBuilder |
WebControllerBuilder.addAction(String id,
RequestMethodType requestMethodType,
String resultId,
boolean resultRendered,
String view,
DispatcherType dispatcher,
boolean resolvedView,
String executor) |
ActionBuilder |
WebControllerBuilder.addAction(String id,
String resultId,
boolean resultRendered,
String view,
DispatcherType dispatcher,
boolean resolvedView,
String executor) |
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,
boolean resolvedView,
DispatcherType dispatcherType,
String name,
Class<?> classType,
String actionId) |
ControllerBuilder |
WebControllerManager.addController(String id,
String view,
DispatcherType dispatcherType,
boolean resolvedView,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
WebThrowSafeBuilder |
WebControllerBuilder.addThrowable(Class<?> target,
String executor,
int responseError,
String reason,
String view,
DispatcherType dispatcher,
boolean resolvedView,
String resultId,
boolean resultRendered) |
WebThrowSafeBuilder |
WebActionBuilder.addThrowable(Class<?> target,
String executor,
int responseError,
String reason,
String view,
DispatcherType dispatcher,
boolean resolvedView,
String resultId,
boolean resultRendered) |
WebThrowSafeBuilder |
WebControllerBuilder.addThrowable(Class<?> target,
String view,
String id,
DispatcherType dispatcher,
boolean resolvedView) |
WebThrowSafeBuilder |
WebActionBuilder.addThrowable(Class<?> target,
String view,
String id,
DispatcherType dispatcher,
boolean resolvedView) |
WebThrowSafeBuilder |
WebControllerBuilder.addThrowable(int responseError,
String reason,
Class<?> target,
String view,
String id,
DispatcherType dispatcher,
boolean resolvedView) |
WebThrowSafeBuilder |
WebActionBuilder.addThrowable(int responseError,
String reason,
Class<?> target,
String view,
String id,
DispatcherType dispatcher,
boolean resolvedView) |
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) |
ControllerBuilder |
AbstractWebApplicationContext.registerController(String id,
String view,
boolean resolvedView,
DispatcherType dispatcherType,
String name,
Class<?> classType,
String actionId) |
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) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JSPRenderView.show(int responseStatus,
String reason,
WebMvcRequest webRequest,
WebMvcResponse webResponse,
String view,
DispatcherType dispatcherType) |
Copyright © 2026 Brandao. All rights reserved.