org.jasig.portal.layout
Interface IFolderLocalNameResolver

All Known Implementing Classes:
DistributedLayoutManager

public interface IFolderLocalNameResolver

Defines an interface that the layout management implementation being used can opt to support to provide localized names of folder nodes without requiring such names to be embedded within the layouts for users. By using this approach, when the user's locale changes the layout need not be reloaded but the next rendering can inject the names.

Author:
Mark Boyd

Method Summary
 String getFolderLabel(String nodeId)
          Returns the local folder label for the user's current locale as determined by use of the LocaleManager.
 

Method Detail

getFolderLabel

String getFolderLabel(String nodeId)
Returns the local folder label for the user's current locale as determined by use of the LocaleManager. If no local version of the label is available for the current locale nor for the default locale then null is returned.

Parameters:
nodeId -
Returns:


Copyright © 2010 Jasig. All Rights Reserved.