jp.maru.liquid.core.plugins.http
クラス DefaultActionProxyFactory.IntercepteProxy

java.lang.Object
  上位を拡張 jp.maru.liquid.core.plugins.http.DefaultActionProxyFactory.IntercepteProxy
含まれているクラス:
DefaultActionProxyFactory

private static class DefaultActionProxyFactory.IntercepteProxy
extends java.lang.Object

インターセプトを代理で行う

バージョン:
1.0
作成者:
Kohji Tsujita

フィールドの概要
(package private)  ActionInvocation _actionInvocation
           
(package private)  Interceptor _interceptor
           
 
コンストラクタの概要
DefaultActionProxyFactory.IntercepteProxy(Interceptor interceptor, ActionInvocation actionInvocation)
           
 
メソッドの概要
 java.lang.String intercept()
          インターセプト
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

_interceptor

Interceptor _interceptor

_actionInvocation

ActionInvocation _actionInvocation
コンストラクタの詳細

DefaultActionProxyFactory.IntercepteProxy

public DefaultActionProxyFactory.IntercepteProxy(Interceptor interceptor,
                                                 ActionInvocation actionInvocation)
メソッドの詳細

intercept

public java.lang.String intercept()
インターセプト

戻り値:
リターンコード