public interface JsProcessorRegistry
| Modifier and Type | Method and Description |
|---|---|
void |
process(JsRequest jsRequest,
JsResponseBuilder response)
Executes the processing steps.
|
void process(JsRequest jsRequest, JsResponseBuilder response) throws JsException
jsRequest - The JS request that originated this execution.response - A builder for the JS response.JsException - If any of the steps resulted in an error.Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.