@ThreadSafe public class GoogleClosureOutputProcessor extends java.lang.Object implements OutputProcessor
| Constructor and Description |
|---|
GoogleClosureOutputProcessor(SoyViewConf soyViewConf) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.javascript.jscomp.CompilerOptions |
newCompilerOptions() |
void |
process(java.io.Reader reader,
java.io.Writer writer) |
public GoogleClosureOutputProcessor(SoyViewConf soyViewConf)
public void process(java.io.Reader reader,
java.io.Writer writer)
throws java.io.IOException
process in interface OutputProcessorjava.io.IOExceptionprotected com.google.javascript.jscomp.CompilerOptions newCompilerOptions()
CompilerOptions object to be used by compressor.