public class CalendarkeyUrlCreatorImpl extends Object implements IUrlCreator
IUrlCreator implementation specific for integrating with CalendarKey
(http://mywebspace.wisc.edu/npblair/calendarkey).
CalendarKey instances can expose a REST style web service for retrieving individual user calendars. These REST urls are built in the following way:
CalendarConfiguration, in a property named "baseUrl"
http://localhost:8080/calendarkey/ws/netid/20081009/20081010
| Constructor and Description |
|---|
CalendarkeyUrlCreatorImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
constructUrl(CalendarConfiguration calendarListing,
org.joda.time.Interval interval,
javax.portlet.PortletRequest request) |
public String constructUrl(CalendarConfiguration calendarListing, org.joda.time.Interval interval, javax.portlet.PortletRequest request)
constructUrl in interface IUrlCreatorCopyright © 2017 Apereo. All Rights Reserved.