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

Packages that use ResourceValidator
org.apache.jetspeed.decoration   
org.apache.jetspeed.decoration.validators   
 

Uses of ResourceValidator in org.apache.jetspeed.decoration
 

Methods in org.apache.jetspeed.decoration that return ResourceValidator
 ResourceValidator DecorationFactoryImpl.getResourceValidator()
           
 

Methods in org.apache.jetspeed.decoration with parameters of type ResourceValidator
 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 ResourceValidator
BaseDecoration(java.util.Properties config, ResourceValidator validator, Path basePath, Path baseClientPath, PathResolverCache cache)
           
DecorationFactoryImpl(PortletRegistry registry, java.lang.String decorationsPath, ResourceValidator validator, JetspeedCache decorationConfigurationCache)
           
DecorationFactoryImpl(java.lang.String decorationsPath, ResourceValidator validator)
           
DecorationFactoryImpl(java.lang.String decorationsPath, ResourceValidator validator, JetspeedCache decorationConfigurationCache)
           
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 ResourceValidator in org.apache.jetspeed.decoration.validators
 

Classes in org.apache.jetspeed.decoration.validators that implement ResourceValidator
 class ClasspathResourceValidator
          This implementation uses ClassLoader.getResource() to validate the existence of a resource.
 class WebApplicationResourceValidator
          This implementation uses ServletContext.getResource() to verify the existence of a resource.
 



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