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

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

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

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

Methods in org.jasig.portal.channels.adminnav with parameters of type ILabelResolver
 void ILinkRegistrar.addLink(String fname, String labelId, ILabelResolver resolver, Map parameters)
          Deprecated. Dynamically adds a link to the implementation.
 

Constructors in org.jasig.portal.channels.adminnav with parameters of type ILabelResolver
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, ILabelResolver resolver)
          Deprecated. Constructor accepting an instance of ILinkRegistrar into which all link definitions will be added.
 

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

Methods in org.jasig.portal.channels.adminnav.provider with parameters of type ILabelResolver
 void ListModel.addLink(String fname, String labelId, ILabelResolver resolver, Map parameters)
          Deprecated. Add a link to the channel indicated by the passed in functional name to the list of links located in the admin navigation list.
 



Copyright © 2010 Jasig. All Rights Reserved.