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.
|
org.brandao.brutos.validator |
Contém os recursos necessários para a validação de dados.
|
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 | Field and Description |
---|---|
protected Action |
ThrowSafeBuilder.action |
protected Action |
DefaultResourceAction.action |
protected Action |
ActionBuilder.action |
Modifier and Type | Method and Description |
---|---|
Action |
ResourceAction.getMethodForm() |
Action |
DefaultResourceMethod.getMethodForm()
Deprecated.
|
Action |
DefaultResourceAction.getMethodForm() |
Modifier and Type | Method and Description |
---|---|
List<ActionID> |
ActionType.getIDs(ControllerID controllerID,
Controller controller,
ActionID actionID,
Action action)
Obtém as identificações públicas das ações.
|
ResourceAction |
ActionResolver.getResourceAction(Action action,
MutableMvcRequest request) |
ResourceAction |
AbstractActionResolver.getResourceAction(Action action,
MutableMvcRequest request) |
void |
DefaultActionResolver.registry(ControllerID controllerID,
Controller controller,
ActionID actionID,
Action action) |
void |
ActionResolver.registry(ControllerID controllerID,
Controller controller,
ActionID actionID,
Action action) |
void |
DefaultActionResolver.registry(String controllerID,
Controller controller,
String actionID,
Action action) |
void |
DefaultActionResolver.remove(ControllerID controllerID,
Controller controller,
ActionID actionID,
Action action) |
void |
ActionResolver.remove(ControllerID controllerID,
Controller controller,
ActionID actionID,
Action action) |
void |
DefaultActionResolver.remove(String controllerID,
Controller controller,
String actionID,
Action action) |
Constructor and Description |
---|
ActionBuilder(Action action,
Controller controller,
ValidatorFactory validatorFactory,
ControllerBuilder controllerBuilder,
ConfigurableApplicationContext applicationContext) |
DefaultResourceAction(Controller controller,
Action action) |
DefaultResourceMethod(Action method)
Deprecated.
|
ParametersBuilder(Controller controller,
Action action,
ValidatorFactory validatorFactory,
ControllerBuilder controllerBuilder,
ActionBuilder actionBuilder,
ThrowSafeBuilder throwSafeBuilder,
ConfigurableApplicationContext applicationContext) |
ThrowSafeBuilder(ThrowableSafeData throwSafe,
Controller controller,
Action action,
ValidatorFactory validatorFactory,
ControllerBuilder controllerBuilder,
ActionBuilder actionBuilder,
ConfigurableApplicationContext applicationContext) |
Modifier and Type | Class and Description |
---|---|
class |
ThrowAction |
Modifier and Type | Field and Description |
---|---|
protected Action |
ThrowableSafeData.action |
protected Action |
ThrowableSafeData.parent |
Modifier and Type | Method and Description |
---|---|
Action |
ThrowableSafeData.getAction() |
Action |
ResultAction.getAction() |
Action |
ParameterAction.getAction() |
Action |
Controller.getAction(ActionID value) |
Action |
Controller.getActionById(ActionID id) |
Action |
Controller.getActionByName(String name) |
Action |
Controller.getMethod(Method method) |
Action |
ThrowableSafeData.getParent() |
Action |
Controller.getThrowSafeActionById(Class<?> id) |
Modifier and Type | Method and Description |
---|---|
Map<ActionID,Action> |
Controller.getActions() |
Map<Class<?>,Action> |
Controller.getThrowsSafeAction() |
Modifier and Type | Method and Description |
---|---|
void |
Controller.addAction(ActionID id,
Action method) |
void |
Controller.addThrowSafeAction(Class<?> id,
Action method) |
void |
ThrowableSafeData.setAction(Action action) |
void |
ParameterAction.setAction(Action action) |
void |
ThrowableSafeData.setParent(Action parent) |
Modifier and Type | Method and Description |
---|---|
void |
Controller.setActions(Map<ActionID,Action> actions) |
void |
Controller.setMethods(Map<ActionID,Action> methods) |
void |
Controller.setReverseMethods(Map<ReverseActionKey,List<Action>> reverseMethods) |
void |
Controller.setThrowsSafeAction(Map<Class<?>,Action> throwsSafeAction) |
Constructor and Description |
---|
ParameterAction(Action action) |
ResultAction(Action action) |
ThrowableSafeData(Action parent) |
Modifier and Type | Method and Description |
---|---|
void |
Validator.validate(Action source,
Object controller,
Object value)
Deprecated.
|
void |
JSR303Validator.validate(Action source,
Object controller,
Object value)
Deprecated.
|
void |
DefaultValidator.validate(Action source,
Object controller,
Object value) |
void |
Validator.validate(Action source,
Object controller,
Object[] value) |
void |
JSR303Validator.validate(Action source,
Object controller,
Object[] value) |
void |
DefaultValidator.validate(Action source,
Object controller,
Object[] value) |
Modifier and Type | Method and Description |
---|---|
ResourceAction |
WebActionResolver.getResourceAction(Action action,
MutableMvcRequest request) |
void |
WebActionResolver.registry(ControllerID controllerID,
Controller controller,
ActionID actionID,
Action action) |
void |
WebActionResolver.remove(ControllerID controllerID,
Controller controller,
ActionID actionID,
Action action) |
Constructor and Description |
---|
WebActionBuilder(Action methodForm,
Controller controller,
ValidatorFactory validatorFactory,
ControllerBuilder controllerBuilder,
ConfigurableApplicationContext applicationContext) |
WebThrowSafeBuilder(ThrowableSafeData throwSafe,
Controller controller,
Action action,
ValidatorFactory validatorFactory,
ControllerBuilder controllerBuilder,
ActionBuilder actionBuilder,
ConfigurableApplicationContext applicationContext) |
Modifier and Type | Class and Description |
---|---|
class |
ThrowWebAction |
class |
WebAction |
Modifier and Type | Method and Description |
---|---|
Action |
RequestMappingEntry.getAction() |
Action |
WebController.getActionByName(String name) |
Modifier and Type | Method and Description |
---|---|
void |
WebController.addAction(ActionID id,
Action method) |
Constructor and Description |
---|
RequestMappingEntry(RequestMethodType requestMethodType,
Controller controller,
Action action) |
WebThrowableSafeData(Action action) |
Copyright © 2018 Brandao. All rights reserved.