クラス ServerProperties.Jetty.Accesslog

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

public static class ServerProperties.Jetty.Accesslog extends ObjectSE
Jetty アクセスログのプロパティ。
  • コンストラクターの詳細

    • Accesslog

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

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getFormat

    • setFormat

      public void setFormat(ServerProperties.Jetty.Accesslog.FORMAT format)
    • getCustomFormat

      public StringSE getCustomFormat()
    • setCustomFormat

      public void setCustomFormat(StringSE customFormat)
    • getFilename

      public StringSE getFilename()
    • setFilename

      public void setFilename(StringSE filename)
    • getFileDateFormat

      public StringSE getFileDateFormat()
    • setFileDateFormat

      public void setFileDateFormat(StringSE fileDateFormat)
    • getRetentionPeriod

      public int getRetentionPeriod()
    • setRetentionPeriod

      public void setRetentionPeriod(int retentionPeriod)
    • isAppend

      public boolean isAppend()
    • setAppend

      public void setAppend(boolean append)
    • getIgnorePaths

      public ListSE<StringSE> getIgnorePaths()
    • setIgnorePaths

      public void setIgnorePaths(ListSE<StringSE> ignorePaths)