org.jasig.portal.channels.adminnav
Class XMLLinksFileLoader

java.lang.Object
  extended by org.jasig.portal.channels.adminnav.XMLLinksFileLoader

Deprecated. All IChannel implementations should be migrated to portlets

@Deprecated
public class XMLLinksFileLoader
extends Object

Loads links defined in the passed in file path having the XML format specified in javadocs for XMLLinksHandler.

Since:
2.6
Author:
mboyd@sungardsct.com

Constructor Summary
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.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLLinksFileLoader

public 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.



Copyright © 2010 Jasig. All Rights Reserved.