net.jp.saf.sastruts.method.smartdeploy.actionfilter
クラス HttpMethodLimitActionfilter

java.lang.Object
  上位を拡張 net.jp.saf.sastruts.method.smartdeploy.actionfilter.HttpMethodLimitActionfilter
すべての実装されたインタフェース:
net.jp.saf.sastruts.actionfilter.Actionfilter

public class HttpMethodLimitActionfilter
extends Object
implements net.jp.saf.sastruts.actionfilter.Actionfilter

Actionの実行メソッド実行前に、HTTPメソッドチェックを行います.

作成者:
k-minemoto

フィールドの概要
protected  HttpMethodChecker httpMethodChecker
           
static String MARK_CHECKED
          チェック実行済みをHTTP属性に設定する時のキー
 
コンストラクタの概要
HttpMethodLimitActionfilter()
           
 
メソッドの概要
 org.apache.struts.action.ActionForward execute(HttpServletRequest request, HttpServletResponse response, net.jp.saf.sastruts.actionfilter.FilterContext context, net.jp.saf.sastruts.actionfilter.FilterExecutor executor)
          Actionの実行メソッド呼び出し前に、HTTPメソッドのチェックを行います.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

MARK_CHECKED

public static final String MARK_CHECKED
チェック実行済みをHTTP属性に設定する時のキー

関連項目:
定数フィールド値

httpMethodChecker

protected HttpMethodChecker httpMethodChecker
コンストラクタの詳細

HttpMethodLimitActionfilter

public HttpMethodLimitActionfilter()
メソッドの詳細

execute

public org.apache.struts.action.ActionForward execute(HttpServletRequest request,
                                                      HttpServletResponse response,
                                                      net.jp.saf.sastruts.actionfilter.FilterContext context,
                                                      net.jp.saf.sastruts.actionfilter.FilterExecutor executor)
Actionの実行メソッド呼び出し前に、HTTPメソッドのチェックを行います.

定義:
インタフェース net.jp.saf.sastruts.actionfilter.Actionfilter 内の execute


Copyright © 2013 k-minemoto. All Rights Reserved.