Package | Description |
---|---|
psdi.webclient.system.controller |
Modifier and Type | Method and Description |
---|---|
static LabelCache |
LabelCacheMgr.clearCache(java.lang.String app,
WebClientSession wcs)
Clears a cache from the labelcache for a given app (used if you want to force a reload of the cache next
time around)
|
static LabelCache |
LabelCacheMgr.clearSystemCache(WebClientSession sc) |
static LabelCache |
LabelCacheMgr.getAppLabelCache(java.lang.String app,
WebClientSession wcs)
Returns a suitable cache for the given locale, app, and type.
|
static LabelCache |
LabelCacheMgr.getRepLibraryLabelCache(WebClientSession wcs) |
static LabelCache |
LabelCacheMgr.getSystemLabelCache(WebClientSession wcs) |
static LabelCache |
LabelCacheMgr.loadRepLibraryLabels(WebClientSession wcs) |
Modifier and Type | Method and Description |
---|---|
static void |
LabelCacheMgr.setLabelCache(java.lang.String cacheId,
WebClientSession wcs,
LabelCache cache)
Deprecated.
|
void |
PresentationLoader.writeFormattedXML(java.io.PrintWriter out,
java.lang.String xml,
LabelCache appLabelCache)
Method used by designer to get the xml for exporting an application
|