Package net.officefloor.web.resource
Interface HttpDirectory
-
- All Superinterfaces:
HttpResource
- All Known Implementing Classes:
HttpDirectoryImpl
public interface HttpDirectory extends HttpResource
HTTP Directory.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpFile
getDefaultHttpFile()
Obtains the defaultHttpFile
for theHttpDirectory
.-
Methods inherited from interface net.officefloor.web.resource.HttpResource
getPath, isExist
-
-
-
-
Method Detail
-
getDefaultHttpFile
HttpFile getDefaultHttpFile() throws java.io.IOException
Obtains the defaultHttpFile
for theHttpDirectory
.
-
-