Package | Description |
---|---|
com.dpslink.flash.servlet |
DPS Flash specific servlets for handling shopping functions.
|
Modifier and Type | Class and Description |
---|---|
protected class |
Products.Context
Inner class used to store servlet context information.
|
protected class |
ProductSearchResults.Context
Inner class used to store servlet context information.
|
protected class |
ProductSpecial.Context
Inner class used to store servlet context information.
|
Modifier and Type | Method and Description |
---|---|
protected Home.Context |
Products.createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates the servlet context inner class.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Home.setTemplateMode0(Home.Context ctx)
Invoked by this class' implementation of
setTemplateData to
retrieve and set the home page data required by the html template. |
protected void |
Home.setTemplateMode1(Home.Context ctx)
Invoked by this class' implementation of
setTemplateData to
retrieve and set the home page data required by the html template. |
protected void |
Home.setTemplateMode2(Home.Context ctx)
Invoked by this class' implementation of
setTemplateData to
retrieve and set the home page data required by the html template. |
protected void |
Home.setTemplateSubcategories(Home.Context ctx,
java.util.ArrayList<Category> subcats)
Sets the subcategory list data required by the html template.
|