public interface JsProcessor
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(JsRequest jsRequest,
JsResponseBuilder builder)
Populates or modifies the Javascript response.
|
boolean process(JsRequest jsRequest, JsResponseBuilder builder) throws JsException
jsRequest - The JS request that originated this execution.builder - The response builder to work on.JsExceptionCopyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.