Class CharacterEncodingFilter

The Spring Framework, “Class CharacterEncodingFilter”, public translation into Russian from English More about this translation.

Translate into another language.

Participants

s_valdemar11 points
Join Translated.by to translate! If you already have a Translated.by account, please sign in.
If you do not want to register an account, you can sign in with OpenID.
Pages: ← previous Ctrl next → next untranslated
1

Class CharacterEncodingFilter

Class CharacterEncodingFilter

History of edits (Latest: s_valdemar 1 year, 5 months ago) §

setForceEncoding

setForceEncoding

History of edits (Latest: s_valdemar 1 year, 5 months ago) §

public void setForceEncoding(boolean forceEncoding)

public void setForceEncoding(boolean forceEncoding)

History of edits (Latest: s_valdemar 1 year, 5 months ago) §

Set whether the configured encoding of this filter is supposed to override existing request and response encodings.

Default is "false", i.e. do not modify the encoding if ServletRequest.getCharacterEncoding() returns a non-null value. Switch this to "true" to enforce the specified encoding in any case, applying it as default response encoding as well.

По умолчанию равно "false"

History of edits (Latest: s_valdemar 1 year, 5 months ago) §

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.

Pages: ← previous Ctrl next → next untranslated
1