com.day.cq.widget.impl
Class CssFileBuilder
java.lang.Object
com.day.cq.widget.impl.AbstractBuilder
com.day.cq.widget.impl.CssFileBuilder
- All Implemented Interfaces:
- HtmlLibraryBuilder
public class CssFileBuilder
- extends AbstractBuilder
The CssFileBuilder provides all specific css builder functionality.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CssFileBuilder
public CssFileBuilder()
concatenate
protected File concatenate(org.apache.tools.ant.types.resources.Resources coll)
throws IOException
- Specified by:
concatenate in class AbstractBuilder
- Throws:
IOException
minify
protected void minify(InputStream inputStream,
OutputStream outputStream)
throws IOException
- Specified by:
minify in class AbstractBuilder
- Throws:
IOException
getType
public String getType()
- Description copied from interface:
HtmlLibraryBuilder
- Returns the library type
- Returns:
- library type
- See Also:
HtmlLibraryBuilder.getType()
getMimeType
public String getMimeType()
- Description copied from interface:
HtmlLibraryBuilder
- Returns the mime type of the library
- Returns:
- See Also:
HtmlLibraryBuilder.getMimeType()
Copyright © 2008 Day Management AG. All Rights Reserved.