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.mapping |
Contém os recursos que permitem a configuração de um aplicativo.
|
org.brandao.brutos.web |
Contém os recursos necessários para a configuração de um aplicativo web.
|
Modifier and Type | Method and Description |
---|---|
Interceptor |
InterceptorManagerImp.getInterceptor(Class<?> clazz) |
Interceptor |
InterceptorManager.getInterceptor(Class<?> clazz) |
Interceptor |
InterceptorManagerImp.getInterceptor(String name) |
Interceptor |
InterceptorManager.getInterceptor(String name) |
Interceptor |
InterceptorRegistry.getRegisteredInterceptor(Class<?> clazz) |
Interceptor |
ComponentRegistryAdapter.getRegisteredInterceptor(Class<?> clazz) |
Interceptor |
InterceptorRegistry.getRegisteredInterceptor(String name) |
Interceptor |
ComponentRegistryAdapter.getRegisteredInterceptor(String name) |
Modifier and Type | Method and Description |
---|---|
List<Interceptor> |
InterceptorManagerImp.getDefaultInterceptors() |
List<Interceptor> |
InterceptorManager.getDefaultInterceptors() |
Constructor and Description |
---|
InterceptorBuilder(Interceptor interceptor,
InterceptorManager manager) |
InterceptorStackBuilder(Interceptor interceptor,
InterceptorManager manager) |
Modifier and Type | Method and Description |
---|---|
Interceptor |
InterceptorEntry.getInterceptor() |
Modifier and Type | Method and Description |
---|---|
void |
InterceptorEntry.setInterceptor(Interceptor interceptor) |
Constructor and Description |
---|
InterceptorEntry(Interceptor interceptor) |
Modifier and Type | Class and Description |
---|---|
class |
InterceptorStack |
Modifier and Type | Method and Description |
---|---|
Interceptor |
InterceptorStack.getInterceptor(String name) |
Modifier and Type | Method and Description |
---|---|
List<Interceptor> |
Controller.getDefaultInterceptorList() |
List<Interceptor> |
InterceptorStack.getInterceptors() |
List<Interceptor> |
Controller.getInterceptors() |
List<Interceptor> |
Controller.getInterceptorStack() |
Modifier and Type | Method and Description |
---|---|
void |
InterceptorStack.addInterceptor(Interceptor interceptor) |
void |
Controller.addInterceptor(Interceptor interceptor) |
void |
Controller.addInterceptor(Interceptor[] interceptor) |
protected void |
InterceptorStack.checkProperty(String name,
Interceptor stack) |
protected void |
Interceptor.checkProperty(String name,
Interceptor stack) |
boolean |
InterceptorStack.containsInterceptor(Interceptor interceptor) |
boolean |
Controller.isInterceptedBy(Interceptor interceptor) |
void |
InterceptorStack.removeInterceptor(Interceptor interceptor) |
void |
Controller.removeInterceptor(Interceptor interceptor) |
void |
Controller.removeInterceptor(Interceptor[] interceptor) |
Modifier and Type | Method and Description |
---|---|
void |
Controller.setDefaultInterceptorList(List<Interceptor> defaultInterceptorList) |
void |
InterceptorStack.setInterceptors(List<Interceptor> interceptors) |
void |
Controller.setInterceptorStack(List<Interceptor> interceptorStack) |
Constructor and Description |
---|
Interceptor(Interceptor parent) |
Modifier and Type | Method and Description |
---|---|
Interceptor |
WebApplicationContextWrapper.getRegisteredInterceptor(Class<?> clazz) |
Interceptor |
AbstractWebApplicationContext.getRegisteredInterceptor(Class<?> clazz) |
Interceptor |
WebApplicationContextWrapper.getRegisteredInterceptor(String name) |
Interceptor |
AbstractWebApplicationContext.getRegisteredInterceptor(String name) |
Copyright © 2018 Brandao. All rights reserved.