public class CompilationProcessor extends Object implements JsProcessor
| Constructor and Description |
|---|
CompilationProcessor(JsCompiler compiler) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(JsRequest request,
JsResponseBuilder builder)
Compile content in the inbound JsResponseBuilder.
|
@Inject public CompilationProcessor(JsCompiler compiler)
public boolean process(JsRequest request, JsResponseBuilder builder) throws JsException
process in interface JsProcessorrequest - The JS request that originated this execution.builder - The response builder to work on.JsExceptionCopyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.