
public class Play27JavascriptCompiler extends java.lang.Object implements Play2JavascriptCompiler
| Modifier and Type | Class and Description |
|---|---|
static class |
Play27JavascriptCompiler.CompileResult |
| Constructor and Description |
|---|
Play27JavascriptCompiler() |
| Modifier and Type | Method and Description |
|---|---|
Play27JavascriptCompiler.CompileResult |
compile(java.io.File source) |
java.lang.String |
minify(java.lang.String source,
java.lang.String name) |
void |
setCompilerOptions(java.util.List<java.lang.String> compilerOptions) |
public void setCompilerOptions(java.util.List<java.lang.String> compilerOptions)
setCompilerOptions in interface Play2JavascriptCompilerpublic Play27JavascriptCompiler.CompileResult compile(java.io.File source) throws AssetCompilationException, java.io.IOException
compile in interface Play2JavascriptCompilerAssetCompilationExceptionjava.io.IOExceptionpublic java.lang.String minify(java.lang.String source,
java.lang.String name)
throws AssetCompilationException
minify in interface Play2JavascriptCompilerAssetCompilationExceptionCopyright © 2013–2022. All rights reserved.