クラス Encoding

java.lang.ObjectSE
org.springframework.boot.web.servlet.server.Encoding

public class Encoding extends ObjectSE
サーバー HTTP エンコーディングの構成プロパティ。
導入:
2.3.0
作成者:
Phillip Webb, Stephane Nicoll, Brian Clozel
  • フィールドの詳細

    • DEFAULT_CHARSET

      public static final CharsetSE DEFAULT_CHARSET
      サーブレットアプリケーションのデフォルトの HTTP エンコーディング。
  • コンストラクターの詳細

    • Encoding

      public Encoding()
  • メソッドの詳細

    • getCharset

      public CharsetSE getCharset()
    • setCharset

      public void setCharset(CharsetSE charset)
    • 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

      public MapSE<LocaleSE,CharsetSE> getMapping()
    • setMapping

      public void setMapping(MapSE<LocaleSE,CharsetSE> mapping)
    • shouldForce

      public boolean shouldForce(Encoding.Type type)