Package org.brixcms.plugin.snapshot

Examples of org.brixcms.plugin.snapshot.SnapshotPlugin


        config.getRegistry().register(Tile.POINT, new GuestBookTile());
        config.getRegistry().register(Tile.POINT, new FeedbackTile());

        // register plugins
        config.getRegistry().register(Plugin.POINT, new MenuPlugin(this));
        config.getRegistry().register(Plugin.POINT, new SnapshotPlugin(this));
        config.getRegistry().register(Plugin.POINT, new PrototypePlugin(this));
        config.getRegistry().register(Plugin.POINT, new WebdavUrlPlugin());


        // register tiles
View Full Code Here

TOP

Related Classes of org.brixcms.plugin.snapshot.SnapshotPlugin

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.