use of org.apereo.portal.utils.PropertiesPopulator in project uPortal by Jasig.
the class StylesheetUserPreferencesTransformerConfigurationSource method getOutputProperties.
@Override
public Properties getOutputProperties(HttpServletRequest request, HttpServletResponse response) {
final PreferencesScope stylesheetPreferencesScope = this.getStylesheetPreferencesScope(request);
final PropertiesPopulator outputProperties = this.stylesheetUserPreferencesService.populateOutputProperties(request, stylesheetPreferencesScope, new PropertiesPopulator());
return outputProperties.getProperties();
}
Aggregations