- RenderConfiguration - Class in ch.swaechter.angularjuniversal.renderer.configuration
-
This class is responsible for providing the whole render configuration.
- RenderConfiguration(String, File, int, boolean) - Constructor for class ch.swaechter.angularjuniversal.renderer.configuration.RenderConfiguration
-
Create a new render configuration with the given parameters.
- RenderEngine - Interface in ch.swaechter.angularjuniversal.renderer.engine
-
The interface RenderEngine represents a JavaScript engine that has to handle all incoming requests, render them and
push back the result.
- RenderEngineFactory - Interface in ch.swaechter.angularjuniversal.renderer.engine
-
This interface is used to create new render engines.
- Renderer - Class in ch.swaechter.angularjuniversal.renderer
-
The class Render provides a manager to render requests with the render engine and the render configuration.
- Renderer(RenderEngineFactory, RenderConfiguration) - Constructor for class ch.swaechter.angularjuniversal.renderer.Renderer
-
Create a new render engine that used the render engine factory for creating new render engines and the render
configuration for the configuration.
- RenderRequest - Class in ch.swaechter.angularjuniversal.renderer.request
-
This class represents a render request with a completable future that will contain the rendered content, a unique
UUID and the URI of the request.
- RenderRequest(String) - Constructor for class ch.swaechter.angularjuniversal.renderer.request.RenderRequest
-
Create a new render request based on the given URI.
- RenderUtils - Class in ch.swaechter.angularjuniversal.renderer.utils
-
This class provides several useful util functions for reading and caching the assets.
- RenderUtils() - Constructor for class ch.swaechter.angularjuniversal.renderer.utils.RenderUtils
-