Class TextTemplateDecorator

All Implemented Interfaces:
Closeable, Serializable, AutoCloseable, IClusterable, IResourceStream, IStringResourceStream, IModifiable
Direct Known Subclasses:
CssTemplate, JavaScriptTemplate

public abstract class TextTemplateDecorator extends TextTemplate
Provides the ability to 'decorate' the actual template contents before it is contributed to the header. For example, to embed it inside a JavaScript tag pair.
Since:
1.2.6
Author:
Eelco Hillenius
See Also: