Interface UserPortalContext

All Known Implementing Classes:
HttpUserPortalContext

public interface UserPortalContext
The context of a user within its portal.
Version:
$Revision$
Author:
Julien Viet
  • Method Details

    • getBundle

      ResourceBundle getBundle(UserNavigation navigation)
      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()
      Returns the user locale.
      Returns:
      the user locale