|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CacheableService in fr.paris.lutece.portal.service.cache |
---|
Classes in fr.paris.lutece.portal.service.cache that implement CacheableService | |
---|---|
class |
AbstractCacheableService
Base implementation for a cacheable service |
class |
HeadersPageCachingFilter
Headers Page Caching Filter based on EHCACHE WEB |
Methods in fr.paris.lutece.portal.service.cache that return types with arguments of type CacheableService | |
---|---|
static java.util.List<CacheableService> |
CacheService.getCacheableServicesList()
Returns all registered Cacheable services |
Methods in fr.paris.lutece.portal.service.cache with parameters of type CacheableService | |
---|---|
static void |
CacheService.registerCacheableService(CacheableService cs)
Registers a new CacheableService |
static void |
CacheService.registerCacheableService(java.lang.String strName,
CacheableService cs)
Deprecated. use registerCacheableService( CacheableService cs ) |
Uses of CacheableService in fr.paris.lutece.portal.service.content |
---|
Classes in fr.paris.lutece.portal.service.content that implement CacheableService | |
---|---|
class |
ContentService
Interface for pages provider services. |
class |
XPageAppService
This class delivers Extra pages (xpages) to web components. |
Uses of CacheableService in fr.paris.lutece.portal.service.page |
---|
Classes in fr.paris.lutece.portal.service.page that implement CacheableService | |
---|---|
class |
OldPageService
This class delivers pages to web componants. |
class |
PageCacheService
Page Cache Service |
class |
PageContentService
|
class |
PortletCacheService
Portlet cache service |
Uses of CacheableService in fr.paris.lutece.portal.service.portal |
---|
Classes in fr.paris.lutece.portal.service.portal that implement CacheableService | |
---|---|
class |
PortalMenuService
This Service build the portal menu |
class |
StandaloneAppService
This class delivers Extra pages (xpages) to web components. |
Methods in fr.paris.lutece.portal.service.portal that return types with arguments of type CacheableService | |
---|---|
static java.util.Collection<CacheableService> |
PortalService.getCacheableServicesList()
Deprecated. Use CacheService.getCacheableServicesList() instead |
Methods in fr.paris.lutece.portal.service.portal with parameters of type CacheableService | |
---|---|
static void |
PortalService.registerCacheableService(java.lang.String strName,
CacheableService cs)
Deprecated. Use CacheService.registerCacheableService( String strName, CacheableService cs ) instead |
Uses of CacheableService in fr.paris.lutece.portal.service.resource |
---|
Classes in fr.paris.lutece.portal.service.resource that implement CacheableService | |
---|---|
class |
ResourceService
This abstract Class provides a standard way for application to deliver resources using multiple loaders and an optional cache. |
Uses of CacheableService in fr.paris.lutece.portal.web.xpages |
---|
Classes in fr.paris.lutece.portal.web.xpages that implement CacheableService | |
---|---|
class |
SiteMapApp
This class provides the map of the pages on the site |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |