Package | Description |
---|---|
org.apache.fulcrum.parser |
Modifier and Type | Method and Description |
---|---|
ValueParser.URLCaseFolding |
BaseValueParser.getUrlFolding()
Gets the folding value from the ParserService configuration
|
ValueParser.URLCaseFolding |
DefaultParserService.getUrlFolding()
Gets the folding value from the configuration
|
ValueParser.URLCaseFolding |
ParserService.getUrlFolding()
Gets the folding value from the configuration
|
ValueParser.URLCaseFolding |
ValueParser.getUrlFolding()
Gets the folding value from the ParserService configuration
|
static ValueParser.URLCaseFolding |
ValueParser.URLCaseFolding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueParser.URLCaseFolding[] |
ValueParser.URLCaseFolding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
BaseValueParser.convertAndTrim(String value,
ValueParser.URLCaseFolding fold)
A convert method, which trims the string data and applies the
conversion specified in the parameter given.
|
String |
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.
|
String |
ParserService.convertAndTrim(String value,
ValueParser.URLCaseFolding fold)
A convert method, which trims the string data and applies the
conversion specified in the parameter given.
|
String |
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.
|
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.