org.riotfamily.website.minify
Class MinifyScriptController

java.lang.Object
  extended by org.riotfamily.cachius.spring.AbstractCacheableController
      extended by org.riotfamily.website.minify.AbstractMinifyController
          extended by org.riotfamily.website.minify.MinifyScriptController
All Implemented Interfaces:
CacheableController, Compressible, BeanNameAware, Controller, LastModified

public class MinifyScriptController
extends AbstractMinifyController

Since:
6.5
Author:
Felix Gnass [fgnass at neteye dot de]

Field Summary
 
Fields inherited from interface org.riotfamily.cachius.spring.CacheableController
CACHE_ETERNALLY
 
Constructor Summary
MinifyScriptController()
           
 
Method Summary
protected  Compressor getCompressor()
           
protected  String getContentType()
           
 
Methods inherited from class org.riotfamily.website.minify.AbstractMinifyController
appendCacheKey, bypassCache, capture, getLastModified, getTimeToLive, gzipResponse, handleRequest, setReloadable
 
Methods inherited from class org.riotfamily.cachius.spring.AbstractCacheableController
getBeanName, getCacheKey, getCacheKeyInternal, setAddUriToCacheKey, setBeanName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MinifyScriptController

public MinifyScriptController()
Method Detail

getContentType

protected String getContentType()
Specified by:
getContentType in class AbstractMinifyController

getCompressor

protected Compressor getCompressor()
Specified by:
getCompressor in class AbstractMinifyController