public class DefaultJsProcessorRegistry extends Object implements JsProcessorRegistry
JsProcessorRegistry, using an injected list
of processors.| Constructor and Description |
|---|
DefaultJsProcessorRegistry(List<JsProcessor> preProcessors,
List<JsProcessor> optionalProcessors,
List<JsProcessor> requiredProcessors) |
@Inject public DefaultJsProcessorRegistry(List<JsProcessor> preProcessors, List<JsProcessor> optionalProcessors, List<JsProcessor> requiredProcessors)
public void process(JsRequest request, JsResponseBuilder response) throws JsException
JsProcessorRegistryprocess in interface JsProcessorRegistryrequest - 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.