public interface JsServingPipeline
| Modifier and Type | Method and Description |
|---|---|
JsResponse |
execute(JsRequest jsRequest)
Executes the steps in the pipeline and returns the resulting response.
|
JsResponse execute(JsRequest jsRequest) throws JsException
jsRequest - The JS request.JsException - If any of the steps resulted in an error.Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.