org.seasar.framework.mock.servlet
クラス MockServlet
java.lang.Object
javax.servlet.GenericServlet
org.seasar.framework.mock.servlet.MockServlet
- すべての実装インタフェース:
- Serializable, Servlet, ServletConfig
- public class MockServlet
- extends GenericServlet
- 作成者:
- higa
- 関連項目:
- 直列化された形式
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockServlet
public MockServlet()
service
public void service(ServletRequest request,
ServletResponse response)
throws ServletException,
IOException
- 例外:
ServletException
IOException
- 関連項目:
Servlet.service(javax.servlet.ServletRequest,
javax.servlet.ServletResponse)
log
public void log(String msg)
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.