Uses of Interface
org.jasig.portal.url.IBasePortalUrl

Packages that use IBasePortalUrl
org.jasig.portal.url   
 

Uses of IBasePortalUrl in org.jasig.portal.url
 

Subinterfaces of IBasePortalUrl in org.jasig.portal.url
 interface IPortalLayoutUrl
          Specific type of portal URL that targets a portlet.
 interface IPortalPortletUrl
          Specific type of portal URL that targets a portlet.
 interface IPortletPortalUrl
          Specific type of portal URL that targets a portlet.
 

Methods in org.jasig.portal.url that return IBasePortalUrl
 IBasePortalUrl PortalUrlProviderImpl.getDefaultUrl(HttpServletRequest request)
           
 IBasePortalUrl IPortalUrlProvider.getDefaultUrl(HttpServletRequest request)
          Gets the default portal URL, this is equivalent to the first URL rendered by the portal when a user logs in.
 IBasePortalUrl PortalUrlProviderImpl.getFolderUrlByNodeId(HttpServletRequest request, String folderNodeId)
           
 IBasePortalUrl IPortalUrlProvider.getFolderUrlByNodeId(HttpServletRequest request, String folderNodeId)
           
 

Methods in org.jasig.portal.url with parameters of type IBasePortalUrl
 String PortalUrlProviderImpl.generatePortalUrl(HttpServletRequest request, IBasePortalUrl basePortalUrl, String targetFolderId)
           
 String IUrlGenerator.generatePortalUrl(HttpServletRequest request, IBasePortalUrl basePortalUrl, String targetFolderId)
           
 



Copyright © 2010 Jasig. All Rights Reserved.