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.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 |
---|---|
List<ActionID> |
ActionType.getIDs(ControllerID controllerID,
Controller controller,
ActionID actionID,
Action action)
Obtém as identificações públicas das ações.
|
Modifier and Type | Method and Description |
---|---|
protected ActionBuilder |
ActionBuilder.addAlias(ActionID id) |
List<ActionID> |
ActionType.getIDs(ControllerID controllerID,
Controller controller,
ActionID actionID,
Action action)
Obtém as identificações públicas das ações.
|
void |
DefaultActionResolver.registry(ControllerID controllerID,
Controller controller,
ActionID actionID,
Action action) |
void |
ActionResolver.registry(ControllerID controllerID,
Controller controller,
ActionID 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) |
ActionBuilder |
ActionBuilder.removeAlias(ActionID id) |
Modifier and Type | Class and Description |
---|---|
class |
ThrowActionID |
Modifier and Type | Method and Description |
---|---|
ActionID |
Controller.getDefaultAction() |
ActionID |
Action.getId() |
Modifier and Type | Method and Description |
---|---|
Map<ActionID,Action> |
Controller.getActions() |
List<ActionID> |
Action.getAlias() |
Modifier and Type | Method and Description |
---|---|
void |
Controller.addAction(ActionID id,
Action method) |
Action |
Controller.getAction(ActionID value) |
Action |
Controller.getActionById(ActionID id) |
void |
Controller.removeAction(ActionID id) |
void |
Controller.setDefaultAction(ActionID defaultAction) |
void |
Action.setId(ActionID value) |
Modifier and Type | Method and Description |
---|---|
void |
Controller.setActions(Map<ActionID,Action> actions) |
void |
Action.setAlias(List<ActionID> alias) |
void |
Controller.setMethods(Map<ActionID,Action> methods) |
Modifier and Type | Method and Description |
---|---|
void |
WebActionResolver.registry(ControllerID controllerID,
Controller controller,
ActionID actionID,
Action action) |
void |
WebActionResolver.remove(ControllerID controllerID,
Controller controller,
ActionID actionID,
Action action) |
Modifier and Type | Class and Description |
---|---|
class |
WebActionID |
Modifier and Type | Method and Description |
---|---|
void |
WebController.addAction(ActionID id,
Action method) |
void |
WebController.removeAction(ActionID id) |
Copyright © 2018 Brandao. All rights reserved.