Package com.opengamma.web.config

Examples of com.opengamma.web.config.WebConfigData$Meta


   
    WebHistoricalTimeSeriesData timeseriesData = new WebHistoricalTimeSeriesData();
    timeseriesData.setUriInfo(uriInfo);
    out.put("timeseriesUris", new WebHistoricalTimeSeriesUris(timeseriesData));
   
    WebConfigData configData = new WebConfigData();
    configData.setUriInfo(uriInfo);
    out.put("configUris", new WebConfigUris(configData));
   
    return out;
  }
View Full Code Here

TOP

Related Classes of com.opengamma.web.config.WebConfigData$Meta

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.