| Classes | |
|---|---|
| JavaScriptTemplate | Decorates the template with javascript tags. |
| PackagedTextTemplate | A string resource that can be appended to. |
| TextTemplate | Represents a text template that can do variable interpolation. |
| TextTemplateDecorator | Provides the ability to 'decorate' the actual template contents before it is contributed to the header. |
| TextTemplateHeaderContributor | A header contributor that will contribute the contents of the given template interpolated with the provided map of variables. |
Resource extensions that makes working with header contributions easier and better maintainable.