| 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 | Class and Description |
|---|---|
class |
ResultActionBeanEntry |
| Modifier and Type | Method and Description |
|---|---|
ResultActionEntry |
ActionEntry.getResultAction() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BasicAnnotationConfig.addIdentify(ResultActionEntry source,
org.brandao.brutos.ComponentBuilder builder,
org.brandao.brutos.ComponentRegistry componentRegistry) |
protected void |
ActionAnnotationConfig.addResultAction(org.brandao.brutos.ComponentBuilder builder,
ResultActionEntry method,
org.brandao.brutos.ComponentRegistry componentRegistry) |
protected org.brandao.brutos.ResultActionBuilder |
BasicAnnotationConfig.buildResultAction(org.brandao.brutos.ComponentBuilder builder,
ResultActionEntry source,
org.brandao.brutos.ComponentRegistry componentRegistry) |
protected void |
BeanAnnotationConfig.createBean(org.brandao.brutos.ComponentBuilder builder,
ResultActionEntry source,
org.brandao.brutos.ComponentRegistry componentRegistry) |
void |
ActionEntry.setResultAction(ResultActionEntry resultAction) |
protected org.brandao.brutos.ResultActionBuilder |
BasicAnnotationConfig.setResultAction(ResultActionEntry source,
org.brandao.brutos.ComponentBuilder builder,
org.brandao.brutos.ComponentRegistry componentRegistry) |
| Constructor and Description |
|---|
ActionEntry(String name,
Annotation[] annotation,
Class<?> controllerClass,
Class<?>[] exceptionTypes,
Type[] genericParameterTypes,
Class<?>[] parameterTypes,
Class<?> returnType,
Annotation[][] parameterAnnotations,
String view,
String dispatcher,
ResultActionEntry resulrAction,
boolean abstractAction) |
ResultActionBeanEntry(ResultActionEntry o) |
Copyright © 2018 Brandao. All rights reserved.