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.web | |
org.brandao.brutos.annotation.web.test | |
org.brandao.brutos.interceptor |
Contém os recursos que permitem interceptar o aplicativo.
|
org.brandao.brutos.test |
Contém os recursos necessários para a geração de testes.
|
org.brandao.brutos.web |
Contém os recursos necessários para a configuração de um aplicativo web.
|
org.brandao.brutos.web.test |
Modifier and Type | Interface and Description |
---|---|
interface |
ConfigurableApplicationContext |
Modifier and Type | Class and Description |
---|---|
class |
AbstractApplicationContext |
class |
AbstractXMLApplicationContext |
class |
ApplicationContextWrapper |
class |
ByteArrayXMLApplicationContext |
class |
ClassPathXMLApplicationContext |
class |
FileSystemXMLApplicationContext |
class |
InputStreamXMLApplicationContext |
Modifier and Type | Field and Description |
---|---|
protected ApplicationContext |
DefaultMvcRequest.applicationContext |
Modifier and Type | Method and Description |
---|---|
ApplicationContext |
MvcRequest.getApplicationContext() |
ApplicationContext |
DefaultMvcRequest.getApplicationContext() |
ApplicationContext |
RequestInstrumentImp.getContext() |
ApplicationContext |
RequestInstrument.getContext() |
static ApplicationContext |
Invoker.getCurrentApplicationContext() |
ApplicationContext |
ApplicationContext.getParent() |
ApplicationContext |
AbstractApplicationContext.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
ViewResolver.setApplicationContext(ApplicationContext context) |
void |
MutableMvcRequest.setApplicationContext(ApplicationContext value) |
void |
DefaultMvcRequest.setApplicationContext(ApplicationContext value) |
void |
ConfigurableViewResolver.setApplicationContext(ApplicationContext context) |
void |
AbstractViewResolver.setApplicationContext(ApplicationContext context) |
void |
ConfigurableApplicationContext.setParent(ApplicationContext applicationContext) |
void |
AbstractApplicationContext.setParent(ApplicationContext applicationContext) |
Constructor and Description |
---|
AbstractApplicationContext(ApplicationContext parent) |
BeanBuilder(Bean mappingBean,
Controller controller,
ControllerBuilder controllerBuilder,
ValidatorFactory validatorFactory,
ApplicationContext applicationContext) |
RequestInstrumentImp(ApplicationContext context,
ObjectFactory objectFactory,
RenderView renderView) |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationApplicationContext
Classe que permite a configuração de uma aplicação usando anotações.
|
Constructor and Description |
---|
AnnotationApplicationContext(Class<?>[] clazz,
ApplicationContext parent)
Cria uma nova aplicação especificando os componentes e uma aplicação
parente.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationWebApplicationContext |
Modifier and Type | Class and Description |
---|---|
class |
MockAnnotationWebApplicationContext |
Modifier and Type | Method and Description |
---|---|
ApplicationContext |
InterceptorHandlerImp.getContext() |
ApplicationContext |
InterceptorHandler.getContext() |
ApplicationContext |
ImpInterceptorHandler.getContext()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ImpInterceptorHandler.setContext(ApplicationContext context)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
MockApplicationContext |
Modifier and Type | Interface and Description |
---|---|
interface |
ConfigurableWebApplicationContext |
interface |
WebApplicationContext |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWebApplicationContext |
class |
ServletContextXMLApplicationContext |
class |
WebApplicationContextWrapper |
class |
XMLWebApplicationContext |
Modifier and Type | Method and Description |
---|---|
ApplicationContext |
WebMvcRequestImp.getApplicationContext() |
ApplicationContext |
WebApplicationContextWrapper.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
WebMvcRequestImp.setApplicationContext(ApplicationContext value) |
void |
WebApplicationContextWrapper.setParent(ApplicationContext applicationContext) |
Constructor and Description |
---|
AbstractWebApplicationContext(ApplicationContext parent) |
Modifier and Type | Class and Description |
---|---|
class |
MockWebApplicationContext |
class |
MockXMLWebApplicationContext |
Copyright © 2018 Brandao. All rights reserved.