com.tintin.devcloud.web.FileExplorerResource Class Reference
send user's file list to client side for file-explorer.
More...
List of all members.
Public Member Functions |
| Response | getDirectory (@FormParam("dir") String dir) |
| Response | getDirectoryContent (@FormParam("path")@DefaultValue(".") String directoryPath) |
Detailed Description
send user's file list to client side for file-explorer.
- Author:
- japod
Member Function Documentation
| Response com.tintin.devcloud.web.FileExplorerResource.getDirectory |
( |
@FormParam("dir") String |
dir |
) |
|
- Parameters:
-
- Returns:
- Response
| Response com.tintin.devcloud.web.FileExplorerResource.getDirectoryContent |
( |
@FormParam("path")@DefaultValue(".") String |
directoryPath |
) |
|
- Parameters:
-
- Returns:
- Response
The documentation for this class was generated from the following file: