Openfire 3.9.3 Javadoc

org.jivesoftware.util
Class LocaleFilter

java.lang.Object
  extended by org.jivesoftware.util.LocaleFilter
All Implemented Interfaces:
javax.servlet.Filter

public class LocaleFilter
extends Object
implements javax.servlet.Filter

Sets the locale context-wide.


Constructor Summary
LocaleFilter()
           
 
Method Summary
 void destroy()
          Does nothing
 void doFilter(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain chain)
          Ssets the locale context-wide based on a call to JiveGlobals.getLocale().
 void init(javax.servlet.FilterConfig config)
           
 
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(javax.servlet.FilterConfig config)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Filter
Throws:
javax.servlet.ServletException

doFilter

public void doFilter(javax.servlet.ServletRequest request,
                     javax.servlet.ServletResponse response,
                     javax.servlet.FilterChain chain)
              throws IOException,
                     javax.servlet.ServletException
Ssets the locale context-wide based on a call to JiveGlobals.getLocale().

Specified by:
doFilter in interface javax.servlet.Filter
Throws:
IOException
javax.servlet.ServletException

destroy

public void destroy()
Does nothing

Specified by:
destroy in interface javax.servlet.Filter

Openfire 3.9.3 Javadoc

Copyright © 2003-2008 Jive Software.