org.riotfamily.website.minify
Class MinifyCssController
java.lang.Object
org.riotfamily.cachius.spring.AbstractCacheableController
org.riotfamily.website.minify.AbstractMinifyController
org.riotfamily.website.minify.MinifyCssController
- All Implemented Interfaces:
- CacheableController, Compressible, BeanNameAware, Controller, LastModified
public class MinifyCssController
- extends AbstractMinifyController
- Since:
- 6.5
- Author:
- Felix Gnass [fgnass at neteye dot de]
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MinifyCssController
public MinifyCssController()
getContentType
protected String getContentType()
- Specified by:
getContentType
in class AbstractMinifyController
getCompressor
protected Compressor getCompressor()
- Specified by:
getCompressor
in class AbstractMinifyController
capture
protected void capture(String path,
ByteArrayOutputStream buffer,
HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Overrides:
capture
in class AbstractMinifyController
- Throws:
ServletException
IOException
buildParam
public static String buildParam(Collection<?> sheets)