public final class CharacterEncodingFilter extends java.lang.Object implements Filter
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
characterEncoding |
Constructor and Description |
---|
CharacterEncodingFilter() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain) |
void |
init(FilterConfig config) |
public void init(FilterConfig config)
public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws java.io.IOException, ServletException
doFilter
in interface Filter
java.io.IOException
ServletException