org.riotfamily.website.css
Class CssTemplateController.DynamicStylesheet

java.lang.Object
  extended by org.riotfamily.website.css.CssTemplateController.DynamicStylesheet
Enclosing class:
CssTemplateController

protected class CssTemplateController.DynamicStylesheet
extends Object


Constructor Summary
CssTemplateController.DynamicStylesheet(File file, String path, String key)
           
 
Method Summary
 long lastModified()
           
 void serve(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CssTemplateController.DynamicStylesheet

public CssTemplateController.DynamicStylesheet(File file,
                                               String path,
                                               String key)
Method Detail

lastModified

public long lastModified()

serve

public void serve(HttpServletRequest request,
                  HttpServletResponse response)
           throws IOException,
                  freemarker.template.TemplateException
Throws:
IOException
freemarker.template.TemplateException