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 | Field and Description |
---|---|
protected Map<ControllerID,Controller> |
ControllerManagerImp.mappedControllers |
Modifier and Type | Method and Description |
---|---|
protected ControllerBuilder |
ControllerBuilder.addAlias(ControllerID id) |
protected void |
ControllerManagerImp.addController(ControllerID id,
Controller controller) |
void |
ControllerManagerImp.addControllerAlias(Controller controller,
ControllerID alias) |
void |
ControllerManager.InternalUpdate.addControllerAlias(Controller controller,
ControllerID alias) |
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) |
protected ControllerBuilder |
ControllerBuilder.removeAlias(ControllerID id) |
protected void |
ControllerManagerImp.removeController(ControllerID id,
Controller controller) |
void |
ControllerManagerImp.removeControllerAlias(Controller controller,
ControllerID alias) |
void |
ControllerManager.InternalUpdate.removeControllerAlias(Controller controller,
ControllerID alias) |
Modifier and Type | Method and Description |
---|---|
ControllerID |
Controller.getId() |
Modifier and Type | Method and Description |
---|---|
List<ControllerID> |
Controller.getAlias() |
Modifier and Type | Method and Description |
---|---|
void |
Controller.setId(ControllerID id) |
Modifier and Type | Method and Description |
---|---|
void |
Controller.setAlias(List<ControllerID> alias) |
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 |
WebControllerID |
Copyright © 2018 Brandao. All rights reserved.