Package | Description |
---|---|
com.dpslink.flash.util |
DPS Flash specific utility helper classes used throughout all other
com.dpslink.flash classes. |
Modifier and Type | Field and Description |
---|---|
private static FlashSiteInfo |
FlashSiteInfo.cvInstance
The shared instance of this class.
|
Modifier and Type | Method and Description |
---|---|
static FlashSiteInfo |
FlashSiteInfo.instance()
Returns the shared instance of the this class.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
FlashTemplateFormatter.siteAddress(FlashSiteInfo info)
Returns a formatted site info address string using the html <br> tag
as the address line delimiter.
|
static java.lang.String |
FlashTemplateFormatter.siteAddress(FlashSiteInfo info,
java.lang.String delimiter)
Returns a formatted site info address string using the given address line
delimiter.
|