Uses of Class
spark.staticfiles.StaticFilesConfiguration
Packages that use StaticFilesConfiguration
Package
Description
-
Uses of StaticFilesConfiguration in spark
Fields in spark declared as StaticFilesConfigurationModifier and TypeFieldDescriptionprivate final StaticFilesConfiguration
Service.staticFilesConfiguration
-
Uses of StaticFilesConfiguration in spark.embeddedserver
Methods in spark.embeddedserver with parameters of type StaticFilesConfigurationModifier and TypeMethodDescriptiondefault EmbeddedServer
EmbeddedServerFactory.create
(Routes routeMatcher, StaticFilesConfiguration staticFilesConfiguration, boolean hasMultipleHandler) Deprecated.EmbeddedServerFactory.create
(Routes routeMatcher, StaticFilesConfiguration staticFilesConfiguration, ExceptionMapper exceptionMapper, boolean hasMultipleHandler) Creates an embedded server instance.static EmbeddedServer
EmbeddedServers.create
(Object identifier, Routes routeMatcher, ExceptionMapper exceptionMapper, StaticFilesConfiguration staticFilesConfiguration, boolean multipleHandlers) Creates an embedded server of type corresponding to the provided identifier.static EmbeddedServer
EmbeddedServers.create
(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 StaticFilesConfigurationModifier and TypeMethodDescriptionEmbeddedJettyFactory.create
(Routes routeMatcher, StaticFilesConfiguration staticFilesConfiguration, ExceptionMapper exceptionMapper, boolean hasMultipleHandler) -
Uses of StaticFilesConfiguration in spark.http.matching
Fields in spark.http.matching declared as StaticFilesConfigurationModifier and TypeFieldDescriptionprivate final StaticFilesConfiguration
MatcherFilter.staticFiles
Constructors in spark.http.matching with parameters of type StaticFilesConfigurationModifierConstructorDescriptionMatcherFilter
(Routes routeMatcher, StaticFilesConfiguration staticFiles, ExceptionMapper exceptionMapper, boolean externalContainer, boolean hasOtherHandlers) Constructor -
Uses of StaticFilesConfiguration in spark.staticfiles
Fields in spark.staticfiles declared as StaticFilesConfigurationModifier and TypeFieldDescriptionstatic StaticFilesConfiguration
StaticFilesConfiguration.servletInstance
Methods in spark.staticfiles that return StaticFilesConfigurationModifier and TypeMethodDescriptionstatic StaticFilesConfiguration
StaticFilesConfiguration.create()