Uses of Interface
org.apache.cocoon.components.source.InspectableSource

Packages that use InspectableSource
org.apache.cocoon.components.source   
org.apache.cocoon.components.source.impl   
 

Uses of InspectableSource in org.apache.cocoon.components.source
 

Classes in org.apache.cocoon.components.source that implement InspectableSource
 class SourceDTO
          Data transfer object for a Source object.
 

Uses of InspectableSource in org.apache.cocoon.components.source.impl
 

Classes in org.apache.cocoon.components.source.impl that implement InspectableSource
 class InspectableTraversableCachingSource
          TraversableCachingSource that adds support for SourceProperty caching.
 class RepositorySource
          Source wrapper that enhances the wrapped sources with additional capabilities.
 class SlideSource
          A sources from jakarta slide repositories.
 class WebDAVSource
          A source implementation to get access to WebDAV repositories.
 

Constructors in org.apache.cocoon.components.source.impl with parameters of type InspectableSource
InspectableTraversableCachingSource(CachingSourceFactory factory, String protocol, String uri, String sourceUri, InspectableSource source, int expires, String cacheName, boolean async, boolean eventAware)
           
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.