Class FileAndResourceDirectives.DirectoryRenderer$
- java.lang.Object
-
- akka.http.scaladsl.server.directives.FileAndResourceDirectives.DirectoryRenderer$
-
- All Implemented Interfaces:
FileAndResourceDirectives.LowLevelDirectoryRenderer
- Enclosing interface:
- FileAndResourceDirectives
public static class FileAndResourceDirectives.DirectoryRenderer$ extends java.lang.Object implements FileAndResourceDirectives.LowLevelDirectoryRenderer
-
-
Field Summary
Fields Modifier and Type Field Description static FileAndResourceDirectives.DirectoryRenderer$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description DirectoryRenderer$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileAndResourceDirectives.DirectoryRenderer
liftMarshaller(Marshaller<DirectoryListing,RequestEntity> _marshaller)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.http.scaladsl.server.directives.FileAndResourceDirectives.LowLevelDirectoryRenderer
defaultDirectoryRenderer
-
-
-
-
Field Detail
-
MODULE$
public static final FileAndResourceDirectives.DirectoryRenderer$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
liftMarshaller
public FileAndResourceDirectives.DirectoryRenderer liftMarshaller(Marshaller<DirectoryListing,RequestEntity> _marshaller)
-
-