Uses of Interface
org.jasig.portal.channels.adminnav.ILinkRegistrar

Packages that use ILinkRegistrar
org.jasig.portal.channels.adminnav   
org.jasig.portal.channels.adminnav.provider   
 

Uses of ILinkRegistrar in org.jasig.portal.channels.adminnav
 

Subinterfaces of ILinkRegistrar in org.jasig.portal.channels.adminnav
 interface INavigationModel
          Deprecated. All IChannel implementations should be migrated to portlets
 

Methods in org.jasig.portal.channels.adminnav that return ILinkRegistrar
static ILinkRegistrar AdminNavChannel.getLinkRegistrar()
          Deprecated. Returns an object that can be used to add links at runtime to the underlying administrative navigational links model.
 

Constructors in org.jasig.portal.channels.adminnav with parameters of type ILinkRegistrar
XMLLinksFileLoader(String linksFile, ILinkRegistrar registrar, ILabelResolver resolver)
          Deprecated. Loads into the passed in ILinkRegistrar the links specified in the passed in file which must conform to the structure of the XMLLinksHandler.
XMLLinksHandler(ILinkRegistrar registrar)
          Deprecated. Constructor accepting an instance of ILinkRegistrar into which all link definitions will be added.
XMLLinksHandler(ILinkRegistrar registrar, ILabelResolver resolver)
          Deprecated. Constructor accepting an instance of ILinkRegistrar into which all link definitions will be added.
 

Uses of ILinkRegistrar in org.jasig.portal.channels.adminnav.provider
 

Classes in org.jasig.portal.channels.adminnav.provider that implement ILinkRegistrar
 class ListModel
          Deprecated. All IChannel implementations should be migrated to portlets
 



Copyright © 2010 Jasig. All Rights Reserved.