org.jasig.portal.channels.adminnav
Interface ILinkRegistrar

All Known Subinterfaces:
INavigationModel
All Known Implementing Classes:
ListModel

Deprecated. All IChannel implementations should be migrated to portlets

@Deprecated
public interface ILinkRegistrar

Represents an object that can add links to the AdminNavChannel's underlying model.

Author:
mboyd@sungardsct.com

Method Summary
 void addLink(String fname, String labelId, ILabelResolver resolver, Map parameters)
          Deprecated. Dynamically adds a link to the implementation.
 

Method Detail

addLink

void addLink(String fname,
             String labelId,
             ILabelResolver resolver,
             Map parameters)
Deprecated. 
Dynamically adds a link to the implementation.

Parameters:
fname -
labelId -
resolver -
parameters -


Copyright © 2010 Jasig. All Rights Reserved.