| Package | Description |
|---|---|
| com.google.template.soy.basicdirectives |
Plugin package for basic print directives.
|
| com.google.template.soy.coredirectives |
Plugin package for core print directives.
|
| com.google.template.soy.jbcsrc.restricted |
| Modifier and Type | Method and Description |
|---|---|
SoyJbcSrcPrintDirective.Streamable.AppendableAndOptions |
BasicEscapeDirective.applyForJbcSrcStreaming(JbcSrcPluginContext context,
Expression delegateAppendable,
List<SoyExpression> args)
Default implementation for
Streamable. |
| Modifier and Type | Method and Description |
|---|---|
SoyJbcSrcPrintDirective.Streamable.AppendableAndOptions |
EscapeHtmlDirective.applyForJbcSrcStreaming(JbcSrcPluginContext context,
Expression delegateAppendable,
List<SoyExpression> args) |
SoyJbcSrcPrintDirective.Streamable.AppendableAndOptions |
IdDirective.applyForJbcSrcStreaming(JbcSrcPluginContext context,
Expression delegateAppendable,
List<SoyExpression> args) |
SoyJbcSrcPrintDirective.Streamable.AppendableAndOptions |
NoAutoescapeDirective.applyForJbcSrcStreaming(JbcSrcPluginContext context,
Expression delegateAppendable,
List<SoyExpression> args) |
| Modifier and Type | Method and Description |
|---|---|
SoyJbcSrcPrintDirective.Streamable.AppendableAndOptions |
SoyJbcSrcPrintDirective.Streamable.applyForJbcSrcStreaming(JbcSrcPluginContext context,
Expression delegateAppendable,
List<SoyExpression> args)
Applies the directive to a
LoggingAdvisingAppendable object. |
static SoyJbcSrcPrintDirective.Streamable.AppendableAndOptions |
SoyJbcSrcPrintDirective.Streamable.AppendableAndOptions.create(Expression expression)
Creates an appendable that doesn't need to be closed.
|
static SoyJbcSrcPrintDirective.Streamable.AppendableAndOptions |
SoyJbcSrcPrintDirective.Streamable.AppendableAndOptions.createCloseable(Expression expression)
Creates an appendable that needs to be closed.
|