Uses of Class
spark.staticfiles.StaticFilesConfiguration
-
Packages that use StaticFilesConfiguration Package Description spark spark.embeddedserver spark.embeddedserver.jetty spark.http.matching spark.staticfiles -
-
Uses of StaticFilesConfiguration in spark
Fields in spark declared as StaticFilesConfiguration Modifier and Type Field Description private StaticFilesConfigurationService. staticFilesConfiguration -
Uses of StaticFilesConfiguration in spark.embeddedserver
Methods in spark.embeddedserver with parameters of type StaticFilesConfiguration Modifier and Type Method Description default EmbeddedServerEmbeddedServerFactory. create(Routes routeMatcher, StaticFilesConfiguration staticFilesConfiguration, boolean hasMultipleHandler)Deprecated.EmbeddedServerEmbeddedServerFactory. create(Routes routeMatcher, StaticFilesConfiguration staticFilesConfiguration, ExceptionMapper exceptionMapper, boolean hasMultipleHandler)Creates an embedded server instance.static EmbeddedServerEmbeddedServers. create(java.lang.Object identifier, Routes routeMatcher, ExceptionMapper exceptionMapper, StaticFilesConfiguration staticFilesConfiguration, boolean multipleHandlers)Creates an embedded server of type corresponding to the provided identifier.static EmbeddedServerEmbeddedServers. create(java.lang.Object identifier, Routes routeMatcher, StaticFilesConfiguration staticFilesConfiguration, boolean multipleHandlers)Deprecated. -
Uses of StaticFilesConfiguration in spark.embeddedserver.jetty
Methods in spark.embeddedserver.jetty with parameters of type StaticFilesConfiguration Modifier and Type Method Description EmbeddedServerEmbeddedJettyFactory. create(Routes routeMatcher, StaticFilesConfiguration staticFilesConfiguration, ExceptionMapper exceptionMapper, boolean hasMultipleHandler) -
Uses of StaticFilesConfiguration in spark.http.matching
Fields in spark.http.matching declared as StaticFilesConfiguration Modifier and Type Field Description private StaticFilesConfigurationMatcherFilter. staticFilesConstructors in spark.http.matching with parameters of type StaticFilesConfiguration Constructor Description MatcherFilter(Routes routeMatcher, StaticFilesConfiguration staticFiles, ExceptionMapper exceptionMapper, boolean externalContainer, boolean hasOtherHandlers)Constructor -
Uses of StaticFilesConfiguration in spark.staticfiles
Fields in spark.staticfiles declared as StaticFilesConfiguration Modifier and Type Field Description static StaticFilesConfigurationStaticFilesConfiguration. servletInstanceMethods in spark.staticfiles that return StaticFilesConfiguration Modifier and Type Method Description static StaticFilesConfigurationStaticFilesConfiguration. create()
-