|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XslCacheConfig | |
---|---|
lumis.portal.xslcache |
Uses of XslCacheConfig in lumis.portal.xslcache |
---|
Methods in lumis.portal.xslcache that return XslCacheConfig | |
---|---|
XslCacheConfig |
XslCacheManager.get(SessionConfig sessionConfig,
String fileName,
ITransaction transaction)
|
XslCacheConfig |
IXslCacheManager.get(SessionConfig sessionConfig,
String fileName,
ITransaction transaction)
Get the XslCacheConfig. |
XslCacheConfig |
XslCacheDaoJdbc.get(String fileName,
ITransaction transaction)
|
XslCacheConfig |
IXslCacheDao.get(String fileName,
ITransaction transaction)
|
Methods in lumis.portal.xslcache with parameters of type XslCacheConfig | |
---|---|
void |
XslCacheManager.add(SessionConfig sessionConfig,
XslCacheConfig xslCacheConfig,
ITransaction transaction)
|
void |
IXslCacheManager.add(SessionConfig sessionConfig,
XslCacheConfig xslCacheConfig,
ITransaction transaction)
Add a cache of the XSL. |
void |
XslCacheDaoJdbc.add(XslCacheConfig xslCacheConfig,
ITransaction transaction)
|
void |
IXslCacheDao.add(XslCacheConfig xslCacheConfig,
ITransaction transaction)
|
void |
XslCacheManager.update(SessionConfig sessionConfig,
XslCacheConfig xslCacheConfig,
ITransaction transaction)
|
void |
IXslCacheManager.update(SessionConfig sessionConfig,
XslCacheConfig xslCacheConfig,
ITransaction transaction)
Update the cache of the XSL. |
void |
XslCacheDaoJdbc.update(XslCacheConfig xslCacheConfig,
ITransaction transaction)
|
void |
IXslCacheDao.update(XslCacheConfig xslCacheConfig,
ITransaction transaction)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |