Uses of Class
fmpp.util.StringUtil.ParseException
Packages that use StringUtil.ParseException
Package
Description
fmpp.DataLoader
implementations.freemarker.template.TemplateModel
implementations.Collection of more-less FMPP independent utility classes.
-
Uses of StringUtil.ParseException in fmpp.dataloaders
Methods in fmpp.dataloaders that throw StringUtil.ParseException -
Uses of StringUtil.ParseException in fmpp.models
Methods in fmpp.models that throw StringUtil.ParseException -
Uses of StringUtil.ParseException in fmpp.util
Methods in fmpp.util that throw StringUtil.ParseExceptionModifier and TypeMethodDescriptionstatic String
StringUtil.ftlStringLiteralDec
(String s) FTL string literal decoding.static BigDecimal
StringUtil.stringToBigDecimal
(String s) Converts a string toBigDecimal
.static boolean
StringUtil.stringToBoolean
(String s) static freemarker.template.TemplateDateModel
StringUtil.stringToDate
(String s, TimeZone tz) Parses a date of format"yyyy-MM-dd"
or"yyyy-MM-dd z"
and returns it asTemplateDateModel
.static freemarker.template.TemplateDateModel
StringUtil.stringToDateTime
(String s, TimeZone tz) Parses a date-time of format"yyyy-MM-dd H:mm:ss"
or"yyyy-MM-dd h:mm:ss a"
or"yyyy-MM-dd H:mm:ss z"
or"yyyy-MM-dd h:mm:ss a z"
and returns it asTemplateDateModel
.static freemarker.template.TemplateDateModel
StringUtil.stringToTime
(String s, TimeZone tz) Parses a time of format"H:mm:ss"
or"h:mm:ss a"
or"H:mm:ss z"
or"h:mm:ss a z"
and returns it asTemplateDateModel
.