Package org.apache.lenya.cms.repository

Examples of org.apache.lenya.cms.repository.SourceNodeFactory


            throw new MalformedURLException("Malformed uri for a xmodule source : " + uri);

        setScheme(scheme);

        if (map.getFactory(Node.IDENTIFIABLE_TYPE) == null) {
            map.setFactory(Node.IDENTIFIABLE_TYPE, new SourceNodeFactory(this.manager, logger));
        }

        this.node = (Node) map.get(Node.IDENTIFIABLE_TYPE, uri);
    }
View Full Code Here

TOP

Related Classes of org.apache.lenya.cms.repository.SourceNodeFactory

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.