Class CharacterEncodingFilter |
- Statistics
- Participants
- Translate into Russian
- Translation result
- 19% translated in draft.
setForceEncoding
public void setForceEncoding(boolean forceEncoding)
Set whether the configured encoding of this filter is supposed to override existing request and response encodings.
По умолчанию равно "false"
Note that the response encoding will only be set on Servlet 2.4+ containers, since Servlet 2.3 did not provide a facility for setting a default response encoding.
