| Interface | Description |
|---|---|
| JsProcessor |
A processing step to populate or modify a Javascript response.
|
| JsProcessorRegistry |
A class to run a series of processing steps on a JS response.
|
| JsServingPipeline |
A pipeline to process Javascript requests.
|
| Class | Description |
|---|---|
| AddJslInfoVariableProcessor |
Injects a global ___jsl variable with information about the JS request.
|
| AddJslLoadedVariableProcessor |
Injects a global ___jsl.l variable with information about the JS request.
|
| AddOnloadFunctionProcessor |
Adds code to call an onload function after the Javascript code has been interpreted.
|
| AnonFuncWrappingProcessor | |
| BaseSurfaceJsProcessor | |
| BaseSurfaceJsProcessor.Input | |
| CajaJsSubtractingProcessor | |
| CompilationProcessor | |
| ConfigInjectionProcessor | |
| DefaultJsProcessorRegistry |
Default implementation of
JsProcessorRegistry, using an injected list
of processors. |
| DefaultJsServingPipeline |
Default implementation of
JsServingPipeline. |
| DeferJsProcessor | |
| ExportJsProcessor | |
| GetJsContentProcessor |
Retrieves the requested Javascript code using a
JsProcessor. |
| IfModifiedSinceProcessor |
Returns a 304 Not Modified response if the request is for a versioned
resource and contains an If-Modified-Since header.
|
| JsCompilerModule |
Guice configuration for JS compilation.
|
| JsContent |
Wrapper around JavaScript providing a way to track its provenance.
|
| JsGadgetContext |
GadgetContext for JsHandler called by FeatureRegistry when fetching the resources.
|
| JsLoadProcessor |
Emit JS loader code if the jsload query parameter is present in the request.
|
| JsRequest |
Data about a JavaScript request.
|
| JsRequestBuilder |
Builds
JsRequest instances. |
| JsResponse |
An immutable object that contains the response for a JavaScript request.
|
| JsResponseBuilder |
A class with methods to create
JsResponse objects. |
| JsServingPipelineModule |
Guice configuration for the Javascript serving pipeline.
|
| SeparatorCommentingProcessor |
| Exception | Description |
|---|---|
| JsException |
Thrown when a step in the JavaScript processing pipeline results in an error.
|
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.