Package | Description |
---|---|
org.brandao.brutos |
Contém os recursos necessários para a configuração de uma aplicação.
|
org.brandao.brutos.annotation |
Contém os recursos necessários para a configuração da aplicação.
|
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.converters |
Contém os conversores usados na configuração da aplicação.
|
org.brandao.brutos.annotation.configuration.web | |
org.brandao.brutos.annotation.web | |
org.brandao.brutos.annotation.web.test | |
org.brandao.brutos.web |
Contém os recursos necessários para a configuração de um aplicativo web.
|
org.brandao.brutos.web.test | |
org.brandao.brutos.xml |
Contém os recursos que dão suporte à configuração XML.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentRegistryAdapter |
Modifier and Type | Method and Description |
---|---|
protected void |
ApplicationContextWrapper.loadDefinitions(ComponentRegistry registry) |
protected void |
AbstractXMLApplicationContext.loadDefinitions(ComponentRegistry registry) |
protected abstract void |
AbstractApplicationContext.loadDefinitions(ComponentRegistry registry) |
Modifier and Type | Method and Description |
---|---|
Object |
AnnotationConfig.applyConfiguration(Object source,
Object builder,
ComponentRegistry componentRegistry)
Aplica o recurso na entidade.
|
void |
ComponentConfigurer.init(ComponentRegistry componentRegistry) |
protected void |
AnnotationApplicationContext.loadDefinitions(ComponentRegistry registry) |
Modifier and Type | Method and Description |
---|---|
protected void |
ControllerAnnotationConfig.addActions(ControllerBuilder controllerBuilder,
ComponentRegistry componentRegistry,
Class<?> clazz) |
protected void |
ControllerAnnotationConfig.addActions(ControllerBuilder controllerBuilder,
ComponentRegistry componentRegistry,
Class<?> clazz,
List<ActionEntry> actionList) |
protected void |
BeanAnnotationConfig.addConstructor(BeanBuilder beanBuilder,
ComponentRegistry componentRegistry,
Class<?> clazz) |
protected ConstructorArgBuilder |
BasicAnnotationConfig.addConstructorArg(ConstructorArgEntry source,
ConstructorBuilder builder,
ComponentRegistry componentRegistry) |
protected void |
ElementCollectionAnnotationConfig.addElement(ElementEntry elementEntry,
BeanBuilder builder,
ComponentRegistry componentRegistry) |
protected void |
BeanAnnotationConfig.addfactories(BeanBuilder factoryBuilder,
ComponentRegistry componentRegistry,
Class<?> clazz) |
protected void |
AnyAnnotationConfig.addIdentify(ActionParamEntry source,
ParameterBuilder paramBuilder,
ComponentRegistry componentRegistry) |
protected void |
BasicAnnotationConfig.addIdentify(ActionParamEntry source,
ParametersBuilder builder,
ComponentRegistry componentRegistry) |
protected void |
BasicAnnotationConfig.addIdentify(BeanPropertyAnnotation source,
Object builder,
ComponentRegistry componentRegistry) |
protected void |
AnyAnnotationConfig.addIdentify(BeanPropertyAnnotation source,
PropertyBuilder propertyBuilder,
ComponentRegistry componentRegistry) |
protected void |
AnyAnnotationConfig.addIdentify(ConstructorArgEntry source,
ConstructorArgBuilder constructorArgBuilder,
ComponentRegistry componentRegistry) |
protected void |
BasicAnnotationConfig.addIdentify(ConstructorArgEntry source,
ConstructorBuilder builder,
ComponentRegistry componentRegistry) |
protected void |
AnyAnnotationConfig.addIdentify(ElementEntry source,
ElementBuilder sourceBuilder,
ComponentRegistry componentRegistry) |
protected void |
AnyAnnotationConfig.addIdentify(KeyEntry source,
KeyBuilder sourceBuilder,
ComponentRegistry componentRegistry) |
protected void |
BasicAnnotationConfig.addIdentify(ResultActionEntry source,
ComponentBuilder builder,
ComponentRegistry componentRegistry) |
protected void |
KeyCollectionAnnotationConfig.addKey(KeyEntry keyEntry,
BeanBuilder builder,
ComponentRegistry componentRegistry) |
protected ParameterBuilder |
BasicAnnotationConfig.addParameter(ActionParamEntry source,
ParametersBuilder builder,
ComponentRegistry componentRegistry) |
protected void |
ActionAnnotationConfig.addParameters(ParametersBuilder parametersBuilder,
ActionEntry method,
ComponentRegistry componentRegistry) |
protected void |
BeanAnnotationConfig.addProperties(BeanBuilder beanBuilder,
ComponentRegistry componentRegistry,
Class<?> clazz) |
protected void |
ControllerAnnotationConfig.addProperties(ControllerBuilder controllerBuilder,
ComponentRegistry componentRegistry,
Class<?> clazz) |
protected PropertyBuilder |
PropertyAnnotationConfig.addProperty(BeanBuilder beanBuilder,
BeanPropertyAnnotation property,
String propertyName,
String name,
ScopeType scope,
EnumerationType enumProperty,
String temporalProperty,
Type type,
ComponentRegistry componentRegistry)
Deprecated.
|
protected PropertyBuilder |
PropertyAnnotationConfig.addProperty(BeanPropertyAnnotation property,
Object builder,
ComponentRegistry componentRegistry)
Deprecated.
|
protected PropertyBuilder |
BasicAnnotationConfig.addProperty(BeanPropertyAnnotation property,
Object builder,
ComponentRegistry componentRegistry) |
protected PropertyBuilder |
PropertyAnnotationConfig.addProperty(ControllerBuilder controllerBuilder,
BeanPropertyAnnotation property,
String propertyName,
String name,
ScopeType scope,
EnumerationType enumProperty,
String temporalProperty,
Type type,
ComponentRegistry componentRegistry)
Deprecated.
|
protected void |
ActionAnnotationConfig.addResultAction(ComponentBuilder builder,
ResultActionEntry method,
ComponentRegistry componentRegistry) |
protected void |
ThrowSafeAnnotationConfig.addThrowSafe(ActionBuilder actionBuilder,
ComponentRegistry componentRegistry,
ThrowableEntry throwSafe) |
protected void |
ThrowSafeAnnotationConfig.addThrowSafe(ControllerBuilder controllerBuilder,
ComponentRegistry componentRegistry,
ThrowableEntry throwSafe) |
void |
ConfigurerAdapter.afterComponenetDiscovery(ComponentRegistry registry) |
Object |
TypeDefAnnotationConfig.applyConfiguration(Object source,
Object builder,
ComponentRegistry componentRegistry) |
Object |
ThrowSafeListAnnotationConfig.applyConfiguration(Object source,
Object builder,
ComponentRegistry componentRegistry)
Deprecated.
|
Object |
ThrowSafeAnnotationConfig.applyConfiguration(Object source,
Object builder,
ComponentRegistry componentRegistry) |
Object |
RootAnnotationConfig.applyConfiguration(Object source,
Object builder,
ComponentRegistry componentRegistry) |
Object |
RestrictionsAnnotationConfig.applyConfiguration(Object source,
Object builder,
ComponentRegistry componentRegistry) |
Object |
RestrictionAnnotationConfig.applyConfiguration(Object source,
Object builder,
ComponentRegistry componentRegistry) |
Object |
ResponseTypeAnnotationConfig.applyConfiguration(Object source,
Object builder,
ComponentRegistry componentRegistry) |
Object |
PropertyAnnotationConfig.applyConfiguration(Object source,
Object builder,
ComponentRegistry componentRegistry)
Deprecated.
|
Object |
KeyCollectionAnnotationConfig.applyConfiguration(Object source,
Object builder,
ComponentRegistry componentRegistry) |
Object |
InterceptsStackAnnotationConfig.applyConfiguration(Object source,
Object builder,
ComponentRegistry componentRegistry) |
Object |
InterceptsAnnotationConfig.applyConfiguration(Object source,
Object builder,
ComponentRegistry componentRegistry) |
Object |
InterceptedByAnnotationConfig.applyConfiguration(Object source,
Object builder,
ComponentRegistry componentRegistry) |
Object |
ExtendedScopeAnnotationConfig.applyConfiguration(Object source,
Object builder,
ComponentRegistry componentRegistry) |
Object |
ElementCollectionAnnotationConfig.applyConfiguration(Object source,
Object builder,
ComponentRegistry componentRegistry) |
Object |
ControllerAnnotationConfig.applyConfiguration(Object source,
Object builder,
ComponentRegistry componentRegistry) |
Object |
BeanAnnotationConfig.applyConfiguration(Object source,
Object builder,
ComponentRegistry componentRegistry) |
Object |
BasicAnnotationConfig.applyConfiguration(Object source,
Object builder,
ComponentRegistry componentRegistry) |
Object |
AnyKeyCollectionAnnotationConfig.applyConfiguration(Object source,
Object builder,
ComponentRegistry componentRegistry)
Deprecated.
|
Object |
AnyElementCollectionAnnotationConfig.applyConfiguration(Object source,
Object builder,
ComponentRegistry componentRegistry)
Deprecated.
|
Object |
AnyAnnotationConfig.applyConfiguration(Object source,
Object builder,
ComponentRegistry componentRegistry) |
Object |
ActionAnnotationConfig.applyConfiguration(Object source,
Object builder,
ComponentRegistry componentRegistry) |
Object |
AcceptRequestTypeAnnotationConfig.applyConfiguration(Object source,
Object builder,
ComponentRegistry componentRegistry) |
Object |
TypeDefAnnotationConfig.applyConfiguration0(Object source,
Object builder,
ComponentRegistry componentRegistry) |
Object |
ThrowSafeListAnnotationConfig.applyConfiguration0(Object source,
Object builder,
ComponentRegistry componentRegistry)
Deprecated.
|
Object |
RootAnnotationConfig.applyConfiguration0(Object source,
Object builder,
ComponentRegistry componentRegistry) |
Object |
RestrictionsAnnotationConfig.applyConfiguration0(Object source,
Object builder,
ComponentRegistry componentRegistry) |
Object |
RestrictionAnnotationConfig.applyConfiguration0(Object source,
Object builder,
ComponentRegistry componentRegistry) |
Object |
KeyCollectionAnnotationConfig.applyConfiguration0(Object source,
Object builder,
ComponentRegistry componentRegistry) |
Object |
InterceptsStackAnnotationConfig.applyConfiguration0(Object source,
Object builder,
ComponentRegistry componentRegistry) |
Object |
InterceptsAnnotationConfig.applyConfiguration0(Object source,
Object builder,
ComponentRegistry componentRegistry) |
Object |
InterceptedByAnnotationConfig.applyConfiguration0(Object source,
Object builder,
ComponentRegistry componentRegistry) |
Object |
ExtendedScopeAnnotationConfig.applyConfiguration0(Object source,
Object builder,
ComponentRegistry componentRegistry) |
Object |
ElementCollectionAnnotationConfig.applyConfiguration0(Object source,
Object builder,
ComponentRegistry componentRegistry) |
Object |
ControllerAnnotationConfig.applyConfiguration0(Object arg0,
Object arg1,
ComponentRegistry componentRegistry) |
Object |
BeanAnnotationConfig.applyConfiguration0(Object source,
Object builder,
ComponentRegistry componentRegistry) |
Object |
BasicAnnotationConfig.applyConfiguration0(Object source,
Object builder,
ComponentRegistry componentRegistry) |
Object |
AnyKeyCollectionAnnotationConfig.applyConfiguration0(Object source,
Object builder,
ComponentRegistry componentRegistry)
Deprecated.
|
Object |
AnyElementCollectionAnnotationConfig.applyConfiguration0(Object source,
Object builder,
ComponentRegistry componentRegistry)
Deprecated.
|
Object |
AnyAnnotationConfig.applyConfiguration0(Object source,
Object builder,
ComponentRegistry componentRegistry) |
Object |
ApplyAnnotationConfig.applyInternalConfiguration(Object source,
Object builder,
ComponentRegistry componentRegistry) |
Object |
AbstractAnnotationConfig.applyInternalConfiguration(Object source,
Object builder,
ComponentRegistry componentRegistry) |
Object |
ThrowSafeAnnotationConfig.applyThrowSafe(Object source,
Object builder,
ComponentRegistry componentRegistry) |
protected Object |
ThrowSafeAnnotationConfig.applyThrowSafeAction(Object source,
Object builder,
ComponentRegistry componentRegistry) |
void |
ConfigurerAdapter.beforeComponenetDiscovery(ComponentRegistry registry) |
protected ConstructorArgBuilder |
BasicAnnotationConfig.buildConstructorArg(ConstructorBuilder builder,
ConstructorArgEntry arg,
ComponentRegistry componentRegistry) |
protected void |
ElementCollectionAnnotationConfig.buildElement(ElementEntry element,
Object builder,
ComponentRegistry componentRegistry) |
protected void |
KeyCollectionAnnotationConfig.buildKey(KeyEntry key,
Object builder,
ComponentRegistry componentRegistry) |
protected ParameterBuilder |
BasicAnnotationConfig.buildParameter(ParametersBuilder builder,
ActionParamEntry property,
ComponentRegistry componentRegistry) |
protected PropertyBuilder |
PropertyAnnotationConfig.buildProperty(BeanBuilder beanBuilder,
BeanPropertyAnnotation property,
ComponentRegistry componentRegistry)
Deprecated.
|
protected PropertyBuilder |
BasicAnnotationConfig.buildProperty(Object beanBuilder,
BeanPropertyAnnotation property,
ComponentRegistry componentRegistry) |
protected ResultActionBuilder |
BasicAnnotationConfig.buildResultAction(ComponentBuilder builder,
ResultActionEntry source,
ComponentRegistry componentRegistry) |
Object |
Converter.converter(Object value,
ComponentRegistry componentRegistry) |
protected String |
ActionAnnotationConfig.createActionView(ActionBuilder action,
ComponentRegistry componentRegistry,
String view) |
protected void |
BeanAnnotationConfig.createBean(BeanBuilder builder,
BeanEntryProperty source,
ComponentRegistry componentRegistry) |
protected void |
BeanAnnotationConfig.createBean(BeanBuilder beanBuilder,
ComponentRegistry componentRegistry,
Object genericType,
KeyCollection keyCollection,
ElementCollection elementCollection) |
protected void |
BeanAnnotationConfig.createBean(BeanBuilder builder,
ElementEntry source,
ComponentRegistry componentRegistry) |
protected void |
BeanAnnotationConfig.createBean(BeanBuilder builder,
KeyEntry source,
ComponentRegistry componentRegistry) |
protected void |
BeanAnnotationConfig.createBean(ComponentBuilder builder,
ResultActionEntry source,
ComponentRegistry componentRegistry) |
protected void |
BeanAnnotationConfig.createBean(ConstructorBuilder builder,
BeanEntryConstructorArg source,
ComponentRegistry componentRegistry) |
protected void |
BeanAnnotationConfig.createBean(ControllerBuilder builder,
BeanEntryProperty source,
ComponentRegistry componentRegistry) |
protected void |
BeanAnnotationConfig.createBean(ControllerBuilder builder,
ImportBeanEntry source,
ComponentRegistry componentRegistry) |
protected void |
BeanAnnotationConfig.createBean(Object builder,
Object source,
ComponentRegistry componentRegistry) |
protected void |
BeanAnnotationConfig.createBean(ParametersBuilder builder,
BeanActionParamEntry actionParam,
ComponentRegistry componentRegistry) |
protected String |
ControllerAnnotationConfig.createControllerView(ControllerBuilder controller,
ComponentRegistry componentRegistry,
String view) |
protected String |
ActionAnnotationConfig.getView(ActionEntry actionEntry,
View viewAnnotation,
ComponentRegistry componentRegistry) |
protected String |
ControllerAnnotationConfig.getView(View viewAnnotation,
ComponentRegistry componentRegistry) |
protected String |
ActionAnnotationConfig.getView(View viewAnnotation,
ComponentRegistry componentRegistry) |
protected void |
ControllerAnnotationConfig.importBeans(ControllerBuilder controllerBuilder,
ComponentRegistry componentRegistry,
Class<?> clazz) |
protected Object |
ActionAnnotationConfig.innerApplyConfiguration(Object source,
Object builder,
ComponentRegistry componentRegistry) |
static boolean |
AnnotationUtil.isObject(ElementEntry element,
ComponentRegistry componentRegistry) |
static boolean |
AnnotationUtil.isObject(KeyEntry element,
ComponentRegistry componentRegistry) |
protected ControllerBuilder |
ControllerAnnotationConfig.registerController(ComponentRegistry componentRegistry,
String id,
String view,
boolean resolvedView,
DispatcherType dispatcherType,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
protected void |
BeanAnnotationConfig.setElement(BeanBuilder beanBuilder,
ComponentRegistry componentRegistry,
Object genericType,
Class<?> type,
ElementCollection elementCollection) |
protected void |
BeanAnnotationConfig.setKey(BeanBuilder beanBuilder,
ComponentRegistry componentRegistry,
Object genericType,
Class<?> type,
KeyCollection keyCollection) |
protected ResultActionBuilder |
BasicAnnotationConfig.setResultAction(ResultActionEntry source,
ComponentBuilder builder,
ComponentRegistry componentRegistry) |
protected void |
ActionAnnotationConfig.throwsSafe(ActionBuilder builder,
ActionEntry method,
ComponentRegistry componentRegistry) |
protected void |
ControllerAnnotationConfig.throwsSafe(ControllerBuilder builder,
Class<?> clazz,
ComponentRegistry componentRegistry) |
Modifier and Type | Method and Description |
---|---|
Object |
InterceptorStackConverter.converter(Object value,
ComponentRegistry componentRegistry) |
Modifier and Type | Method and Description |
---|---|
protected void |
WebThrowSafeAnnotationConfig.addThrowSafe(ActionBuilder actionBuilder,
ComponentRegistry componentRegistry,
ThrowableEntry source) |
protected void |
WebThrowSafeAnnotationConfig.addThrowSafe(ControllerBuilder controllerBuilder,
ComponentRegistry componentRegistry,
ThrowableEntry source) |
Object |
WebThrowSafeAnnotationConfig.applyConfiguration(Object source,
Object builder,
ComponentRegistry componentRegistry) |
Object |
WebControllerAnnotationConfig.applyConfiguration0(Object arg0,
Object arg1,
ComponentRegistry componentRegistry) |
protected Object |
WebThrowSafeAnnotationConfig.applyThrowSafe(Object source,
Object builder,
ComponentRegistry componentRegistry) |
protected Object |
WebThrowSafeAnnotationConfig.applyThrowSafeAction(Object source,
Object builder,
ComponentRegistry componentRegistry) |
protected Object |
WebActionAnnotationConfig.innerApplyConfiguration(Object source,
Object builder,
ComponentRegistry componentRegistry) |
protected void |
WebActionAnnotationConfig.throwsSafe(ActionBuilder builder,
ActionEntry method,
ComponentRegistry componentRegistry) |
protected void |
WebControllerAnnotationConfig.throwsSafe(ControllerBuilder builder,
Class<?> clazz,
ComponentRegistry componentRegistry) |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationWebApplicationContext |
Modifier and Type | Method and Description |
---|---|
protected void |
AnnotationWebApplicationContext.loadDefinitions(ComponentRegistry registry) |
Constructor and Description |
---|
AnnotationDefinitionReader(ConfigurableApplicationContext applicationContext,
ComponentRegistry componentRegistry) |
Modifier and Type | Class and Description |
---|---|
class |
MockAnnotationWebApplicationContext |
Modifier and Type | Interface and Description |
---|---|
interface |
ConfigurableWebApplicationContext |
interface |
WebComponentRegistry |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWebApplicationContext |
class |
WebApplicationContextWrapper |
class |
XMLWebApplicationContext |
Modifier and Type | Method and Description |
---|---|
void |
XMLWebApplicationContext.loadDefinitions(ComponentRegistry registry) |
protected void |
WebApplicationContextWrapper.loadDefinitions(ComponentRegistry registry) |
Constructor and Description |
---|
WebXMLComponentDefinitionReader(ComponentRegistry componenetRegistry) |
Modifier and Type | Class and Description |
---|---|
class |
MockWebApplicationContext |
class |
MockXMLWebApplicationContext |
Modifier and Type | Field and Description |
---|---|
protected ComponentRegistry |
AbstractDefinitionReader.componentRegistry |
Constructor and Description |
---|
AbstractDefinitionReader(ComponentRegistry componenetRegistry) |
AbstractXMLDefinitionReader(ComponentRegistry componenetRegistry) |
ContextDefinitionReader(ComponentRegistry componenetRegistry) |
XMLComponentDefinitionReader(ComponentRegistry componenetRegistry) |
Copyright © 2018 Brandao. All rights reserved.