public class I18nFilter extends Object implements Filter
Modifier and Type | Field and Description |
---|---|
static String |
copyright |
protected ServletContext |
servletContext |
Constructor and Description |
---|
I18nFilter() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
doFilter(ServletRequest request,
ServletResponse response,
FilterChain filterChain) |
void |
init(FilterConfig filterConfig) |
public static final String copyright
protected ServletContext servletContext
public void init(FilterConfig filterConfig) throws ServletException
init
in interface Filter
ServletException
public void doFilter(ServletRequest request, ServletResponse response, FilterChain filterChain) throws IOException, ServletException
doFilter
in interface Filter
IOException
ServletException