Uses of Interface
org.apache.jetspeed.decoration.PathResolverCache

Packages that use PathResolverCache
org.apache.jetspeed.decoration   
org.apache.jetspeed.decoration.caches   
 

Uses of PathResolverCache in org.apache.jetspeed.decoration
 

Methods in org.apache.jetspeed.decoration with parameters of type PathResolverCache
 void BaseDecoration.init(java.util.Properties config, ResourceValidator validator, PathResolverCache cache)
           
protected  void DecorationValve.initDepthFragmentDecorations(RequestContext requestContext, Theme theme, ContentFragment fragment, PageActionAccess pageActionAccess, boolean isAjaxRequest, ResourceValidator validator, PathResolverCache pathResolverCache, boolean reloadActionList)
          Reintializes all fragments with there decorations and portlet modes and winodw states after theme is restored from cache.
 

Constructors in org.apache.jetspeed.decoration with parameters of type PathResolverCache
BaseDecoration(java.util.Properties config, ResourceValidator validator, Path basePath, Path baseClientPath, PathResolverCache cache)
           
LayoutDecorationImpl(java.util.Properties config, ResourceValidator validator, Path basePath, Path baseClientPath, PathResolverCache cache)
           
PortletDecorationImpl(java.util.Properties config, ResourceValidator validator, Path basePath, Path baseClientPath, PathResolverCache cache)
           
 

Uses of PathResolverCache in org.apache.jetspeed.decoration.caches
 

Classes in org.apache.jetspeed.decoration.caches that implement PathResolverCache
 class HashMapPathResolverCache
          Uses a java.util.HashMap to cache previously located resources pathes.
 class NoCachePathResolverCache
          A non-caching cache :)
 class SessionPathResolverCache
          Extends the
 



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