Package org.jdesktop.wonderland.front.admin

Examples of org.jdesktop.wonderland.front.admin.StatusPageRegistration


        reg = new AdminRegistration("Manage Worlds",
                                    "/snapshot-manager/snapshot/SnapshotManager");
        reg.setFilter(AdminRegistration.ADMIN_FILTER);
        AdminRegistration.register(reg, sce.getServletContext());
       
        statusRegistry = new StatusPageRegistration("/snapshot-manager/snapshot", "/current.jspf");
        StatusPageRegistration.register(statusRegistry, sce.getServletContext());
    }
View Full Code Here

TOP

Related Classes of org.jdesktop.wonderland.front.admin.StatusPageRegistration

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.