Package io.helidon.webserver.staticcontent
Static content support for Helidon
WebServer
.
The starting point is StaticContentSupport
.
-
Interface Summary Interface Description StaticContentSupport -
Class Summary Class Description StaticContentSupport.Builder<B extends StaticContentSupport.Builder<B>> Fluent builder of the StaticContent detailed parameters.StaticContentSupport.ClassPathBuilder Builder for class path based static content.StaticContentSupport.FileBasedBuilder<T extends StaticContentSupport.FileBasedBuilder<T>> Builder for file based static content supports, such as file based and classpath based.StaticContentSupport.FileSystemBuilder Builder for file system based static content.