com.j2biz.blogunity.web.filter
Class HibernateFilter

java.lang.Object
  extended bycom.j2biz.blogunity.web.filter.HibernateFilter
All Implemented Interfaces:
Filter

public class HibernateFilter
extends Object
implements Filter

Since:
0.1
Author:
michelson

Constructor Summary
HibernateFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest request, ServletResponse response, FilterChain chain)
           
 void init(FilterConfig arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateFilter

public HibernateFilter()
Method Detail

init

public void init(FilterConfig arg0)
          throws ServletException
Specified by:
init in interface Filter
Throws:
ServletException

doFilter

public void doFilter(ServletRequest request,
                     ServletResponse response,
                     FilterChain chain)
              throws IOException,
                     ServletException
Specified by:
doFilter in interface Filter
Throws:
IOException
ServletException

destroy

public void destroy()
Specified by:
destroy in interface Filter


Copyright (c)j2biz.com