FreeMarkerFeedTransformer.java | Class | Handles transforming parsed channel data via a FreeMarker template.
This class is used by the
FreeMarkerOutputHandler , but it's also
available for use by plug-ins and other components.
This class builds a FreeMarker data model; each call to
FreeMarkerFeedTransformer.addChannel addChannel() adds the data for a channel (i.e., feed)
to the data structure. |