org.jasig.portlet.courses.service
Class UPortalURLServiceImpl

java.lang.Object
  extended by org.jasig.portlet.courses.service.UPortalURLServiceImpl
All Implemented Interfaces:
IURLService

public class UPortalURLServiceImpl
extends Object
implements IURLService


Field Summary
protected  org.apache.commons.logging.Log log
           
 
Constructor Summary
UPortalURLServiceImpl()
           
 
Method Summary
 String getInstructorUrl(Instructor instructor, javax.portlet.PortletRequest request)
           
 String getLocationUrl(Location location, javax.portlet.PortletRequest request)
           
 void setPortalContext(String portalContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected final org.apache.commons.logging.Log log
Constructor Detail

UPortalURLServiceImpl

public UPortalURLServiceImpl()
Method Detail

setPortalContext

public void setPortalContext(String portalContext)

getLocationUrl

public String getLocationUrl(Location location,
                             javax.portlet.PortletRequest request)
Specified by:
getLocationUrl in interface IURLService

getInstructorUrl

public String getInstructorUrl(Instructor instructor,
                               javax.portlet.PortletRequest request)
Specified by:
getInstructorUrl in interface IURLService


Copyright © 2012 Jasig. All Rights Reserved.