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
|
メソッドの概要 |
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.