org.apache.lenya.cms.publication.templating
Interface SourceVisitor

All Known Subinterfaces:
VisitingSourceResolver
All Known Implementing Classes:
AllExistingSourceResolver, ExistingAncestorSourceResolver, ExistingSourceResolver

public interface SourceVisitor

Version:
$Id: SourceVisitor.java 487598 2006-12-15 17:01:14Z andreas $

Method Summary
 void visit(org.apache.excalibur.source.SourceResolver resolver, java.lang.String sourceUri)
          Visits a source.
 

Method Detail

visit

void visit(org.apache.excalibur.source.SourceResolver resolver,
           java.lang.String sourceUri)
Visits a source. We pass the resolver and the URI so that the visitor can decide if it wants to resolve the source (mainly for performance reasons).

Parameters:
resolver - The resolver.
sourceUri - The source URI.


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