Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Freemarker.template Classes and Interfaces - 86 results found.
NameDescriptionTypePackageFramework
AdapterTemplateModelA TemplateModel that can be unwrapped and then it considers a provided desired (hint) class.Interfacefreemarker.templateFreeMarker Template
CaptureOutputA transform that captures the output of a block of FTL code and stores that in a variable.Classfreemarker.template.utilityFreeMarker Template
ClassUtilThe exact reverse of primitiveClassToBoxingClass(java.Classfreemarker.template.utilityFreeMarker Template
Collections12Classfreemarker.template.utilityFreeMarker Template
CollectionUtilsClassfreemarker.template.utilityFreeMarker Template
ConfigurationThe main entry point into the FreeMarker API; encapsulates the configuration settings of FreeMarker, also serves as a central template-loading and caching service.Classfreemarker.templateFreeMarker Template
ConstantsFrequently used constant TemplateModel values.Classfreemarker.template.utilityFreeMarker Template
DateUtilDate and time related utilities.Classfreemarker.template.utilityFreeMarker Template
DateUtil .CalendarFieldsToDateConverterUsed internally by DateUtil; don't use its implementations for anything else.Interfacefreemarker.template.utility.DateUtilFreeMarker Template
DateUtil .DateParseExceptionClassfreemarker.template.utility.DateUtilFreeMarker Template
DateUtil .DateToISO8601CalendarFactoryUsed internally by DateUtil; don't use its implementations forReturns a GregorianCalendar with the desired time zone andInterfacefreemarker.template.utility.DateUtilFreeMarker Template
DateUtil .TrivialCalendarFieldsToDateConverterNon-thread-safe implementation that hard-references a calendar internally.Classfreemarker.template.utility.DateUtilFreeMarker Template
DateUtil .TrivialDateToISO8601CalendarFactoryNon-thread-safe factory that hard-references a calendar internally.Classfreemarker.template.utility.DateUtilFreeMarker Template
DeepUnwrapUtility methods for unwrapping TemplateModel-s.Classfreemarker.template.utilityFreeMarker Template
DefaultArrayAdapterAdapts an array of a non-primitive elements to the corresponding TemplateModel interface(s), most importantly to TemplateHashModelEx.Classfreemarker.templateFreeMarker Template
DefaultIteratorAdapterAdapts an Iterator to the corresponding TemplateModel interface(s), most importantly to TemplateCollectionModel.Classfreemarker.templateFreeMarker Template
DefaultListAdapterAdapts a List to the corresponding TemplateModel interface(s), most importantly to TemplateSequenceModel.Classfreemarker.templateFreeMarker Template
DefaultMapAdapterAdapts a Map to the corresponding TemplateModel interface(s), most importantly to TemplateHashModelEx.Classfreemarker.templateFreeMarker Template
DefaultNonListCollectionAdapterExperimental - subject to change: Adapts a non-List Java Collection to the corresponding TemplateModel interface(s), most importantly to TemplateCollectionModelEx.Classfreemarker.templateFreeMarker Template
DefaultObjectWrapperThe default implementation of the ObjectWrapper interface.Classfreemarker.templateFreeMarker Template
DefaultObjectWrapperBuilderGets/creates a DefaultObjectWrapper singleton instance that's already configured as specified in the properties of this object; this is recommended over using the DefaultObjectWrapper constructors.Classfreemarker.templateFreeMarker Template
DefaultObjectWrapperConfigurationHolds DefaultObjectWrapper configuration settings and defines their defaults.Classfreemarker.templateFreeMarker Template
DOMNodeModelA convenient wrapper class for wrapping a Node in the W3C DOM API.Classfreemarker.template.utilityFreeMarker Template
ExecuteGives FreeMarker the the ability to execute external commands.Classfreemarker.template.utilityFreeMarker Template
HtmlEscapePerforms an HTML escape of a given template fragment.Classfreemarker.template.utilityFreeMarker Template
JythonRuntimeClassfreemarker.template.utilityFreeMarker Template
LocalizedStringAn abstract base class for scalars that vary by locale.Classfreemarker.templateFreeMarker Template
MalformedTemplateNameExceptionIndicates that the template name given was malformed according the TemplateNameFormat in use.Classfreemarker.templateFreeMarker Template
NormalizeNewlinesTransformer that supports FreeMarker legacy behavior: all newlines appearing within the transformed area will be transformed into the platform's defaultClassfreemarker.template.utilityFreeMarker Template
NullArgumentExceptionIndicates that an argument that must be non-null was null.Classfreemarker.template.utilityFreeMarker Template
NullWriterA Writer that simply drops what it gets.Classfreemarker.template.utilityFreeMarker Template
NumberUtilNumber- and math-related utilities.Classfreemarker.template.utilityFreeMarker Template
ObjectConstructorAn object that you can make available in a template to instantiate arbitrary beans-wrapped objects in a template.Classfreemarker.template.utilityFreeMarker Template
ObjectFactoryUsed for the trivial cases of the factory pattern.Interfacefreemarker.template.utilityFreeMarker Template
ObjectWrapperMaps Java objects to the type-system of FreeMarker Template Language (see the TemplateModel interfaces).Interfacefreemarker.templateFreeMarker Template
ObjectWrapperAndUnwrapperExperimental - subject to change: Adds functionality to ObjectWrapper that creates a plain Java object from a TemplateModel.Interfacefreemarker.templateFreeMarker Template
ObjectWrapperWithAPISupportExperimental - subject to change: Implemented by ObjectWrapper-s to help TemplateModel-s to implement the someValue?api operation.Interfacefreemarker.template.utilityFreeMarker Template
OptimizerUtilThis is needed to reverse the extreme conversions in arithmetic operations so that numbers can be meaningfully used with models thatClassfreemarker.template.utilityFreeMarker Template
ResourceBundleLocalizedStringA concrete implementation of LocalizedString that gets a localized string from a ResourceBundleClassfreemarker.templateFreeMarker Template
RichObjectWrapperExperimental - subject to change: Union of the interfaces that a typical feature rich ObjectWrapper is expected to implement.Interfacefreemarker.template.utilityFreeMarker Template
SecurityUtilitiesClassfreemarker.template.utilityFreeMarker Template
SimpleCollectionA simple implementation of TemplateCollectionModel.Classfreemarker.templateFreeMarker Template
SimpleDateA simple implementation of the TemplateDateModel interface.Classfreemarker.templateFreeMarker Template
SimpleHashA simple implementation of the TemplateHashModelEx interface, using its own underlying Map or SortedMap for storing the hash entries.Classfreemarker.templateFreeMarker Template
SimpleListThis is a trivial subclass that exists for backward compatibility with the SimpleList from FreeMarker Classic.Classfreemarker.templateFreeMarker Template
SimpleNumberA simple implementation of the TemplateNumberModel interface.Classfreemarker.templateFreeMarker Template
SimpleObjectWrapperA restricted object wrapper that will not expose arbitrary object, just those that directly correspond to the TemplateModel sub-interfaces (String, Map and such).Classfreemarker.templateFreeMarker Template
SimpleScalarA simple implementation of the TemplateScalarModel interface, using a String.Classfreemarker.templateFreeMarker Template
SimpleSequenceA simple implementation of the TemplateSequenceModel interface, using its own underlying List for storing the list items.Classfreemarker.templateFreeMarker Template
StandardCompressA filter that compresses each sequence of consecutive whitespace to a single line break (if the sequence contains a line break) or aClassfreemarker.template.utilityFreeMarker Template
StringUtilSome text related utilities.Classfreemarker.template.utilityFreeMarker Template
TemplateStores an already parsed template, ready to be processed (rendered) for unlimited times, possibly from Typically, you will use Configuration.Classfreemarker.templateFreeMarker Template
Template .WrongEncodingExceptionThrown by the Template constructors that specify a non-null encoding whoch doesn't match the encoding specified in the #ftl header of the template.Classfreemarker.template.TemplateFreeMarker Template
TemplateBooleanModelboolean template language data type; same as in Java; either true or false.Interfacefreemarker.templateFreeMarker Template
TemplateCollectionModelcollection template language data type: a collection of values that can be enumerated, but can't be or not meant to be accessed by index or key.Interfacefreemarker.templateFreeMarker Template
TemplateCollectionModelExExperimental - subject to change: "extended collection" template language data type: Adds size/emptiness querybility and "contains" test to TemplateCollectionModel.Interfacefreemarker.templateFreeMarker Template
TemplateDateModel"date", "time" and "date-time" template language data types: corresponds to Date.Interfacefreemarker.templateFreeMarker Template
TemplateDirectiveBodyRepresents the nested content of a directive (TemplateDirectiveModel) invocation.Interfacefreemarker.templateFreeMarker Template
TemplateDirectiveModel"directive" template language data type: used as user-defined directives (much like macros) in templates.Interfacefreemarker.templateFreeMarker Template
TemplateExceptionRuntime exception in a template (as opposed to a parsing-time exception: ParseException).Classfreemarker.templateFreeMarker Template
TemplateExceptionHandlerUsed for the template_exception_handler configuration setting; see Configurable.Interfacefreemarker.templateFreeMarker Template
TemplateHashModel"hash" template language data type: an object that contains other objects accessible through string keys (sub-variable names).Interfacefreemarker.templateFreeMarker Template
TemplateHashModelEx"extended hash" template language data type; extends TemplateHashModel by allowing iterating through its keys and values.Interfacefreemarker.templateFreeMarker Template
TemplateMethodModel"method" template language data type: Objects that act like functions.Interfacefreemarker.templateFreeMarker Template
TemplateMethodModelEx"extended method" template language data type: Objects that act like functions.Interfacefreemarker.templateFreeMarker Template
TemplateModelThe common super-interface of the interfaces that stand for the FreeMarker Template Language (FTL) data types.Interfacefreemarker.templateFreeMarker Template
TemplateModelAdapter some other object model.Interfacefreemarker.templateFreeMarker Template
TemplateModelExceptionTemplateModel methods throw this exception if the requested data can't be retrieved.Classfreemarker.templateFreeMarker Template
TemplateModelIteratorUsed to iterate over a set of template models once; usually returned from TemplateCollectionModel.Interfacefreemarker.templateFreeMarker Template
TemplateModelListSequenceA sequence that wraps a List of TemplateModel-s.Classfreemarker.templateFreeMarker Template
TemplateModelWithAPISupportExperimental - subject to change: A TemplateModel on which the ?api operation can be applied.Interfacefreemarker.templateFreeMarker Template
TemplateNodeModel"node" template language data type: an object that is a node in a tree.Interfacefreemarker.templateFreeMarker Template
TemplateNotFoundExceptionThrown when Configuration.Classfreemarker.templateFreeMarker Template
TemplateNumberModel"number" template language data type; an object that stores a number.Interfacefreemarker.templateFreeMarker Template
TemplateScalarModel"string" template language data-type; like in Java, an unmodifiable UNICODE character sequence.Interfacefreemarker.templateFreeMarker Template
TemplateSequenceModel"sequence" template language data type; an object that contains other objects accessible through an integer 0-based Used in templates like: mySeq[index], <#list mySeq as i>.Interfacefreemarker.templateFreeMarker Template
TemplateTransformModel"transform" template language data type: user-defined directives (much like macros) specialized on filtering output; you should rather use the newer TemplateDirectiveModelInterfacefreemarker.templateFreeMarker Template
ToCanonicalRead in a template and convert it to a canonical format.Classfreemarker.template.utilityFreeMarker Template
TransformControlAn interface that can be implemented by writers returned from TemplateTransformModel.Interfacefreemarker.templateFreeMarker Template
UndeclaredThrowableExceptionThe equivalent of JDK 1.Classfreemarker.template.utilityFreeMarker Template
UnrecognizedTimeZoneExceptionIndicates that the time zone name is not recognized.Classfreemarker.template.utilityFreeMarker Template
UnsupportedNumberClassExceptionThrown when FreeMarker runs into a Number subclass that it doesn't yet support.Classfreemarker.template.utilityFreeMarker Template
VersionRepresents a version number plus the further qualifiers and build info.Classfreemarker.templateFreeMarker Template
WrappingTemplateModelClassfreemarker.templateFreeMarker Template
WriteProtectable configuration JavaBean properties, so that the object can be safely shared among independently developed components.Interfacefreemarker.template.utilityFreeMarker Template
XmlEscapePerforms an XML escaping of a given template fragment.Classfreemarker.template.utilityFreeMarker Template