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