クラス Encoding
java.lang.ObjectSE
org.springframework.boot.web.servlet.server.Encoding
サーバー HTTP エンコーディングの構成プロパティ。
- 導入:
- 2.3.0
- 作成者:
- Phillip Webb, Stephane Nicoll, Brian Clozel
ネストされたクラスの概要
ネストされたクラスフィールド概要
フィールドコンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明booleanisForce()booleanbooleanvoidsetCharset(CharsetSE charset) voidsetForce(boolean force) voidsetForceRequest(boolean forceRequest) voidsetForceResponse(boolean forceResponse) voidsetMapping(MapSE<LocaleSE, CharsetSE> mapping) booleanshouldForce(Encoding.Type type)
フィールドの詳細
DEFAULT_CHARSET
サーブレットアプリケーションのデフォルトの HTTP エンコーディング。
コンストラクターの詳細
Encoding
public Encoding()
方法の詳細
getCharset
setCharset
isForce
public boolean isForce()setForce
public void setForce(boolean force) isForceRequest
public boolean isForceRequest()setForceRequest
public void setForceRequest(boolean forceRequest) isForceResponse
public boolean isForceResponse()setForceResponse
public void setForceResponse(boolean forceResponse) getMapping
setMapping
shouldForce