Package | Description |
---|---|
com.dpslink.base.io |
Product-neutral classes for processing files and folders in the server's file system.
|
com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
Modifier and Type | Field and Description |
---|---|
private FileUploadListener |
FileUpload.ivListener
The class that will receive file upload event notifications.
|
Constructor and Description |
---|
FileUpload(FileUploadListener listener,
BaseServletContext ctx)
Constructs a new instance of the file upload class with the given servlet
or thread context.
|
Modifier and Type | Class and Description |
---|---|
class |
AdmImportData
Writes and processes the admin import data page.
|
class |
AdmPendingProductEditDescriptions
Writes and processes the admin pending product description edit page.
|
class |
AdmPendingProductEditImages
Writes and processes the admin product image edit page.
|
class |
AdmProductDescriptionEdit
Writes and processes the admin product description edit page.
|
class |
AdmProductImageEdit
Writes and processes the admin product image edit page.
|
class |
AdmSendMassEmail
Writes and processes the admin send mass mail page.
|
class |
AdmTestSiteEmails
Writes and processes the admin test site messages page.
|
class |
AdmViewFileSystemInfo
Writes and processes the admin view files sytem information page.
|