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.test |
Modifier and Type | Class and Description |
---|---|
class |
RequestInstrumentImp |
Modifier and Type | Field and Description |
---|---|
protected RequestInstrument |
DefaultMvcRequest.requestInstrument |
Modifier and Type | Method and Description |
---|---|
RequestInstrument |
MvcRequest.getRequestInstrument() |
RequestInstrument |
Invoker.getRequestInstrument() |
RequestInstrument |
DefaultMvcRequest.getRequestInstrument() |
Modifier and Type | Method and Description |
---|---|
StackRequest |
Invoker.getStackRequest(RequestInstrument value) |
protected void |
Invoker.invokeApplication(MutableMvcRequest request,
MutableMvcResponse response,
StackRequestElement element,
RequestInstrument requestInstrument) |
protected void |
Invoker.renderView(RequestInstrument requestInstrument,
MutableMvcRequest request,
MutableMvcResponse response,
StackRequestElement element) |
void |
MutableMvcRequest.setRequestInstrument(RequestInstrument value) |
void |
DefaultMvcRequest.setRequestInstrument(RequestInstrument value) |
protected abstract void |
AbstractRenderView.show(RequestInstrument requestInstrument,
String view,
DispatcherType dispatcherType) |
Modifier and Type | Method and Description |
---|---|
RequestInstrument |
ImpInterceptorHandler.getRequestInstrument()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ImpInterceptorHandler.setRequestInstrument(RequestInstrument requestInstrument)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MockRenderViewType.show(RequestInstrument requestInstrument,
String view,
DispatcherType dispatcherType) |
Modifier and Type | Method and Description |
---|---|
RequestInstrument |
WebMvcRequestImp.getRequestInstrument() |
Modifier and Type | Method and Description |
---|---|
protected void |
WebInvoker.invokeApplication(MutableMvcRequest request,
MutableMvcResponse response,
StackRequestElement element,
RequestInstrument requestInstrument) |
void |
WebMvcRequestImp.setRequestInstrument(RequestInstrument value) |
Modifier and Type | Method and Description |
---|---|
protected void |
MockWebInvoker.invokeApplication(MutableMvcRequest request,
MutableMvcResponse response,
StackRequestElement element,
RequestInstrument requestInstrument) |
Copyright © 2018 Brandao. All rights reserved.