Uses of Interface
java.lang.template.TemplateProcessor
Packages that use TemplateProcessorPREVIEW
Package
Description
String templates and template processors provide a comprehensive
system for combining literal text with the values from embedded expressions
to produce a result.
Contains the collections framework, some internationalization support classes,
a service loader, properties, random number generation, string parsing
and scanning classes, base64 encoding and decoding, a bit array, and
several miscellaneous utility classes.
-
Uses of TemplateProcessorPREVIEW in java.lang.template
Subinterfaces of TemplateProcessorPREVIEW in java.lang.templateModifier and TypeInterfaceDescriptioninterface
Preview.This interface is used to implement template processors that only produceString
results.Fields in java.lang.template declared as TemplateProcessorPREVIEWModifier and TypeFieldDescriptionstatic final TemplateProcessorPREVIEW<StringTemplatePREVIEW>
StringTemplate.RAW
ThisTemplateProcessor
PREVIEW instance is conventionally used to indicate that the processing of theStringTemplate
PREVIEW is to be deferred to a later time. -
Uses of TemplateProcessorPREVIEW in java.util
Classes in java.util that implement TemplateProcessorPREVIEWModifier and TypeClassDescriptionfinal class
Preview.ThisStringProcessor
PREVIEW constructs aString
result usingFormatter
specifications and values found in theStringTemplate
PREVIEW.