public interface IStaticResourceBuilderFactory<R extends IRequestContext<?>,W extends IWebsocketContext<?>>
| Modifier and Type | Method and Description |
|---|---|
IStaticResourceBuilder<R> |
create(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.
|
IStaticResourceBuilder<R> |
create(IRouter<R,W> router,
boolean isDir)
Creates a static resources builder by specifying
if the resource to build is a file or a directory.
|
IStaticResourceBuilder<R> create(boolean isDir)
IStaticResourceBuilder<R> create(IRouter<R,W> router, boolean isDir)
Copyright © 2016. All rights reserved.