Package | Description |
---|---|
com.dpslink.flash.servlet |
DPS Flash specific servlets for handling shopping functions.
|
com.dpslink.flash.util |
DPS Flash specific utility helper classes used throughout all other
com.dpslink.flash classes. |
Modifier and Type | Field and Description |
---|---|
protected FlashServletRequest |
AccountServlet.Context.fromURL
The current from (trigger) servlet request.
|
protected FlashServletRequest |
MainServlet.Context.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.
|
FlashServletRequest |
FlashServlet.Context.nextURL
The servlet request object used to invoke the next servlet for processing.
|
FlashServletRequest |
FlashServlet.Context.thisURL
The current request's servlet request object.
|
Modifier and Type | Method and Description |
---|---|
FlashServletRequest |
FlashServlet.Stack.getId(java.lang.String id)
Returns the servlet request having the given id.
|
FlashServletRequest |
FlashServlet.Stack.getServletName(java.lang.String name)
Returns the most recent unexpired servlet request having the given
servlet name.
|
FlashServletRequest |
FlashServletContext.getServletRequest()
Returns the current request's servlet request object.
|
FlashServletRequest |
FlashServlet.Context.getServletRequest()
Returns the current request's servlet request object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FlashServletRequest.after(FlashServletRequest obj)
Answers if this object is greater than the given object based on this
object's
compareTo method results. |
boolean |
FlashServletRequest.before(FlashServletRequest obj)
Answers if this object is less than the given object based on this
object's
compareTo method results. |
int |
FlashServletRequest.compareTo(FlashServletRequest obj)
Compares the given object to this object and determines if the given object
is less than, equal to or greater than this object.
|
boolean |
FlashServletRequest.matches(FlashServletRequest obj)
Answers if this object is an exact match to the given object.
|
void |
FlashServlet.Stack.setExpired(FlashServletRequest fsr,
java.lang.String name)
Sets all servlet requests to expired that have the given servlet name
and that occurred prior to the given servlet request.
|
private void |
MainServlet.updateServletRequest(MainServlet.Context ctx,
FlashServletRequest fsr)
Updates the given servlet request with category and category path
data so subsequent invocations of the same request will display the
same information.
|
Constructor and Description |
---|
FlashServletRequest(FlashServletRequest fsr)
Constructs a new servlet request object.
|
Modifier and Type | Method and Description |
---|---|
FlashServletRequest |
ThreadServletContext.getServletRequest()
Returns the current request's servlet request object.
|