| 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<UnitMeasureHandler> |
DBU.UNITS
The unit of measure handler object class.
|
| Modifier and Type | Method and Description |
|---|---|
UnitMeasureHandler |
FlashServletContext.getUomHandler()
Returns the current session's unit of measure handler.
|
UnitMeasureHandler |
FlashServlet.Context.getUomHandler()
Returns the current session's unit of measure handler.
|
| Modifier and Type | Method and Description |
|---|---|
UnitMeasureHandler |
ThreadServletContext.getUomHandler()
Returns the context's unit of measure handler.
|