org.kuali.rice.core.impl.style
Class StyleServiceImpl

java.lang.Object
  extended by org.kuali.rice.core.impl.style.StyleServiceImpl
All Implemented Interfaces:
StyleService

public class StyleServiceImpl
extends Object
implements StyleService

Implements generic StyleService via existing EDL style table

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
StyleServiceImpl()
           
 
Method Summary
protected  Templates fetchTemplatesFromCache(String styleName)
           
 List<String> getAllStyleNames()
           
 Style getStyle(String styleName)
          Loads the named style from the database, or (if configured) imports it from a file specified via a configuration parameter with a name of the format edl.style.<styleName>
 Templates getStyleAsTranslet(String name)
          Gets a compiled version of the style with the given name.
protected  String getTemplatesCacheKey(String styleName)
          Returns the key to be used for caching the Templates for the given style name.
protected  void putTemplatesInCache(String styleName, Templates templates)
           
 void saveStyle(Style style)
           
 void setCache(RiceCacheAdministrator cache)
           
 void setStyleRepositoryService(StyleRepositoryService styleRepositoryService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleServiceImpl

public StyleServiceImpl()
Method Detail

setStyleRepositoryService

public void setStyleRepositoryService(StyleRepositoryService styleRepositoryService)

setCache

public void setCache(RiceCacheAdministrator cache)

getStyle

public Style getStyle(String styleName)
Loads the named style from the database, or (if configured) imports it from a file specified via a configuration parameter with a name of the format edl.style.<styleName>

Specified by:
getStyle in interface StyleService
See Also:
org.kuali.rice.edl.impl.service.StyleService#getStyle(java.lang.String)

getStyleAsTranslet

public Templates getStyleAsTranslet(String name)
                             throws TransformerConfigurationException
Description copied from interface: StyleService
Gets a compiled version of the style with the given name.

Specified by:
getStyleAsTranslet in interface StyleService
Parameters:
name - the name of the style for which to retrieve a compiled version
Returns:
a compiled version of the stylesheet as a Templates instance
Throws:
TransformerConfigurationException - if compilation of the stylesheet fails

saveStyle

public void saveStyle(Style style)
Specified by:
saveStyle in interface StyleService
See Also:
StyleRepositoryService.saveStyle(Style)

getAllStyleNames

public List<String> getAllStyleNames()
Specified by:
getAllStyleNames in interface StyleService
See Also:
StyleRepositoryService.getAllStyleNames()

getTemplatesCacheKey

protected String getTemplatesCacheKey(String styleName)
Returns the key to be used for caching the Templates for the given style name.


fetchTemplatesFromCache

protected Templates fetchTemplatesFromCache(String styleName)

putTemplatesInCache

protected void putTemplatesInCache(String styleName,
                                   Templates templates)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.