|
||||||||||
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.JavaScriptResourceMinimizer
public class JavaScriptResourceMinimizer
JavaScript resource minimizer based on the YUI JavaScriptCompressor
.
Field Summary |
---|
Fields inherited from class org.apache.tapestry5.internal.yuicompressor.AbstractMinimizer |
---|
logger, tracker |
Constructor Summary | |
---|---|
JavaScriptResourceMinimizer(org.slf4j.Logger logger,
OperationTracker tracker)
|
Method Summary | |
---|---|
protected void |
doMinimize(StreamableResource resource,
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 JavaScriptResourceMinimizer(org.slf4j.Logger logger, OperationTracker tracker)
Method Detail |
---|
protected void doMinimize(StreamableResource resource, java.io.Writer output) throws java.io.IOException
AbstractMinimizer
doMinimize
in class AbstractMinimizer
resource
- 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 |