Interface FileAndResourceDirectives.DirectoryRenderer
-
- All Superinterfaces:
DirectoryRenderer
- Enclosing interface:
- FileAndResourceDirectives
public static interface FileAndResourceDirectives.DirectoryRenderer extends DirectoryRenderer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Marshaller<DirectoryListing,RequestEntity>
directoryMarshaller(boolean renderVanityFooter)
Marshaller<DirectoryListing,RequestEntity>
marshaller(boolean renderVanityFooter)
-
-
-
Method Detail
-
marshaller
Marshaller<DirectoryListing,RequestEntity> marshaller(boolean renderVanityFooter)
-
directoryMarshaller
Marshaller<DirectoryListing,RequestEntity> directoryMarshaller(boolean renderVanityFooter)
- Specified by:
directoryMarshaller
in interfaceDirectoryRenderer
-
-