Package org.brixcms.plugin.site.folder

Examples of org.brixcms.plugin.site.folder.FolderNodePlugin


        return (SitePlugin) brix.getPlugin(ID);
    }

    public SitePlugin(Brix brix) {
        this.brix = brix;
        registerNodePlugin(new FolderNodePlugin(this));
        registerNodePlugin(new ResourceNodePlugin(this));
        registerNodePlugin(new TemplateSiteNodePlugin(this));
        registerNodePlugin(new PageSiteNodePlugin(this));
        registerManageNodeTabFactory(new ConvertNodeTabFactory());
View Full Code Here

TOP

Related Classes of org.brixcms.plugin.site.folder.FolderNodePlugin

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.