org.jasig.portal.channels.adminnav
Class XMLLinksFileLoader
java.lang.Object
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.