jp.maru.liquid.core.plugins.http.interceptor
クラス CookieInterceptor

java.lang.Object
  上位を拡張 jp.maru.liquid.core.plugins.http.interceptor.CookieInterceptor
すべての実装されたインタフェース:
Interceptor

public class CookieInterceptor
extends java.lang.Object
implements Interceptor

クッキーをインジェクトするインターセプター

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

フィールドの概要
private static org.slf4j.Logger logger
           
 
コンストラクタの概要
CookieInterceptor()
           
 
メソッドの概要
 java.lang.String intercept(ActionInvocation invocation)
          インターセプトする
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

logger

private static final org.slf4j.Logger logger
コンストラクタの詳細

CookieInterceptor

public CookieInterceptor()
メソッドの詳細

intercept

public java.lang.String intercept(ActionInvocation invocation)
インタフェース Interceptor の記述:
インターセプトする

定義:
インタフェース Interceptor 内の intercept
パラメータ:
invocation - ActionInvocation
戻り値:
リターンコード