public interface IStaticResourceBuilderFactory<R extends IRequestContext<?>>
| 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> 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> router, boolean isDir)
Copyright © 2016. All rights reserved.