Examples of GuestBookTile


Examples of org.brixcms.demo.web.tile.guestbook.GuestBookTile

     * @param config
     */
    public DemoBrix(BrixConfig config) {
        super(config);

        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));
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.