Package org.spincast.core.routing
Interface StaticResourceBuilderFactory<R extends RequestContext<?>,W extends WebsocketContext<?>>
public interface StaticResourceBuilderFactory<R extends RequestContext<?>,W extends WebsocketContext<?>>
Factory to create static resources builders.
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(boolean isDir) Creates a static resources builder by specifying if the resource to build is a file or a directory, but without using a router.Creates a static resources builder by specifying if the resource to build is a file or a directory.
-
Method Details
-
create
-
create
Creates a static resources builder by specifying if the resource to build is a file or a directory.
-