| Package | Description |
|---|---|
| org.brandao.brutos.annotation.configuration.web | |
| org.brandao.brutos.web |
Contém os recursos necessários para a configuração de um aplicativo web.
|
| org.brandao.brutos.web.mapping |
| Modifier and Type | Method and Description |
|---|---|
RequestMethodType |
WebThrowActionConfig.getRequestMethodType() |
RequestMethodType |
WebActionConfig.getRequestMethodType() |
RequestMethodType[] |
WebThrowActionConfig.getRequestMethodTypeAlias() |
RequestMethodType[] |
WebActionConfig.getRequestMethodTypeAlias() |
| Modifier and Type | Field and Description |
|---|---|
static RequestMethodType |
BrutosWebConstants.DEFAULT_REQUEST_METHOD_TYPE |
static RequestMethodType |
RequestMethodType.DELETE |
static RequestMethodType |
RequestMethodType.GET |
static RequestMethodType |
RequestMethodType.HEAD |
static RequestMethodType |
RequestMethodType.OPTIONS |
static RequestMethodType |
RequestMethodType.POST |
static RequestMethodType |
RequestMethodType.PUT |
protected RequestMethodType |
WebResourceAction.requestMethod |
protected RequestMethodType |
AbstractWebApplicationContext.requestMethodType |
static RequestMethodType |
RequestMethodType.TRACE |
| Modifier and Type | Method and Description |
|---|---|
protected RequestMethodType |
AbstractWebApplicationContext.getInitRequestMethodType() |
RequestMethodType |
WebResourceAction.getRequestMethod() |
RequestMethodType |
WebApplicationContext.getRequestMethod() |
RequestMethodType |
WebActionBuilder.getRequestMethod() |
RequestMethodType |
AbstractWebApplicationContext.getRequestMethod() |
RequestMethodType |
WebMvcRequestImp.getRequestMethodType() |
RequestMethodType |
WebMvcRequest.getRequestMethodType() |
RequestMethodType |
WebInterceptorHandler.getRequestMethodType() |
static RequestMethodType |
RequestMethodType.valueOf(String value) |
| 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) |
ControllerBuilder |
WebControllerBuilder.addAlias(String id,
RequestMethodType requestMethodType) |
ActionBuilder |
WebActionBuilder.addAlias(String id,
RequestMethodType requestMethodType) |
ControllerBuilder |
WebControllerManager.addController(String id,
RequestMethodType requestMethodType,
String view,
DispatcherType dispatcherType,
boolean resolvedView,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
RequestEntry |
WebActionResolver.get(String value,
RequestMethodType methodType,
MutableMvcRequest request) |
ResourceAction |
WebActionResolver.getResourceAction(Controller controller,
RequestMethodType requestMethodType,
String actionId,
MutableMvcRequest request) |
Object |
WebInvoker.invoke(Class<?> controllerClass,
RequestMethodType requestMethodType,
String actionId) |
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 |
WebControllerBuilder.removeAlias(String id,
RequestMethodType requestMethodType) |
ActionBuilder |
WebActionBuilder.removeAlias(String id,
RequestMethodType requestMethodType) |
ControllerBuilder |
WebControllerBuilder.setDefaultAction(String id,
RequestMethodType requestMethodType) |
void |
WebActionBuilder.setRequestMethod(RequestMethodType value) |
void |
ConfigurableWebApplicationContext.setRequestMethod(RequestMethodType value) |
void |
AbstractWebApplicationContext.setRequestMethod(RequestMethodType value) |
void |
WebMvcRequestImp.setRequestMethodType(RequestMethodType requestMethodType) |
void |
WebConfigurableInterceptorHandler.setRequestMethodType(RequestMethodType value) |
void |
MutableWebMvcRequest.setRequestMethodType(RequestMethodType requestMethodType) |
| Constructor and Description |
|---|
WebResourceAction(RequestMethodType requestMethod,
WebController controller,
WebAction action) |
| Modifier and Type | Method and Description |
|---|---|
RequestMethodType |
WebController.getRequestMethod() |
RequestMethodType |
WebAction.getRequestMethod() |
RequestMethodType |
ThrowWebAction.getRequestMethod() |
RequestMethodType |
WebControllerID.getRequestMethodType() |
RequestMethodType |
WebActionID.getRequestMethodType() |
RequestMethodType |
RequestMappingEntry.getRequestMethodType() |
| Modifier and Type | Method and Description |
|---|---|
RequestMappingEntry |
RequestMappingNode.getRequestEntry(RequestMethodType value) |
boolean |
RequestMappingNode.putRequestEntry(RequestMethodType requestMethodType,
RequestMappingEntry value) |
boolean |
RequestMappingNode.removeRequestEntry(RequestMethodType value) |
void |
WebController.setRequestMethod(RequestMethodType requestMethod) |
void |
WebAction.setRequestMethod(RequestMethodType requestMethod) |
| Constructor and Description |
|---|
RequestMappingEntry(RequestMethodType requestMethodType,
Controller controller,
Action action) |
WebActionID(String id,
RequestMethodType requestMethodType) |
WebControllerID(String id,
RequestMethodType requestMethodType) |
Copyright © 2026 Brandao. All rights reserved.