Package com.google.template.soy.bididirectives

Plugin package of print directives for bidi (bidirectional text).

See:
          Description

Class Summary
BidiDirectivesModule Guice module for bidi Soy print directives.
BidiSpanWrapDirective A directive that maybe wraps the output within a 'span' with dir=ltr or dir=rtl.
BidiUnicodeWrapDirective A directive that maybe wraps the output within Unicode bidi control characters -- start character is either LRE (U+202A) or RLE (U+202B), and end character is always PDF (U+202C).
 

Package com.google.template.soy.bididirectives Description

Plugin package of print directives for bidi (bidirectional text).