Examples of ExistingAncestorSourceResolver


Examples of org.apache.lenya.cms.publication.templating.ExistingAncestorSourceResolver

* @version $Id: FallbackSourceFactory.java 264153 2005-08-29 15:11:14Z andreas $
*/
public class TemplateFallbackSourceFactory extends FallbackSourceFactory {

    protected VisitingSourceResolver getSourceVisitor() {
        return new ExistingAncestorSourceResolver();
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.