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,
ComponentBuilder builder,
ComponentRegistry componentRegistry) |
protected void |
ActionAnnotationConfig.addResultAction(ComponentBuilder builder,
ResultActionEntry method,
ComponentRegistry componentRegistry) |
protected ResultActionBuilder |
BasicAnnotationConfig.buildResultAction(ComponentBuilder builder,
ResultActionEntry source,
ComponentRegistry componentRegistry) |
protected void |
BeanAnnotationConfig.createBean(ComponentBuilder builder,
ResultActionEntry source,
ComponentRegistry componentRegistry) |
void |
ActionEntry.setResultAction(ResultActionEntry resultAction) |
protected ResultActionBuilder |
BasicAnnotationConfig.setResultAction(ResultActionEntry source,
ComponentBuilder builder,
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.