Examples of GeoportalStatisticsProviderFactory


Examples of com.esri.gpt.server.usage.factories.GeoportalStatisticsProviderFactory

    String homePage = "/catalog/main/home.page";
  String contextPath = request.getContextPath();  
  checkRole(context);
  statRequestCtx = new StatisticsRequestContext();
  initStatisticsRequestContext(request,response,context, statRequestCtx);   
  GeoportalStatisticsProviderFactory geoportalStatProviderFactory = new GeoportalStatisticsProviderFactory();
  StatisticsWriterFactory statisticsWriterFactory = new StatisticsWriterFactory();   
  statisticsWriterFactory.makeStatisticsWriter(statRequestCtx);
  GeoportalUsageInformation usageInfo = geoportalStatProviderFactory.buildUsageReport(statRequestCtx);   
}
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.