| Package | Description |
|---|---|
| com.google.template.soy.basicdirectives |
Plugin package for basic print directives.
|
| com.google.template.soy.basicfunctions |
Plugin package for basic functions.
|
| com.google.template.soy.coredirectives |
Plugin package for core print directives.
|
| com.google.template.soy.jbcsrc.restricted |
| Modifier and Type | Method and Description |
|---|---|
SoyExpression |
BasicEscapeDirective.applyForJbcSrc(JbcSrcPluginContext context,
SoyExpression value,
List<SoyExpression> args) |
SoyJbcSrcPrintDirective.Streamable.AppendableAndOptions |
BasicEscapeDirective.applyForJbcSrcStreaming(JbcSrcPluginContext context,
Expression delegateAppendable,
List<SoyExpression> args)
Default implementation for
Streamable. |
| Modifier and Type | Method and Description |
|---|---|
SoyExpression |
SoyJbcSrcPrintDirective.applyForJbcSrc(JbcSrcPluginContext context,
SoyExpression value,
List<SoyExpression> args)
Applies this directive on the given value.
|
SoyJbcSrcPrintDirective.Streamable.AppendableAndOptions |
SoyJbcSrcPrintDirective.Streamable.applyForJbcSrcStreaming(JbcSrcPluginContext context,
Expression delegateAppendable,
List<SoyExpression> args)
Applies the directive to a
LoggingAdvisingAppendable object. |
SoyExpression |
SoyJbcSrcFunction.computeForJbcSrc(JbcSrcPluginContext context,
List<SoyExpression> args)
Computes this function on the given arguments for the Jbcsrc Source backend.
|