| AbstractClientlibRenderer |
Contains the default implementation for link rendering.
|
| AbstractClientlibVisitor |
Base class for visitors to aid processing of all parts of a client library.
|
| CssUrlMapper |
A simple processor to map URLs embedded in CSS files.
|
| DefaultGzipProcessor |
|
| DefaultJavascriptProcessor |
Since there is currently (as of mid-2017) no Java javascript minifier library that works sufficiently well, this does nothing
and relies on minified siblings for each javascript, generated e.g.
|
| DefaultLinkRenderer |
|
| ProcessingVisitor |
Appends all embedded files to an input stream.
|
| ProcessingVisitor.ExcludeDependenciesVisitor |
If some files are included in / requested by dependencies of the rendered client library, these must not be
included into the cached file, since these would be loaded twice by the page.
|
| ProcessorContext |
The context in which processing of a Clientlib takes place.
|
| ProcessorPipeline |
|
| RendererContext |
The context implementation for the clientlib link rendering, request scoped.
|
| RenderingVisitor |
Visitor that realizes the rendering process for a client library.
|
| UpdateTimeVisitor |
Determines the hash of the embedded items of a clientlib or -category for recency checking of cached files.
|
| YUICssProcessor |
|