| Interface | Description |
|---|---|
| RenderTimeMonitor |
Aimed to check the current request rendering time and, if it exceeds the maximum configured one, throws the
RenderTimeLimitExceededException to stop the current request processing chain. |
| View |
Resource view that is used for rendering and is "executed" by the appropriate
Script. |
| Class | Description |
|---|---|
| AssetsMapFactory |
A map factory for assets (css, javascript, etc) entries
|
| BaseView |
Base class for resources views.
|
| BundleView |
Implementation of a view, located in an OSGi bundle.
|
| FileSystemView | Deprecated
in favour of
BundleView |
| RenderContext |
Template rendering context with the information about current request/response pair and optional template parameters.
|
| RenderInfo |
Represents an object with the information about rendering times of a resource including filter call events.
|
| RenderInfo.FilterEvent |
Represents a single filter call event.
|
| RenderService |
Service to render node
|
| RenderService.RenderServiceBeanPostProcessor | |
| Resource |
A resource is the aggregation of a node and a specific template
It's something that can be handled by the render engine to be displayed.
|
| SiteInfo |
User: toto
Date: 3/30/11
Time: 20:35
|
| StaticAssetMapping |
Used as a factory class for defining static assets CDN mappings.
|
| Template |
Template information including the name, the node path, the view name, an optional priority and a reference to the next template.
|
| URLGenerator |
Main URL generation class.
|
| URLResolver |
Class to resolve URLs and URL paths, so that the workspace / locale / node-path information is
returned.
|
| URLResolverFactory |
Basic factory for URL resolver, we will optimize it later, as it makes no sense to create these objects all the
time for the same URLs.
|
| URLResolverListener |
JCR listener to invalidate URL resolver caches
|
| Exception | Description |
|---|---|
| AjaxRenderException |
Ajax render exception that is thrown when ajax rendering is not allowed
|
| RenderException |
Rendering service specific exception.
|
| TemplateNotFoundException |
Rendering service exception that is thrown when a template for the resource could not be found.
|
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.