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

Packages that use JetspeedContentCache
org.apache.jetspeed.cache.impl   
org.apache.jetspeed.container.state.impl   
org.apache.jetspeed.decoration   
org.apache.jetspeed.pipeline.valve.impl   
org.apache.jetspeed.portlets.layout   
 

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

Classes in org.apache.jetspeed.cache.impl that implement JetspeedContentCache
 class EhDecorationContentCacheImpl
          Wrapper around actual cache implementation
 class EhPortletContentCacheImpl
          Wrapper around actual cache implementation
 

Uses of JetspeedContentCache in org.apache.jetspeed.container.state.impl
 

Fields in org.apache.jetspeed.container.state.impl declared as JetspeedContentCache
protected  JetspeedContentCache AbstractNavigationalState.cache
           
protected  JetspeedContentCache AbstractNavigationalState.decorationCache
           
 

Methods in org.apache.jetspeed.container.state.impl with parameters of type JetspeedContentCache
 void PortletWindowSessionNavigationalStates.changeAllPortletsToViewModeAndNormalWindowState(RequestContext context, Page page, PortletWindowRequestNavigationalStates requestStates, JetspeedContentCache cache, JetspeedContentCache decorationCache)
           
protected  void PortletWindowSessionNavigationalStates.removeFromCache(RequestContext context, java.lang.String id, JetspeedContentCache cache)
           
 void PortletWindowSessionNavigationalStates.sync(RequestContext context, Page page, PortletWindowRequestNavigationalStates requestStates, JetspeedContentCache cache, JetspeedContentCache decorationCache)
           
 

Constructors in org.apache.jetspeed.container.state.impl with parameters of type JetspeedContentCache
AbstractNavigationalState(NavigationalStateCodec codec, JetspeedContentCache cache)
           
AbstractNavigationalState(NavigationalStateCodec codec, JetspeedContentCache cache, JetspeedContentCache decorationCache)
           
HybridNavigationalState(NavigationalStateCodec codec, java.lang.String prefix, JetspeedContentCache cache)
           
PathNavigationalState(NavigationalStateCodec codec, JetspeedContentCache cache)
           
SessionFullExtendedNavigationalState(NavigationalStateCodec codec, JetspeedContentCache cache)
           
SessionFullExtendedNavigationalState(NavigationalStateCodec codec, JetspeedContentCache cache, JetspeedContentCache decorationCache)
           
SessionFullExtendedNavigationalState(NavigationalStateCodec codec, JetspeedContentCache cache, JetspeedContentCache decorationCache, boolean clearStateOnPageChangeEnabled)
           
SessionFullNavigationalState(NavigationalStateCodec codec, JetspeedContentCache cache)
           
SessionFullNavigationalState(NavigationalStateCodec codec, JetspeedContentCache cache, JetspeedContentCache decorationCache)
           
SessionNavigationalState(NavigationalStateCodec codec, JetspeedContentCache cache)
           
SessionNavigationalState(NavigationalStateCodec codec, JetspeedContentCache cache, JetspeedContentCache decorationCache)
           
 

Uses of JetspeedContentCache in org.apache.jetspeed.decoration
 

Constructors in org.apache.jetspeed.decoration with parameters of type JetspeedContentCache
DecorationValve(DecorationFactory decorationFactory, PortletWindowAccessor windowAccessor, SecurityAccessController accessController, JetspeedContentCache cache)
           
DecorationValve(DecorationFactory decorationFactory, PortletWindowAccessor windowAccessor, SecurityAccessController accessController, JetspeedContentCache cache, boolean useSessionForThemeCaching)
           
 

Uses of JetspeedContentCache in org.apache.jetspeed.pipeline.valve.impl
 

Constructors in org.apache.jetspeed.pipeline.valve.impl with parameters of type JetspeedContentCache
ActionValveImpl(org.apache.pluto.PortletContainer container, PortletWindowAccessor windowAccessor, JetspeedContentCache portletContentCache)
           
ActionValveImpl(org.apache.pluto.PortletContainer container, PortletWindowAccessor windowAccessor, JetspeedContentCache portletContentCache, boolean patchResponseCommitted)
           
 

Uses of JetspeedContentCache in org.apache.jetspeed.portlets.layout
 

Fields in org.apache.jetspeed.portlets.layout declared as JetspeedContentCache
protected  JetspeedContentCache MultiColumnPortlet.decoratorCache
           
 



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