Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Freemarker.core Classes and Interfaces - 29 results found.
NameDescriptionTypePackageFramework
ArithmeticEngineClass to perform arithmetic operations.Classfreemarker.coreFreeMarker Template
ArithmeticEngine .BigDecimalEngineThis is the default arithmetic engine in FreeMarker.Classfreemarker.core.ArithmeticEngineFreeMarker Template
ArithmeticEngine .ConservativeEngineAn arithmetic engine that conservatively widens the operation arguments to extent that they can hold the result of the operation.Classfreemarker.core.ArithmeticEngineFreeMarker Template
BugExceptionAn unexpected state was reached that is certainly caused by a bug in FreeMarker.Classfreemarker.coreFreeMarker Template
CallPlaceCustomDataInitializationExceptionThrown by DirectiveCallPlace.Classfreemarker.coreFreeMarker Template
CommandLineFreeMarker command-line utility, the Main-Class of freemarker.Classfreemarker.coreFreeMarker Template
ConfigurableThis is a common superclass of Configuration, Template, and Environment classes.Classfreemarker.coreFreeMarker Template
Configurable .SettingValueAssignmentExceptionThe setting name was recognized, but its value couldn't be parsed or the setting couldn't be set for some other reason.Classfreemarker.core.ConfigurableFreeMarker Template
Configurable .UnknownSettingExceptionThe setting name was not recognized.Classfreemarker.core.ConfigurableFreeMarker Template
CustomAttributeA class that allows one to associate custom data with a Configuration, a Template, or This API has similar approach to that of ThreadLocal (which allows one to associateClassfreemarker.coreFreeMarker Template
DirectiveCallPlaceGives information about the place where a directive is called from, also lets you attach a custom data object to that place.Interfacefreemarker.coreFreeMarker Template
EnvironmentObject that represents the runtime environment during template processing.Classfreemarker.coreFreeMarker Template
FreeMarkerTreeAllows exposure of a FreeMarker template's AST as a Swing tree.Classfreemarker.coreFreeMarker Template
InvalidReferenceExceptionA subclass of TemplateException that says that an FTL expression has evaluated to null or it refers to something that doesn't exist.Classfreemarker.coreFreeMarker Template
NonBooleanExceptionIndicates that a TemplateBooleanModel value was expected, but the value had a different type.Classfreemarker.coreFreeMarker Template
NonDateExceptionIndicates that a TemplateDateModel value was expected, but the value had a different type.Classfreemarker.coreFreeMarker Template
NonExtendedHashExceptionIndicates that a TemplateHashModelEx value was expected, but the value had a different type.Classfreemarker.coreFreeMarker Template
NonHashExceptionIndicates that a TemplateHashModel value was expected, but the value had a different type.Classfreemarker.coreFreeMarker Template
NonMethodExceptionIndicates that a TemplateMethodModel value was expected, but the value had a different type.Classfreemarker.coreFreeMarker Template
NonNodeExceptionIndicates that a TemplateNodeModel value was expected, but the value had a different type.Classfreemarker.coreFreeMarker Template
NonNumericalExceptionIndicates that a TemplateNumberModel value was expected, but the value had a different type.Classfreemarker.coreFreeMarker Template
NonSequenceExceptionIndicates that a TemplateSequenceModel value was expected, but the value had a different type.Classfreemarker.coreFreeMarker Template
NonSequenceOrCollectionExceptionIndicates that a TemplateSequenceModel or TemplateCollectionModel value was expected, but the value had a different type.Classfreemarker.coreFreeMarker Template
NonStringExceptionIndicates that a TemplateScalarModel value was expected (or maybe something that can be automatically coerced to that), but the value had a different type.Classfreemarker.coreFreeMarker Template
OptInTemplateClassResolverA TemplateClassResolver that resolves only the classes whose name was specified in the constructor.Classfreemarker.coreFreeMarker Template
ParseExceptionParsing-time exception in a template (as opposed to a runtime exception, a TemplateException).Classfreemarker.coreFreeMarker Template
StopExceptionThis exception is thrown when a #stop directive is encountered.Classfreemarker.coreFreeMarker Template
TemplateClassResolverUsed by built-ins and other template language features that get a class based on a string.Interfacefreemarker.coreFreeMarker Template
UnexpectedTypeExceptionThe type of a value differs from what was expected.Classfreemarker.coreFreeMarker Template