Package org.apache.lenya.cms.publication.templating

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

Related Classes of org.apache.lenya.cms.publication.templating.ExistingAncestorSourceResolver

Copyright © 2018 www.massapicom. 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.