public class UPortalURLServiceImpl extends Object implements IURLService
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
UPortalURLServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInstructorUrl(Instructor instructor,
javax.portlet.PortletRequest request) |
String |
getLocationUrl(Location location,
javax.portlet.PortletRequest request) |
String |
getNativeMapUrl(javax.portlet.PortletPreferences prefs,
String baseURLDomain,
String room,
String displayName,
String streetAddress,
String longtitude,
String latitude,
String zoom) |
String |
getOtherPortletURL(javax.portlet.PortletPreferences prefs,
String fName,
String state,
String fixedParamString,
Map<String,String> params) |
void |
setPortalContext(String portalContext) |
public void setPortalContext(String portalContext)
public String getLocationUrl(Location location, javax.portlet.PortletRequest request)
getLocationUrl in interface IURLServicepublic String getInstructorUrl(Instructor instructor, javax.portlet.PortletRequest request)
getInstructorUrl in interface IURLServicepublic String getOtherPortletURL(javax.portlet.PortletPreferences prefs, String fName, String state, String fixedParamString, Map<String,String> params)
getOtherPortletURL in interface IURLServicepublic String getNativeMapUrl(javax.portlet.PortletPreferences prefs, String baseURLDomain, String room, String displayName, String streetAddress, String longtitude, String latitude, String zoom)
getNativeMapUrl in interface IURLServiceCopyright © 2016 Jasig. All Rights Reserved.