com.j2biz.blogunity.web.filter
Class LocaleFilter

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

public class LocaleFilter
extends Object
implements Filter


Constructor Summary
LocaleFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest req, ServletResponse res, 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

LocaleFilter

public LocaleFilter()
Method Detail

init

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

destroy

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

doFilter

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


Copyright (c)j2biz.com