org.seasar.cubby.unit
クラス CubbyRunnerFilterTest.MockFilter
java.lang.Object
org.seasar.cubby.unit.CubbyRunnerFilterTest.MockFilter
- すべての実装されたインタフェース:
- Filter
- 含まれているクラス:
- CubbyRunnerFilterTest
public static class CubbyRunnerFilterTest.MockFilter
- extends Object
- implements Filter
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CubbyRunnerFilterTest.MockFilter
public CubbyRunnerFilterTest.MockFilter()
init
public void init(FilterConfig filterConfig)
throws ServletException
- 定義:
- インタフェース
Filter
内の init
- 例外:
ServletException
destroy
public void destroy()
- 定義:
- インタフェース
Filter
内の destroy
doFilter
public void doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
throws IOException,
ServletException
- 定義:
- インタフェース
Filter
内の doFilter
- 例外:
IOException
ServletException
Copyright © 2006-2009 The Seasar Foundation. All Rights Reserved.