org.seasar.cubby.internal.controller.impl
クラス RequestProcessorImpl
java.lang.Object
org.seasar.cubby.internal.controller.impl.RequestProcessorImpl
- すべての実装されたインタフェース:
- RequestProcessor
public class RequestProcessorImpl
- extends Object
- implements RequestProcessor
要求処理の実装クラス。
- 作成者:
- someda, baba
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestProcessorImpl
public RequestProcessorImpl()
process
public void process(HttpServletRequest request,
HttpServletResponse response,
PathInfo pathInfo)
throws Exception
- 指定された
PathInfo
に対する処理を行います。
- 定義:
- インタフェース
RequestProcessor
内の process
- パラメータ:
request
- 要求response
- 応答pathInfo
- パスの情報
- 例外:
Exception
- 要求の処理で例外が発生した場合
Copyright © 2006-2009 The Seasar Foundation. All Rights Reserved.