org.seasar.framework.mock.servlet
クラス MockRequestDispatcherImpl
java.lang.Object
org.seasar.framework.mock.servlet.MockRequestDispatcherImpl
- すべての実装インタフェース:
- MockRequestDispatcher, RequestDispatcher
- public class MockRequestDispatcherImpl
- extends Object
- implements MockRequestDispatcher
- 作成者:
- higa
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockRequestDispatcherImpl
public MockRequestDispatcherImpl()
forward
public void forward(ServletRequest request,
ServletResponse response)
throws ServletException,
IOException
- 定義:
- インタフェース
RequestDispatcher
内の forward
- 例外:
ServletException
IOException
- 関連項目:
RequestDispatcher.forward(javax.servlet.ServletRequest,
javax.servlet.ServletResponse)
include
public void include(ServletRequest request,
ServletResponse response)
throws ServletException,
IOException
- 定義:
- インタフェース
RequestDispatcher
内の include
- 例外:
ServletException
IOException
- 関連項目:
RequestDispatcher.include(javax.servlet.ServletRequest,
javax.servlet.ServletResponse)
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.