org.seasar.cubby.controller.impl
クラス ActionProcessorImpl

java.lang.Object
  上位を拡張 org.seasar.cubby.controller.impl.ActionProcessorImpl
すべての実装されたインタフェース:
ActionProcessor

public class ActionProcessorImpl
extends Object
implements ActionProcessor


コンストラクタの概要
ActionProcessorImpl()
           
 
メソッドの概要
 void process(HttpServletRequest request, HttpServletResponse response, FilterChain chain)
           
 void setActionContext(ActionContext context)
           
 void setCubbyConvention(CubbyConvention cubbyConvention)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ActionProcessorImpl

public ActionProcessorImpl()
メソッドの詳細

setActionContext

public void setActionContext(ActionContext context)

setCubbyConvention

public void setCubbyConvention(CubbyConvention cubbyConvention)

process

public void process(HttpServletRequest request,
                    HttpServletResponse response,
                    FilterChain chain)
             throws Throwable
定義:
インタフェース ActionProcessor 内の process
例外:
Throwable


Copyright ツゥ 2006-2007 The Seasar Foundation and the others. All rights reserved.. All Rights Reserved.