Interface UserPortalContext


@Deprecated(forRemoval=true, since="7.0") public interface UserPortalContext
Deprecated, for removal: This API element is subject to removal in a future version.
Not needed anymore in Meeds context, should be removed after
The context of a user within its portal.
Version:
$Revision$
Author:
Julien Viet
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Provide an opportunity to use a resource bundle for a specified navigation.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the user locale.
  • Method Details

    • getBundle

      ResourceBundle getBundle(UserNavigation navigation)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Provide an opportunity to use a resource bundle for a specified navigation. It no such bundle can be found then null can be returned.
      Parameters:
      navigation - the navigation that will be localized
      Returns:
      the resource bundle to use
    • getUserLocale

      Locale getUserLocale()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the user locale.
      Returns:
      the user locale