Package | Description |
---|---|
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 | Interface and Description |
---|---|
interface |
ConfigurableInterceptorHandler |
Modifier and Type | Class and Description |
---|---|
class |
ImpInterceptorHandler
Deprecated.
|
class |
InterceptorHandlerImp |
Modifier and Type | Method and Description |
---|---|
boolean |
Interceptor.accept(InterceptorHandler handler) |
boolean |
AbstractInterceptor.accept(InterceptorHandler handler) |
void |
ImpInterceptorStack.exec(List interceptors,
InterceptorHandler handler) |
void |
Interceptor.intercepted(InterceptorStack stack,
InterceptorHandler handler) |
void |
InterceptorStack.next(InterceptorHandler handler) |
void |
InterceptorProcess.next(InterceptorHandler handler) |
void |
ImpInterceptorStack.next(InterceptorHandler handler) |
void |
InterceptorProcess.process(InterceptorHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
Controller.proccessBrutosAction(InterceptorHandler handler) |
Modifier and Type | Interface and Description |
---|---|
interface |
WebConfigurableInterceptorHandler |
interface |
WebInterceptorHandler |
Copyright © 2018 Brandao. All rights reserved.