| Package | Description |
|---|---|
| com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AdmViewFileSystemInfo.deleteFile(AdmViewFileSystemInfo.Context ctx)
Deletes the requested file.
|
protected void |
AdmViewFileSystemInfo.getFolderFiles(AdmViewFileSystemInfo.Context ctx)
Iterates through the file system and adds to the collection of files for
a requested folder.
|
protected void |
AdmViewFileSystemInfo.getFolders(AdmViewFileSystemInfo.Context ctx,
java.io.File file,
AdmViewFileSystemInfo.FolderFilter filter)
Iterates through the file system and adds to the collection of all folders.
|
protected void |
AdmViewFileSystemInfo.sendHTMLResponse(AdmViewFileSystemInfo.Context ctx,
java.lang.String respdata)
Sends a HTML response to the caller of an AJAX request.
|
protected void |
AdmViewFileSystemInfo.sendJSONResponse(AdmViewFileSystemInfo.Context ctx,
org.json.JSONObject respdata)
Sends a JSON response to the caller of an AJAX request.
|
protected boolean |
AdmViewFileSystemInfo.setTemplateError(AdmViewFileSystemInfo.Context ctx,
java.lang.String errName)
Sets the html template error fields for the given error name.
|
protected boolean |
AdmViewFileSystemInfo.uploadFile(AdmViewFileSystemInfo.Context ctx,
boolean upload)
Uploads the requested file.
|