Package | Description |
---|---|
com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AdmPendingProductEditImages.Context
Inner class used to store servlet context information.
|
Modifier and Type | Method and Description |
---|---|
protected AdmProductImageEdit.Context |
AdmPendingProductEditImages.createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates the servlet context inner class.
|
Modifier and Type | Method and Description |
---|---|
protected java.io.File |
AdmProductImageEdit.getImageFile(AdmProductImageEdit.Context ctx,
int size)
Returns the image file for the given size.
|
protected java.io.File |
AdmPendingProductEditImages.getImageFile(AdmProductImageEdit.Context ctx,
int size)
Returns the image file for the given size.
|
protected java.lang.String |
AdmProductImageEdit.getImageRootName(AdmProductImageEdit.Context ctx,
int size)
Returns the image root name for the given size.
|
protected java.lang.String |
AdmPendingProductEditImages.getImageRootName(AdmProductImageEdit.Context ctx,
int size)
Returns the image root name for the given size.
|
protected boolean |
AdmProductImageEdit.isDefaultCode(AdmProductImageEdit.Context ctx)
Answers if the code for the current product is "default".
|
protected boolean |
AdmPendingProductEditImages.isDefaultCode(AdmProductImageEdit.Context ctx)
Answers if the code for the current product is "default".
|
protected boolean |
AdmProductImageEdit.setTemplateError(AdmProductImageEdit.Context ctx,
java.lang.String errName)
Sets the html template error fields for the given error name.
|
protected boolean |
AdmProductImageEdit.switchFile(AdmProductImageEdit.Context ctx)
Switches from a product-specific image file (small or large) to a
default image by deleting the product-specific file(s).
|
protected boolean |
AdmProductImageEdit.uploadFiles(AdmProductImageEdit.Context ctx,
boolean upload)
Uploads the requested image file(s).
|