190191192193194195196
// Initialize the request context path. requestContextPath = portletRequest.getContextPath(); // Initialize the request locales. requestLocales = new LocaleIterator(portletRequest.getLocales()); }