Package | Description |
---|---|
org.apache.catalina | |
org.apache.catalina.core |
Modifier and Type | Method and Description |
---|---|
CharsetMapper |
Context.getCharsetMapper()
Return the Locale to character set mapper for this Context.
|
Modifier and Type | Method and Description |
---|---|
void |
Context.setCharsetMapper(CharsetMapper mapper)
Set the Locale to character set mapper for this Context.
|
Modifier and Type | Field and Description |
---|---|
protected CharsetMapper |
StandardContext.charsetMapper
The Locale to character set mapper for this application.
|
Modifier and Type | Method and Description |
---|---|
CharsetMapper |
StandardContext.getCharsetMapper()
Return the Locale to character set mapper for this Context.
|
Modifier and Type | Method and Description |
---|---|
void |
StandardContext.setCharsetMapper(CharsetMapper mapper)
Set the Locale to character set mapper for this Context.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.