org.pentaho.platform.web.http.filters
Class PentahoAwareCharacterEncodingFilter

java.lang.Object
  extended by org.pentaho.platform.web.http.filters.SetCharacterEncodingFilter
      extended by org.pentaho.platform.web.http.filters.PentahoAwareCharacterEncodingFilter
All Implemented Interfaces:
javax.servlet.Filter

public class PentahoAwareCharacterEncodingFilter
extends SetCharacterEncodingFilter

Looks at the context-param named encoding in web.xml for its encoding selection. If not found, falls back to method used by superclass. Finally, defaults to UTF-8.

Author:
mlowery

Field Summary
static String DEFAULT_CHAR_ENCODING
           
static String INIT_PARAM_ENCODING
           
 
Constructor Summary
PentahoAwareCharacterEncodingFilter()
           
 
Method Summary
 
Methods inherited from class org.pentaho.platform.web.http.filters.SetCharacterEncodingFilter
destroy, doFilter, init
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INIT_PARAM_ENCODING

public static final String INIT_PARAM_ENCODING
See Also:
Constant Field Values

DEFAULT_CHAR_ENCODING

public static final String DEFAULT_CHAR_ENCODING
See Also:
Constant Field Values
Constructor Detail

PentahoAwareCharacterEncodingFilter

public PentahoAwareCharacterEncodingFilter()