クラス ServerProperties.Servlet

java.lang.ObjectSE
org.springframework.boot.web.server.autoconfigure.ServerProperties.Servlet
含まれているクラス:
ServerProperties

public static class ServerProperties.Servlet extends ObjectSE
サーブレットサーバーのプロパティ。
導入:
4.0.0
作成者:
Dave Syer, Stephane Nicoll, Andy Wilkinson, Ivan Sopov, Marcos Barbero, Edd ú Mel é ndez, Quinten De Swaef, Venil Noronha, Aur é lien Leboulanger, Brian Clozel, Olivier Lamy, Chentao Qu, Artsiom Yudovin, Andrew McGhie, Rafiullah Hamedy, Dirk Deyne, HaiTao Zhang, Victor Mandujano, Chris Bono, Parviz Rozikov, Florian Storz, Michael Weidmann, Lasse Wulff
  • コンストラクターの詳細

    • Servlet

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

    • getContextPath

      public @Nullable StringSE getContextPath()
    • setContextPath

      public void setContextPath(@Nullable StringSE contextPath)
    • getApplicationDisplayName

      public StringSE getApplicationDisplayName()
    • setApplicationDisplayName

      public void setApplicationDisplayName(StringSE displayName)
    • isRegisterDefaultServlet

      public boolean isRegisterDefaultServlet()
    • setRegisterDefaultServlet

      public void setRegisterDefaultServlet(boolean registerDefaultServlet)
    • getContextParameters

      public MapSE<StringSE,StringSE> getContextParameters()
    • getEncoding

      public ServerProperties.Encoding getEncoding()
    • getJsp

      public Jsp getJsp()
    • getSession

      public Session getSession()