Package com.opengamma.web.holiday

Examples of com.opengamma.web.holiday.WebHolidayUris


    exchangeData.setUriInfo(uriInfo);
    out.put("exchangeUris", new WebExchangeUris(exchangeData));
   
    WebHolidayData holidayData = new WebHolidayData();
    holidayData.setUriInfo(uriInfo);
    out.put("holidayUris", new WebHolidayUris(holidayData));
   
    WebRegionData regionData = new WebRegionData();
    regionData.setUriInfo(uriInfo);
    out.put("regionUris", new WebRegionUris(regionData));
   
View Full Code Here

TOP

Related Classes of com.opengamma.web.holiday.WebHolidayUris

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.