Package | Description |
---|---|
com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AdmPendingProductEditBasic.Context
Inner class used to store servlet context information.
|
protected class |
AdmPendingProductEditSelected.Context
Inner class used to store servlet context information.
|
Modifier and Type | Method and Description |
---|---|
protected AdmProductEdit.Context |
AdmPendingProductEditBasic.createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates the servlet context inner class.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AdmPendingProductEditSelected.setTemplateError(AdmProductEdit.Context ctx,
java.lang.String errName)
Sets the html template error fields for the given error name.
|
protected boolean |
AdmProductEdit.setTemplateError(AdmProductEdit.Context ctx,
java.lang.String errName)
Sets the html template error fields for the given error name.
|