|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.internal.yuicompressor.AbstractMinimizer
org.apache.tapestry5.internal.yuicompressor.CSSResourceMinimizer
public class CSSResourceMinimizer
Uses CssCompressor to reduce the size of CSS content.
| Field Summary |
|---|
| Fields inherited from class org.apache.tapestry5.internal.yuicompressor.AbstractMinimizer |
|---|
logger, tracker |
| Constructor Summary | |
|---|---|
CSSResourceMinimizer(org.slf4j.Logger logger,
OperationTracker tracker)
|
|
| Method Summary | |
|---|---|
protected void |
doMinimize(StreamableResource input,
java.io.Writer output)
Implemented in subclasses to do the actual work. |
| Methods inherited from class org.apache.tapestry5.internal.yuicompressor.AbstractMinimizer |
|---|
minimize, toReader |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CSSResourceMinimizer(org.slf4j.Logger logger,
OperationTracker tracker)
| Method Detail |
|---|
protected void doMinimize(StreamableResource input,
java.io.Writer output)
throws java.io.IOException
AbstractMinimizer
doMinimize in class AbstractMinimizerinput - content to minimizeoutput - writer for minimized version of input
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||