Package com.google.template.soy.coredirectives

Plugin package for core print directives.

See:
          Description

Class Summary
CoreDirectivesModule Guice module for basic Soy print directives.
CoreDirectiveUtils Utilities for common operations related to core directives (|escapeHtml, |noAutoescape, |id).
EscapeHtmlDirective A directive that HTML-escapes the output.
IdDirective A directive that marks an identifier such as an HTML id or CSS class name.
NoAutoescapeDirective A directive that turns off autoescape for this 'print' tag (if it's on for the template).
 

Package com.google.template.soy.coredirectives Description

Plugin package for core print directives.