Package org.b3log.solo.jsonrpc.impl

Examples of org.b3log.solo.jsonrpc.impl.StatisticService


            final PreferenceService preferenceService =
                    PreferenceService.getInstance();
            JSONRPCBridge.getGlobalBridge().registerObject(preferenceService.
                    getServiceObjectName(), preferenceService);

            final StatisticService statisticService =
                    StatisticService.getInstance();
            JSONRPCBridge.getGlobalBridge().registerObject(statisticService.
                    getServiceObjectName(), statisticService);

            final TagService tagService = TagService.getInstance();
            JSONRPCBridge.getGlobalBridge().registerObject(tagService.
                    getServiceObjectName(), tagService);
View Full Code Here

TOP

Related Classes of org.b3log.solo.jsonrpc.impl.StatisticService

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.