Class DirectoryListingController
java.lang.Object
org.opengrok.web.api.v1.controller.DirectoryListingController
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.opengrok.web.api.v1.controller.DirectoryListingController.DirectoryEntryDTO>
getDirectoryListing
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, String path)
-
Field Details
-
PATH
- See Also:
-
-
Constructor Details
-
DirectoryListingController
public DirectoryListingController()
-
-
Method Details
-
getDirectoryListing
@GET @Produces("application/json") public List<org.opengrok.web.api.v1.controller.DirectoryListingController.DirectoryEntryDTO> getDirectoryListing(@Context jakarta.servlet.http.HttpServletRequest request, @Context jakarta.servlet.http.HttpServletResponse response, @QueryParam("path") String path) throws IOException, NoPathParameterException, CacheException
-