Package | Description |
---|---|
org.brandao.brutos |
Contém os recursos necessários para a configuração de uma aplicação.
|
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.http.view |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableMvcRequest |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMvcRequest |
Modifier and Type | Field and Description |
---|---|
protected MvcRequest |
DefaultMvcResponse.request |
Modifier and Type | Method and Description |
---|---|
MvcRequest |
ApplicationContextWrapper.getMvcRequest() |
MvcRequest |
ApplicationContext.getMvcRequest() |
MvcRequest |
AbstractApplicationContext.getMvcRequest() |
static MvcRequest |
RequestProvider.getRequest() |
MvcRequest |
RequestParserEvent.getRequest() |
MvcRequest |
MvcResponse.getRequest() |
MvcRequest |
MvcRequestFactory.getRequest()
Deprecated.
|
MvcRequest |
MutableRequestParserEventImp.getRequest() |
MvcRequest |
DefaultMvcResponse.getRequest() |
MvcRequest |
DefaultMvcRequestFactory.getRequest() |
static MvcRequest |
RequestProvider.init(MvcRequest request) |
Modifier and Type | Method and Description |
---|---|
static void |
RequestProvider.destroy(MvcRequest old) |
static MvcRequest |
RequestProvider.init(MvcRequest request) |
void |
MutableRequestParserEventImp.setRequest(MvcRequest value) |
void |
MutableRequestParserEvent.setRequest(MvcRequest value) |
void |
MutableMvcResponse.setRequest(MvcRequest value) |
void |
DefaultMvcResponse.setRequest(MvcRequest value) |
void |
RenderViewType.show(MvcRequest request,
MvcResponse response) |
void |
RenderView.show(MvcRequest request,
MvcResponse response) |
void |
DefaultRenderView.show(MvcRequest request,
MvcResponse response) |
void |
AbstractRenderView.show(MvcRequest request,
MvcResponse response) |
void |
AbstractConfigurableRenderView.show(MvcRequest request,
MvcResponse response) |
Modifier and Type | Method and Description |
---|---|
MvcRequest |
InterceptorHandlerImp.getRequest() |
MvcRequest |
InterceptorHandler.getRequest() |
MvcRequest |
ImpInterceptorHandler.getRequest()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
MockMvcRequest |
Modifier and Type | Method and Description |
---|---|
MvcRequest |
MockMvcRequestFactory.getRequest() |
Modifier and Type | Method and Description |
---|---|
void |
MockRenderView.show(MvcRequest request,
MvcResponse response) |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableWebMvcRequest |
interface |
WebMvcRequest |
Modifier and Type | Class and Description |
---|---|
class |
WebMvcRequestImp |
Modifier and Type | Method and Description |
---|---|
MvcRequest |
WebApplicationContextWrapper.getMvcRequest() |
MvcRequest |
WebMvcResponseImp.getRequest() |
MvcRequest |
WebMvcRequestFactory.getRequest() |
Modifier and Type | Method and Description |
---|---|
void |
WebMvcResponseImp.setRequest(MvcRequest value) |
Constructor and Description |
---|
WebMvcResponseImp(javax.servlet.http.HttpServletResponse response,
MvcRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
JSPRenderView.show(MvcRequest request,
MvcResponse response) |
void |
JsonRenderView.show(MvcRequest request,
MvcResponse response) |
Copyright © 2018 Brandao. All rights reserved.