See: Description
Interface | Description |
---|---|
ContentHandler |
Used to effectively generate the output as described by a given
Generator . |
GlobalContextExtender |
Can be supplied to the content model (using the
Register annotation) in order to
extend (initialize) the contexts used by the Generator . |
Class | Description |
---|---|
ContentHelper |
Provides helper methods used in Velocity Macros.
|
DefaultGlobalContextExtender |
Provides access to commonly used global variables.
|
Generator |
Used to generate content by either evaluating a template or directly supplied template code.
|
JavaScriptBasedContentHandler |
Base class for
ContentHandler implementations which rely on JavaScript. |
JavaScriptContentHandler |
Executes the given JavaScript script (most probably without generating any output).
|
JsXMLContentHandler |
Generates XML output by evaluating a given JavaScript.
|
TagliatelleContentHandler |
Generates text output by evaluating a given Tagliatelle code.
|
TagliatellePDFContentHandler |
Generates a PDF output by evaluating a given tagliatelle template which must result in a valid XHTML dom.
|
Templates |
Content generator which generates output based on templates.
|
Integrates the Rythm-Engine (http://www.rythmengine.org) to render HTML. Used mainly by controllers
(Controller
) by calling
Response.template(String, Object...)
Provides a content generation framework using velocity (http://velocity.apache.org) or JavaScript to generate
various types of outputs. This can be done by calling Templates.generator()
and
using the fluent API to control the generated output.
Copyright © 2018. All rights reserved.