protected class MainServlet.Context extends FlashServlet.Context
FlashServlet.Context
and adds variables unique to
this servlet.Modifier and Type | Field and Description |
---|---|
java.lang.String |
errCode
The current error code.
|
java.lang.String |
errField
The current error field.
|
java.lang.String |
errMessage
The current error message.
|
protected boolean |
mpBldListOnly
A flag indicating if only the list of categories is to be rebuilt
and no redirection should occur.
|
protected int |
mpExternalReq
Indicates the type of external request (if any) being processed.
|
protected java.util.ArrayList<CategoryListItem> |
mpPreviousList
A collection of list item objects for the previous category list.
|
protected java.util.ArrayList<Category> |
mpPreviousPath
A collection of category objects for the previous category path.
|
protected FlashServletRequest |
mpRedirectURL
The servlet request object used to display the current (selected)
category's product catalog page or its category-specific description
information page or to display the page for an external link redirection.
|
protected java.util.ArrayList<CategoryListItem> |
mpRevisedList
A collection of list item objects for the revised category list.
|
protected java.util.ArrayList<Category> |
mpRevisedPath
A collection of category objects for the revised category path.
|
protected java.lang.String |
mpSelectedCode
The current selected category code.
|
protected int |
mpSelectedIdx
The current selected category index in the list of categories.
|
protected Category |
mpSelectedObj
The current selected category object.
|
protected boolean |
mpSelectedSame
A flag indicating if the current selected category is the same
as the previous selected category.
|
private static long |
serialVersionUID
The class' serialization version id.
|
nextURL, reqDbConnectInfo, sessionCart, sessionLogon, sessionSecProfile, sessionUser, sessionUserSfi, thisURL
request, requestBrowser, requestFlag, response, responseFlag, session, sessionNextURL, templateData
Modifier | Constructor and Description |
---|---|
protected |
Context(javax.servlet.http.HttpServletRequest rqst,
javax.servlet.http.HttpServletResponse resp)
Constructs a new
Context . |
getCatalogVerifier, getDbConnection, getDbConnectionInfo, getDbController, getDbObject, getFavoritesHandler, getInterface, getLogonUser, getServletRequest, getServletStack, getShoppingCart, getShoppingProfile, getShoppingUser, getSiteActivity, getUomHandler, isCustAdmin, isDefaultUser, isLoggedOn, isPermitActive, isRetail, isSfiSelect, isSfiShopping, isShopping, isSiteAdmin, isWholesale, setLogonUser
delAttr, getAttr, getAttrBigDecimal, getAttrBoolean, getAttrDouble, getAttrInteger, getAttrLong, getAttrString, getParam, getParamBigDecimal, getParamDate, getParamDouble, getParamInteger, getParamLong, getParams, getParamString, getRequest, getResponse, getSession, isPost, setAttr
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
delAttr, getAttr, getAttrBigDecimal, getAttrBoolean, getAttrDouble, getAttrInteger, getAttrLong, getAttrString, getParam, getParamBigDecimal, getParamDate, getParamDouble, getParamInteger, getParamLong, getParams, getParamString, getRequest, getResponse, getSession, isPost, setAttr
private static final long serialVersionUID
protected java.lang.String mpSelectedCode
protected Category mpSelectedObj
protected int mpSelectedIdx
protected boolean mpSelectedSame
protected java.util.ArrayList<CategoryListItem> mpPreviousList
protected java.util.ArrayList<Category> mpPreviousPath
protected java.util.ArrayList<CategoryListItem> mpRevisedList
protected java.util.ArrayList<Category> mpRevisedPath
protected boolean mpBldListOnly
protected FlashServletRequest mpRedirectURL
protected int mpExternalReq
EXTERNALREQ
.public java.lang.String errCode
public java.lang.String errField
public java.lang.String errMessage