Uses of Enum Class
org.apache.fulcrum.parser.ValueParser.URLCaseFolding
Packages that use ValueParser.URLCaseFolding
-
Uses of ValueParser.URLCaseFolding in org.apache.fulcrum.parser
Methods in org.apache.fulcrum.parser that return ValueParser.URLCaseFoldingModifier and TypeMethodDescriptionBaseValueParser.getUrlFolding()
Gets the folding value from the ParserService configurationDefaultParserService.getUrlFolding()
Gets the folding value from the configurationParserService.getUrlFolding()
Gets the folding value from the configurationValueParser.getUrlFolding()
Gets the folding value from the ParserService configurationstatic ValueParser.URLCaseFolding
Returns the enum constant of this class with the specified name.static ValueParser.URLCaseFolding[]
ValueParser.URLCaseFolding.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.fulcrum.parser with parameters of type ValueParser.URLCaseFoldingModifier and TypeMethodDescriptionBaseValueParser.convertAndTrim
(String value, ValueParser.URLCaseFolding fold) A convert method, which trims the string data and applies the conversion specified in the parameter given.DefaultParserService.convertAndTrim
(String value, ValueParser.URLCaseFolding fold) A static version of the convert method, which trims the string data and applies the conversion specified in the property given by URL_CASE_FOLDING.ParserService.convertAndTrim
(String value, ValueParser.URLCaseFolding fold) A convert method, which trims the string data and applies the conversion specified in the parameter given.ValueParser.convertAndTrim
(String value, ValueParser.URLCaseFolding folding) A static version of the convert method, which trims the string data and applies the conversion specified in the property given by URL_CASE_FOLDING.