Class JettyServerProperties.Accesslog

java.lang.Object
org.springframework.boot.jetty.autoconfigure.JettyServerProperties.Accesslog
Enclosing class:
JettyServerProperties

public static class JettyServerProperties.Accesslog extends Object
Jetty access log properties.
Since:
4.0.0
  • Constructor Details

    • Accesslog

      public Accesslog()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getFormat

    • setFormat

      public void setFormat(JettyServerProperties.Accesslog.Format format)
    • getCustomFormat

      public @Nullable String getCustomFormat()
    • setCustomFormat

      public void setCustomFormat(@Nullable String customFormat)
    • getFilename

      public @Nullable String getFilename()
    • setFilename

      public void setFilename(@Nullable String filename)
    • getFileDateFormat

      public @Nullable String getFileDateFormat()
    • setFileDateFormat

      public void setFileDateFormat(@Nullable String fileDateFormat)
    • getRetentionPeriod

      public int getRetentionPeriod()
    • setRetentionPeriod

      public void setRetentionPeriod(int retentionPeriod)
    • isAppend

      public boolean isAppend()
    • setAppend

      public void setAppend(boolean append)
    • getIgnorePaths

      public @Nullable List<String> getIgnorePaths()
    • setIgnorePaths

      public void setIgnorePaths(@Nullable List<String> ignorePaths)