public interface StyleService
StyleRepositoryService
.Style
,
StyleRepositoryService
List<String> getAllStyleNames()
@CacheEvict(value="http://rice.kuali.org/core/v2_0/StyleType", allEntries=true) void saveStyle(Style data)
@Cacheable(value="http://rice.kuali.org/core/v2_0/StyleType", key="\'styleName=\' + #p0") Templates getStyleAsTranslet(String styleName) throws TransformerConfigurationException
styleName
- the name of the style for which to retrieve a compiled versionTemplates
instanceTransformerConfigurationException
- if compilation of the stylesheet failsIllegalArgumentException
- if the given styleName is null or blankCopyright © 2005–2015 The Kuali Foundation. All rights reserved.