org.seasar.cubby.internal.controller
インタフェース ThreadContext.Command

含まれているクラス:
ThreadContext

public static interface ThreadContext.Command

コンテキスト内で実行するコマンドのインターフェイスです。

作成者:
baba

メソッドの概要
 void execute(HttpServletRequest request, HttpServletResponse response)
          コマンドを実行します。
 

メソッドの詳細

execute

void execute(HttpServletRequest request,
             HttpServletResponse response)
             throws Exception
コマンドを実行します。

パラメータ:
request - 要求
response - 応答
例外:
Exception - コマンドの実行中に例外が発生した場合


Copyright © 2006-2009 The Seasar Foundation. All Rights Reserved.