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

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

public class ValidationInterceptor
extends java.lang.Object
implements Interceptor

入力値の検証を行うインターセプター

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

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

フィールドの詳細

logger

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

ValidationInterceptor

public ValidationInterceptor()
メソッドの詳細

intercept

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

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