Search in sources :

Example 1 with PropertiesPopulator

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();
}
Also used : PropertiesPopulator(org.apereo.portal.utils.PropertiesPopulator) PreferencesScope(org.apereo.portal.layout.IStylesheetUserPreferencesService.PreferencesScope)

Aggregations

PreferencesScope (org.apereo.portal.layout.IStylesheetUserPreferencesService.PreferencesScope)1 PropertiesPopulator (org.apereo.portal.utils.PropertiesPopulator)1