Uses of Interface
org.apache.jetspeed.cache.JetspeedCache

Packages that use JetspeedCache
org.apache.jetspeed.aggregator.impl   
org.apache.jetspeed.cache   
org.apache.jetspeed.cache.impl   
org.apache.jetspeed.components.portletregistry   
org.apache.jetspeed.decoration   
org.apache.jetspeed.desktop.impl   
org.apache.jetspeed.prefs.impl Implementation for the services backing Jetspeed java.util.prefs.Preferences. 
org.apache.jetspeed.security.activeauthentication   
 

Uses of JetspeedCache in org.apache.jetspeed.aggregator.impl
 

Fields in org.apache.jetspeed.aggregator.impl declared as JetspeedCache
protected  JetspeedCache PortletRendererImpl.portletContentCache
          JSR 168 Portlet Content Cache
 

Constructors in org.apache.jetspeed.aggregator.impl with parameters of type JetspeedCache
PortletRendererImpl(org.apache.pluto.PortletContainer container, PortletWindowAccessor windowAccessor, WorkerMonitor workMonitor, PortalStatistics statistics, DynamicTitleService addTitleService, PortletTrackingManager portletTracking, boolean checkSecurityConstraints, SecurityAccessController accessController, JetspeedCache portletContentCache)
           
PortletRendererImpl(org.apache.pluto.PortletContainer container, PortletWindowAccessor windowAccessor, WorkerMonitor workMonitor, PortalStatistics statistics, DynamicTitleService addTitleService, PortletTrackingManager portletTracking, boolean checkSecurityConstraints, SecurityAccessController accessController, JetspeedCache portletContentCache, boolean overrideTitles)
           
 

Uses of JetspeedCache in org.apache.jetspeed.cache
 

Subinterfaces of JetspeedCache in org.apache.jetspeed.cache
 interface JetspeedContentCache
           Provides interface to Jetspeed for cache related activities Abstraction around actual cache implementation
 

Methods in org.apache.jetspeed.cache with parameters of type JetspeedCache
 void JetspeedCacheEventListener.notifyElementAdded(JetspeedCache cache, boolean local, java.lang.Object key, java.lang.Object element)
          ADDED notification for cache listeners
 void JetspeedCacheEventListener.notifyElementChanged(JetspeedCache cache, boolean local, java.lang.Object key, java.lang.Object element)
          CHANGE notification for cache listeners
 void JetspeedCacheEventListener.notifyElementEvicted(JetspeedCache cache, boolean local, java.lang.Object key, java.lang.Object element)
          EVICTED notification for cache listeners
 void JetspeedCacheEventListener.notifyElementExpired(JetspeedCache cache, boolean local, java.lang.Object key, java.lang.Object element)
          EXPIRED notification for cache listeners
 void JetspeedCacheEventListener.notifyElementRemoved(JetspeedCache cache, boolean local, java.lang.Object key, java.lang.Object element)
          REMOVE notification for cache listeners
 

Uses of JetspeedCache in org.apache.jetspeed.cache.impl
 

Classes in org.apache.jetspeed.cache.impl that implement JetspeedCache
 class EhCacheDistributedImpl
           
 class EhCacheImpl
           
 class EhDecorationContentCacheImpl
          Wrapper around actual cache implementation
 class EhPortletContentCacheImpl
          Wrapper around actual cache implementation
 class EhPortletWindowCache
           EhPortletWindowCache
 

Methods in org.apache.jetspeed.cache.impl with parameters of type JetspeedCache
 void EhDecorationContentCacheImpl.notifyElementAdded(JetspeedCache cache, boolean local, java.lang.Object key, java.lang.Object element)
           
 void EhPortletContentCacheImpl.notifyElementAdded(JetspeedCache cache, boolean local, java.lang.Object key, java.lang.Object element)
           
 void EhDecorationContentCacheImpl.notifyElementChanged(JetspeedCache cache, boolean local, java.lang.Object key, java.lang.Object element)
           
 void EhPortletContentCacheImpl.notifyElementChanged(JetspeedCache cache, boolean local, java.lang.Object key, java.lang.Object element)
           
 void EhDecorationContentCacheImpl.notifyElementEvicted(JetspeedCache cache, boolean local, java.lang.Object key, java.lang.Object element)
           
 void EhPortletContentCacheImpl.notifyElementEvicted(JetspeedCache cache, boolean local, java.lang.Object key, java.lang.Object element)
           
 void EhDecorationContentCacheImpl.notifyElementExpired(JetspeedCache cache, boolean local, java.lang.Object key, java.lang.Object element)
           
 void EhPortletContentCacheImpl.notifyElementExpired(JetspeedCache cache, boolean local, java.lang.Object key, java.lang.Object element)
           
 void EhDecorationContentCacheImpl.notifyElementRemoved(JetspeedCache cache, boolean local, java.lang.Object key, java.lang.Object element)
           
 void EhPortletContentCacheImpl.notifyElementRemoved(JetspeedCache cache, boolean local, java.lang.Object key, java.lang.Object element)
           
 

Constructors in org.apache.jetspeed.cache.impl with parameters of type JetspeedCache
EhDecorationContentCacheImpl(net.sf.ehcache.Ehcache ehcache, JetspeedCache preferenceCache)
           
EhDecorationContentCacheImpl(net.sf.ehcache.Ehcache ehcache, JetspeedCache preferenceCache, ContentCacheKeyGenerator keyGenerator)
           
EhPortletContentCacheImpl(net.sf.ehcache.Ehcache ehcache, JetspeedCache preferenceCache)
           
EhPortletContentCacheImpl(net.sf.ehcache.Ehcache ehcache, JetspeedCache preferenceCache, ContentCacheKeyGenerator keyGenerator)
           
 

Uses of JetspeedCache in org.apache.jetspeed.components.portletregistry
 

Methods in org.apache.jetspeed.components.portletregistry with parameters of type JetspeedCache
static void RegistryPortletCache.cacheInit(PortletRegistry r, JetspeedCache o, JetspeedCache n, java.util.List l)
           
static void RegistryApplicationCache.cacheInit(PortletRegistry r, JetspeedCache o, JetspeedCache n, java.util.List l)
           
 void PersistenceBrokerPortletRegistry.notifyElementAdded(JetspeedCache cache, boolean local, java.lang.Object key, java.lang.Object element)
           
 void PersistenceBrokerPortletRegistry.notifyElementChanged(JetspeedCache cache, boolean local, java.lang.Object key, java.lang.Object element)
           
 void PersistenceBrokerPortletRegistry.notifyElementEvicted(JetspeedCache cache, boolean local, java.lang.Object key, java.lang.Object element)
           
 void PersistenceBrokerPortletRegistry.notifyElementExpired(JetspeedCache cache, boolean local, java.lang.Object key, java.lang.Object element)
           
 void PersistenceBrokerPortletRegistry.notifyElementRemoved(JetspeedCache cache, boolean local, java.lang.Object key, java.lang.Object element)
           
 

Constructors in org.apache.jetspeed.components.portletregistry with parameters of type JetspeedCache
PersistenceBrokerPortletRegistry(java.lang.String repositoryPath, PortletFactory portletFactory, JetspeedCache applicationOidCache, JetspeedCache portletOidCache, JetspeedCache applicationNameCache, JetspeedCache portletNameCache)
           
 

Uses of JetspeedCache in org.apache.jetspeed.decoration
 

Methods in org.apache.jetspeed.decoration that return JetspeedCache
protected  JetspeedCache DecorationFactoryImpl.getDecorationConfigurationCache()
           
 

Constructors in org.apache.jetspeed.decoration with parameters of type JetspeedCache
DecorationFactoryImpl(PortletRegistry registry, java.lang.String decorationsPath, ResourceValidator validator, JetspeedCache decorationConfigurationCache)
           
DecorationFactoryImpl(java.lang.String decorationsPath, ResourceValidator validator, JetspeedCache decorationConfigurationCache)
           
 

Uses of JetspeedCache in org.apache.jetspeed.desktop.impl
 

Constructors in org.apache.jetspeed.desktop.impl with parameters of type JetspeedCache
JetspeedDesktopImpl(DecorationFactory decorationFactory, HeaderResourceFactory headerResourceFactory, JetspeedCache desktopContentCache, java.lang.String desktopServletPath, java.lang.String defaultLayoutTemplateExtension)
           
JetspeedDesktopImpl(DecorationFactory decorationFactory, HeaderResourceFactory headerResourceFactory, JetspeedCache desktopContentCache, java.lang.String desktopServletPath, java.lang.String defaultLayoutTemplateExtension, java.lang.String defaultDesktopLayoutDecoration, java.lang.String defaultDesktopPortletDecoration)
           
JetspeedDesktopImpl(DecorationFactory decorationFactory, HeaderResourceFactory headerResourceFactory, JetspeedCache desktopContentCache, java.lang.String desktopServletPath, java.lang.String defaultLayoutTemplateExtension, java.lang.String defaultDesktopLayoutDecoration, java.lang.String defaultDesktopPortletDecoration, BasePortalURL baseUrlAccess)
           
 

Uses of JetspeedCache in org.apache.jetspeed.prefs.impl
 

Constructors in org.apache.jetspeed.prefs.impl with parameters of type JetspeedCache
PersistenceBrokerPreferencesProvider(java.lang.String repositoryPath, JetspeedCache preferenceCache)
           
PersistenceBrokerPreferencesProvider(java.lang.String repositoryPath, JetspeedCache preferenceCache, java.util.List apps, boolean preloadEntities)
           
 

Uses of JetspeedCache in org.apache.jetspeed.security.activeauthentication
 

Constructors in org.apache.jetspeed.security.activeauthentication with parameters of type JetspeedCache
ActiveAuthenticationIdentityProviderImpl(JetspeedCache cache, java.util.List sessionAttributes)
           
 



Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.