Uses of Class
org.apache.catalina.util.CharsetMapper
-
Packages that use CharsetMapper Package Description org.apache.catalina org.apache.catalina.core -
-
Uses of CharsetMapper in org.apache.catalina
Methods in org.apache.catalina that return CharsetMapper Modifier and Type Method Description CharsetMapperContext. getCharsetMapper()Return the Locale to character set mapper for this Context.Methods in org.apache.catalina with parameters of type CharsetMapper Modifier and Type Method Description voidContext. setCharsetMapper(CharsetMapper mapper)Set the Locale to character set mapper for this Context. -
Uses of CharsetMapper in org.apache.catalina.core
Methods in org.apache.catalina.core that return CharsetMapper Modifier and Type Method Description CharsetMapperStandardContext. getCharsetMapper()Return the Locale to character set mapper for this Context.Methods in org.apache.catalina.core with parameters of type CharsetMapper Modifier and Type Method Description voidStandardContext. setCharsetMapper(CharsetMapper mapper)Set the Locale to character set mapper for this Context.
-