public class InterceptorAdapter extends AbstractInterceptor
InterceptorChainを名前で追加できるようにしたものです。| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected LaContainer |
container
S2コンテナです。
|
protected ComponentDef[] |
interceptorDefs
コンポーネント定義の配列です。
|
| コンストラクタと説明 |
|---|
InterceptorAdapter() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
add(String interceptorNames)
MethodInterceptorを名前を通じて追加します。 |
Object |
invoke(MethodInvocation invocation) |
void |
setContainer(LaContainer container)
LaContainerを設定します。 |
createProxy, getComponentDef, getTargetClassprotected LaContainer container
protected ComponentDef[] interceptorDefs
public void setContainer(LaContainer container)
LaContainerを設定します。container - public void add(String interceptorNames)
MethodInterceptorを名前を通じて追加します。interceptorNames - public Object invoke(MethodInvocation invocation) throws Throwable
ThrowableCopyright © 2015 The DBFlute Project. All rights reserved.