Package | Description |
---|---|
com.dpslink.flash.db.util |
DPS Flash specific database related handlers and background processing tasks.
|
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 |
---|---|
static java.lang.Class<UserFavoritesHandler> |
DBU.USERFAV
The user favorites handler object class.
|
Modifier and Type | Method and Description |
---|---|
UserFavoritesHandler |
FlashServletContext.getFavoritesHandler()
Returns the current session's user favorites handler.
|
UserFavoritesHandler |
FlashServlet.Context.getFavoritesHandler()
Returns the current session's user favorites handler.
|
Modifier and Type | Method and Description |
---|---|
UserFavoritesHandler |
ThreadServletContext.getFavoritesHandler()
Returns the context's user favorites handler.
|