org.seasar.cubby.filter
クラス CubbyFilter
java.lang.Object
org.seasar.cubby.filter.CubbyFilter
- すべての実装されたインタフェース:
- Filter
public class CubbyFilter
- extends Object
- implements Filter
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CubbyFilter
public CubbyFilter()
init
public void init(FilterConfig config)
throws ServletException
- 定義:
- インタフェース
Filter
内の init
- 例外:
ServletException
destroy
public void destroy()
- 定義:
- インタフェース
Filter
内の destroy
doFilter
public void doFilter(ServletRequest req,
ServletResponse res,
FilterChain chain)
throws IOException,
ServletException
- 定義:
- インタフェース
Filter
内の doFilter
- 例外:
IOException
ServletException
Copyright ツゥ 2006-2007 The Seasar Foundation and the others. All rights reserved.. All Rights Reserved.