org.jasig.portlet.calendar.url
Class DefaultUrlCreatorImpl
java.lang.Object
org.jasig.portlet.calendar.url.DefaultUrlCreatorImpl
- All Implemented Interfaces:
- IUrlCreator
public class DefaultUrlCreatorImpl
- extends Object
- implements IUrlCreator
The default implementation for IUrlCreator; returns simply
the parameter named "url" from the CalendarConfiguration.
- Version:
- $Header: DefaultUrlCreatorImpl.java Exp $
- Author:
- Nicholas Blair, nblair@doit.wisc.edu
|
Field Summary |
protected org.apache.commons.logging.Log |
log
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected final org.apache.commons.logging.Log log
DefaultUrlCreatorImpl
public DefaultUrlCreatorImpl()
constructUrl
public String constructUrl(CalendarConfiguration calendarListing,
org.joda.time.Interval interval,
javax.portlet.PortletRequest request)
- Specified by:
constructUrl in interface IUrlCreator
- Returns:
constructUrlInternal
protected String constructUrlInternal(CalendarConfiguration calendarListing)
- DefaultUrlCreatorImpl only needs to examine the CalendarConfiguration
to retrive the url.
- Parameters:
calendarListing -
- Returns:
Copyright © 2012 Jasig. All Rights Reserved.