Verwendungen von Enum
org.apache.fulcrum.parser.ValueParser.URLCaseFolding
Packages, die ValueParser.URLCaseFolding verwenden
-
Verwendungen von ValueParser.URLCaseFolding in org.apache.fulcrum.parser
Methoden in org.apache.fulcrum.parser, die ValueParser.URLCaseFolding zurückgebenModifizierer und TypMethodeBeschreibungBaseValueParser.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
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.static ValueParser.URLCaseFolding[]
ValueParser.URLCaseFolding.values()
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.Methoden in org.apache.fulcrum.parser mit Parametern vom Typ ValueParser.URLCaseFoldingModifizierer und TypMethodeBeschreibungBaseValueParser.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.