net.sf.zekr.engine.template
Class ThemeTemplate

java.lang.Object
  extended by net.sf.zekr.engine.template.BaseViewTemplate
      extended by net.sf.zekr.engine.template.ThemeTemplate
All Implemented Interfaces:
ITransformer

public class ThemeTemplate
extends BaseViewTemplate

Author:
Mohsen Saboorian

Field Summary
 
Fields inherited from class net.sf.zekr.engine.template.BaseViewTemplate
config, engine, langEngine, resource
 
Constructor Summary
ThemeTemplate(ThemeData themeData)
           
 
Method Summary
 java.lang.String doTransform()
          Transforms and persists all the theme CSS files if doesn't exists in the cache (Naming.CACHE_DIR).
 
Methods inherited from class net.sf.zekr.engine.template.BaseViewTemplate
setProperty, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeTemplate

public ThemeTemplate(ThemeData themeData)
Method Detail

doTransform

public java.lang.String doTransform()
Transforms and persists all the theme CSS files if doesn't exists in the cache (Naming.CACHE_DIR).

Specified by:
doTransform in class BaseViewTemplate
Returns:
result CSS, or null if no transformation done