| Package | Description |
|---|---|
| org.brandao.brutos.annotation.configuration |
Contém os recursos necessários para o processamento da configuração da aplicação.
|
| Modifier and Type | Field and Description |
|---|---|
protected ActionEntry |
ActionConfig.actionEntry |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ActionAnnotationConfig.addParameters(org.brandao.brutos.ParametersBuilder parametersBuilder,
ActionEntry method,
org.brandao.brutos.ComponentRegistry componentRegistry) |
protected String |
ActionAnnotationConfig.getView(ActionEntry actionEntry,
View viewAnnotation,
org.brandao.brutos.ComponentRegistry componentRegistry) |
static boolean |
AnnotationUtil.isAction(ActionEntry action) |
static boolean |
AnnotationUtil.isExceptionAction(ActionEntry action) |
protected void |
ActionAnnotationConfig.throwsSafe(org.brandao.brutos.ActionBuilder builder,
ActionEntry method,
org.brandao.brutos.ComponentRegistry componentRegistry) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ControllerAnnotationConfig.addActions(org.brandao.brutos.ControllerBuilder controllerBuilder,
org.brandao.brutos.ComponentRegistry componentRegistry,
Class<?> clazz,
List<ActionEntry> actionList) |
| Constructor and Description |
|---|
ActionConfig(ActionEntry actionEntry) |
ThrowActionConfig(ActionEntry actionEntry) |
Copyright © 2018 Brandao. All rights reserved.