Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
B
- bestLocalizedTextToString(List<Text>, Context, String) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
-
Maps the text of a text list that best matches the context to string.
- bucketLabelToString(List<Bucket>) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
-
maps the label of the first bucket of a bucket list to string
- bucketPropertyToString(List<Bucket>, String) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
-
Gets an arbitrary property from a bucket
C
- CDATA - Static variable in interface com.priint.parser.tabledata.html.td2html_Constans
- CDATA_END - Static variable in interface com.priint.parser.tabledata.html.td2html_Constans
- CDATA_START - Static variable in interface com.priint.parser.tabledata.html.td2html_Constans
- CELLS_PARAMS - Static variable in interface com.priint.parser.tabledata.html.td2html_Constans
- CELLS_STYLE - Static variable in interface com.priint.parser.tabledata.html.td2html_Constans
- CLASS_TBODY - Static variable in class com.priint.pubserver.plugins.datamapping.TableDataToHtmlV2
- CLASS_TCENTER - Static variable in class com.priint.pubserver.plugins.datamapping.TableDataToHtmlV2
- CLASS_TFOOT - Static variable in class com.priint.pubserver.plugins.datamapping.TableDataToHtmlV2
- CLASS_THEAD - Static variable in class com.priint.pubserver.plugins.datamapping.TableDataToHtmlV2
- CLASS_TLEFT - Static variable in class com.priint.pubserver.plugins.datamapping.TableDataToHtmlV2
- CLASS_TRIGHT - Static variable in class com.priint.pubserver.plugins.datamapping.TableDataToHtmlV2
- classNamePrefix(String) - Method in class com.priint.pubserver.plugins.datamapping.TableDataToHtmlV2
- clearLog() - Static method in class com.priint.parser.tabledata.html.td2HtmlParser
- com.priint.parser.tabledata.html - package com.priint.parser.tabledata.html
- com.priint.parser.tabledata.html.test - package com.priint.parser.tabledata.html.test
- com.priint.pubserver.plugins.datamapping - package com.priint.pubserver.plugins.datamapping
- com.priint.pubserver.plugins.datamapping.reversed - package com.priint.pubserver.plugins.datamapping.reversed
- cordPropertyToString(List<Cord>, String) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
-
Gets an arbitrary property from a cord
- CRLF - Static variable in interface com.priint.parser.tabledata.html.td2html_Constans
- CSS_SCRIPT - Static variable in interface com.priint.parser.tabledata.html.td2html_Constans
D
- DataMappingException - Exception in com.priint.pubserver.plugins.datamapping
-
Exception if a data processing methods fails with no remedy.
- DataMappingException(String, Throwable) - Constructor for exception com.priint.pubserver.plugins.datamapping.DataMappingException
- DataMappingException(String, Throwable, int, Object) - Constructor for exception com.priint.pubserver.plugins.datamapping.DataMappingException
- DataMappingFromString - Class in com.priint.pubserver.plugins.datamapping.reversed
- DataMappingFromString() - Constructor for class com.priint.pubserver.plugins.datamapping.reversed.DataMappingFromString
- DataMappingLibrary - Class in com.priint.pubserver.plugins.datamapping
-
Plug-in lib containing data mapping methods.
- DataMappingLibrary() - Constructor for class com.priint.pubserver.plugins.datamapping.DataMappingLibrary
- DataMappingPassThrough - Class in com.priint.pubserver.plugins.datamapping
- DataMappingPassThrough() - Constructor for class com.priint.pubserver.plugins.datamapping.DataMappingPassThrough
- DataMappingTableDataToHtml - Class in com.priint.pubserver.plugins.datamapping
- DataMappingTableDataToHtml() - Constructor for class com.priint.pubserver.plugins.datamapping.DataMappingTableDataToHtml
- DataMappingToString - Class in com.priint.pubserver.plugins.datamapping
- DataMappingToString() - Constructor for class com.priint.pubserver.plugins.datamapping.DataMappingToString
- DataMappingValueDefinitions - Class in com.priint.pubserver.plugins.datamapping
- DataMappingValueDefinitions() - Constructor for class com.priint.pubserver.plugins.datamapping.DataMappingValueDefinitions
- delimitedStringToTextList(List<String>, String, String, String, String, String, Context, String, String, String, String, String) - Method in class com.priint.pubserver.plugins.datamapping.reversed.DataMappingFromString
- dimensionFormat(String) - Method in class com.priint.pubserver.plugins.datamapping.TableDataToHtmlV2
- DMTest - Class in com.priint.parser.tabledata.html.test
- DMTest() - Constructor for class com.priint.parser.tabledata.html.test.DMTest
F
- firstKeyValueByKeyToString(List<KeyValue>, String, String) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
-
Returns designated field(s) of first KeyValue with given key in input list
- firstKeyValueToString(List<KeyValue>, String) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
-
Returns designated field(s) of first KeyValue in input list
- firstMediaAssetTextToString(List<MediaAsset>) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
-
Get the first text of the first media asset
- firstMediaAssetToFilePath(List<MediaAsset>) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
- firstMediaAssetToFilePath(List<MediaAsset>, String, String) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
-
Gets the path of the first media object from the first media asset.
- firstMediaAssetToFileUrl(List<MediaAsset>) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
- firstMediaAssetToFileUrl(List<MediaAsset>, String, String) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
-
gets the URL of the first media object from the first media asset
- firstPriceToString(List<Price>, String) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
-
maps the first price of a price list to string
- firstTextOfAncestorBucketsToString(String, List<Bucket>, String, String, String, int, Context, String) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
-
goes back n levels in bucket tree and maps the specified text of that ancestor bucket to string.
- firstTextToString(List<Text>) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
-
maps the first text of a text list to string
- firstTextToStringOrEmptyString(List<Text>) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
-
maps the first text of a text list to string, at least return empty string
- format(TableData) - Method in class com.priint.pubserver.plugins.datamapping.TableDataToHtmlV1
- format(TableData) - Method in class com.priint.pubserver.plugins.datamapping.TableDataToHtmlV2
- fromString(String, MarkupType) - Static method in enum class com.priint.pubserver.plugins.datamapping.MarkupType
G
- getClassNamePrefix() - Method in class com.priint.pubserver.plugins.datamapping.TableDataToHtmlV2
- getColorFromHex(String) - Static method in class com.priint.parser.tabledata.html.td2htmlUtils
- getCssScript() - Method in class com.priint.parser.tabledata.html.td2htmlParams
- getDefaultMarkupType() - Method in class com.priint.pubserver.plugins.datamapping.TableDataToHtmlV2
- getDimensionFormat() - Method in class com.priint.pubserver.plugins.datamapping.TableDataToHtmlV2
- getKeys(Map<String, Object>) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingValueDefinitions
- getKeyValueDesignators(Map<String, Object>) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingValueDefinitions
- getLabel() - Method in enum class com.priint.pubserver.plugins.datamapping.MarkupType
- getLog() - Static method in class com.priint.parser.tabledata.html.td2HtmlParser
- getMediaFormats(Map<String, Object>) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingValueDefinitions
- getMediaType() - Method in enum class com.priint.pubserver.plugins.datamapping.MarkupType
- getMediaTypes(Map<String, Object>) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingValueDefinitions
- getParamsByCell() - Method in class com.priint.parser.tabledata.html.td2htmlParams
- getParamsByRow() - Method in class com.priint.parser.tabledata.html.td2htmlParams
- getPrice(double) - Static method in class com.priint.pubserver.plugins.datamapping.Parsers
-
Returns string representation of input parameter price according to the given formatting parameters
- getPrice(String, String) - Static method in class com.priint.pubserver.plugins.datamapping.Parsers
- getPriceDesignators(Map<String, Object>) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingValueDefinitions
- getStyleByCell() - Method in class com.priint.parser.tabledata.html.td2htmlParams
- getStyleByRow() - Method in class com.priint.parser.tabledata.html.td2htmlParams
- getStyleClassPrefix() - Method in class com.priint.pubserver.plugins.datamapping.TableDataToHtmlV2
- getStylesheet() - Method in class com.priint.pubserver.plugins.datamapping.TableDataToHtmlV2
- getTableParams() - Method in class com.priint.parser.tabledata.html.td2htmlParams
- getTableStyle() - Method in class com.priint.parser.tabledata.html.td2htmlParams
- getTdParams() - Method in class com.priint.parser.tabledata.html.td2htmlParams
- getTdSkipEntities() - Method in class com.priint.parser.tabledata.html.td2htmlParams
- getTdStyle() - Method in class com.priint.parser.tabledata.html.td2htmlParams
- getTrParams() - Method in class com.priint.parser.tabledata.html.td2htmlParams
- getTrStyle() - Method in class com.priint.parser.tabledata.html.td2htmlParams
H
- HTML - Enum constant in enum class com.priint.pubserver.plugins.datamapping.MarkupType
- HTML_CRLF - Static variable in interface com.priint.parser.tabledata.html.td2html_Constans
I
- ID - Static variable in interface com.priint.parser.tabledata.html.td2html_Constans
- inversecolorHex(Color) - Static method in class com.priint.parser.tabledata.html.td2htmlUtils
- isEmpty(String) - Static method in class com.priint.parser.tabledata.html.td2htmlUtils
- isNotEmpty(String) - Static method in class com.priint.parser.tabledata.html.td2htmlUtils
J
- JAVA_SCRIPT - Static variable in interface com.priint.parser.tabledata.html.td2html_Constans
K
- KEY_CONTENT_TYPE - Static variable in class com.priint.pubserver.plugins.datamapping.TableDataToHtmlV2
- keyValuePropertyToString(List<KeyValue>, String) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
-
Gets an arbitrary property from a keyValue
- keyValuesToStrings(List<KeyValue>) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
-
maps all values of a key value list to a string list
L
- lastMediaAssetToFilePath(List<MediaAsset>) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
- lastMediaAssetToFilePath(List<MediaAsset>, String, String) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
-
gets the path of the last media object from the last media asset
- lastMediaAssetToFileUrl(List<MediaAsset>) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
- lastMediaAssetToFileUrl(List<MediaAsset>, String, String) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
-
gets the URL of the last media object from the last media asset
- lastTextToString(List<Text>) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
-
maps the last text of a text list to string
- llog(String, Object...) - Static method in class com.priint.parser.tabledata.html.td2HtmlParser
- localizedStringToText(List<String>, String, String, String, String, String, Context, String) - Method in class com.priint.pubserver.plugins.datamapping.reversed.DataMappingFromString
- LOGGER - Static variable in class com.priint.pubserver.plugins.datamapping.DataMappingTableDataToHtml
M
- mapKeyValuesByKeyToString(List<KeyValue>, String, String, String, String, String, String) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
-
Returns designated field(s) of requested KeyValues or all KeyValues to a string, with selected delimiter, prefix and suffix
- mapKeyValuesToString(List<KeyValue>, String, String, String, String, String) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
-
Returns designated field(s) of requested KeyValues or all KeyValues with given key to a string, with selected delimiter, prefix and suffix
- MAPPED_NAME - Static variable in class com.priint.parser.tabledata.html.test.DMTest
- MAPPED_NAME - Static variable in class com.priint.pubserver.plugins.datamapping.DataMappingPassThrough
- MAPPED_NAME - Static variable in class com.priint.pubserver.plugins.datamapping.DataMappingTableDataToHtml
- MAPPED_NAME - Static variable in class com.priint.pubserver.plugins.datamapping.reversed.DataMappingFromString
- mappedName - Static variable in class com.priint.parser.tabledata.html.td2HtmlParser
- markup(String) - Method in class com.priint.pubserver.plugins.datamapping.TableDataToHtmlV2
- MarkupType - Enum Class in com.priint.pubserver.plugins.datamapping
-
Enumeration to signal the markup used in a value - html, plaintext, taggedtext.
- mediaAssetListToFilePath(List<MediaAsset>, String, String, String) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
-
gets the path of the first media object from the first media asset
- mediaAssetListToFileUrl(List<MediaAsset>, String, String, String) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
-
gets the URL of the first media object from the first media asset
- mediaAssetPropertyToString(List<MediaAsset>, String) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
-
Gets an arbitrary property from a mediaAsset
N
- NAME - Static variable in interface com.priint.parser.tabledata.html.td2html_Constans
- nthPriceToString(List<Price>, String, int) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
-
The nth price as string: map the field(s) selected by designator of the nth price to a string
P
- PARAMS_BYCELL - Static variable in interface com.priint.parser.tabledata.html.td2html_Constans
- PARAMS_BYROW - Static variable in interface com.priint.parser.tabledata.html.td2html_Constans
- Parsers - Class in com.priint.pubserver.plugins.datamapping
- passThrough(List<String>) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingPassThrough
- planningPropertyToString(List<Planning>, String) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
-
Gets an arbitrary property from a planning
- priceListToString(List<Price>, String, String, String, String, String) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
-
Returns list of Price converted into delimited string
- pricePropertyToString(List<Price>, String) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
-
Gets an arbitrary property from a price
R
- ROWS_PARAMS - Static variable in interface com.priint.parser.tabledata.html.td2html_Constans
- ROWS_STYLE - Static variable in interface com.priint.parser.tabledata.html.td2html_Constans
S
- setCssScript(String) - Method in class com.priint.parser.tabledata.html.td2htmlParams
- setParamsByCell(Map<TableDataCell, Map<String, String>>) - Method in class com.priint.parser.tabledata.html.td2htmlParams
- setParamsByRow(Map<TableDataRow, Map<String, String>>) - Method in class com.priint.parser.tabledata.html.td2htmlParams
- setStyleByCell(Map<TableDataCell, Map<String, String>>) - Method in class com.priint.parser.tabledata.html.td2htmlParams
- setStyleByRow(Map<TableDataRow, Map<String, String>>) - Method in class com.priint.parser.tabledata.html.td2htmlParams
- setTableParams(Map<String, String>) - Method in class com.priint.parser.tabledata.html.td2htmlParams
- setTableStyle(Map<String, String>) - Method in class com.priint.parser.tabledata.html.td2htmlParams
- setTdParams(Map<String, String>) - Method in class com.priint.parser.tabledata.html.td2htmlParams
- setTdSkipEntities(Set<Integer>) - Method in class com.priint.parser.tabledata.html.td2htmlParams
- setTdStyle(Map<String, String>) - Method in class com.priint.parser.tabledata.html.td2htmlParams
- setTrParams(Map<String, String>) - Method in class com.priint.parser.tabledata.html.td2htmlParams
- setTrStyle(Map<String, String>) - Method in class com.priint.parser.tabledata.html.td2htmlParams
- shutdown() - Method in class com.priint.pubserver.plugins.datamapping.DataMappingLibrary
- SKIP_ENTITIES - Static variable in interface com.priint.parser.tabledata.html.td2html_Constans
- sprintf(String, Object...) - Static method in class com.priint.parser.tabledata.html.td2htmlUtils
- startup() - Method in class com.priint.pubserver.plugins.datamapping.DataMappingLibrary
- stringsToKeyValues(List<String>, String, String, String, String, String, Context, String) - Method in class com.priint.pubserver.plugins.datamapping.reversed.DataMappingFromString
- stringsToKeyValueValuesByKey(List<String>, String, String, String, String, String, Context, String, String) - Method in class com.priint.pubserver.plugins.datamapping.reversed.DataMappingFromString
- stringsToTextList(List<String>, String, String, String, String, String, Context, String) - Method in class com.priint.pubserver.plugins.datamapping.reversed.DataMappingFromString
- stringToBucketLabel(List<String>, String, String, String, String, String, Context, String) - Method in class com.priint.pubserver.plugins.datamapping.reversed.DataMappingFromString
- stringToBucketProperty(List<String>, String, String, String, String, String, Context, String, String) - Method in class com.priint.pubserver.plugins.datamapping.reversed.DataMappingFromString
- stringToFirstKeyValue(List<String>, String, String, String, String, String, Context, String, String) - Method in class com.priint.pubserver.plugins.datamapping.reversed.DataMappingFromString
- stringToFirstKeyValueByKey(List<String>, String, String, String, String, String, Context, String, String, String) - Method in class com.priint.pubserver.plugins.datamapping.reversed.DataMappingFromString
- stringToFirstMediaAssetFilePath(List<String>, String, String, String, String, String, Context, String, List<MediaAsset>, String, String) - Method in class com.priint.pubserver.plugins.datamapping.reversed.DataMappingFromString
- stringToFirstMediaAssetFileUrl(List<String>, String, String, String, String, String, Context, String, List<MediaAsset>, String, String) - Method in class com.priint.pubserver.plugins.datamapping.reversed.DataMappingFromString
- stringToFirstMediaAssetText(List<String>, String, String, String, String, String, Context, String) - Method in class com.priint.pubserver.plugins.datamapping.reversed.DataMappingFromString
- stringToFirstPrice(List<String>, String, String, String, String, String, Context, String, String) - Method in class com.priint.pubserver.plugins.datamapping.reversed.DataMappingFromString
- stringToFirstText(List<String>, String, String, String, String, String, Context, String) - Method in class com.priint.pubserver.plugins.datamapping.reversed.DataMappingFromString
- stringToFirstTextIfExists(List<String>, String, String, String, String, String, Context, String) - Method in class com.priint.pubserver.plugins.datamapping.reversed.DataMappingFromString
- stringToFirstTextOfAncestorBucket(List<String>, String, String, String, String, String, String, Context, String, int) - Method in class com.priint.pubserver.plugins.datamapping.reversed.DataMappingFromString
- stringToLastMediaAssetFilePath(List<String>, String, String, String, String, String, Context, String, List<MediaAsset>, String, String) - Method in class com.priint.pubserver.plugins.datamapping.reversed.DataMappingFromString
- stringToLastMediaAssetFileUrl(List<String>, String, String, String, String, String, Context, String, List<MediaAsset>, String, String) - Method in class com.priint.pubserver.plugins.datamapping.reversed.DataMappingFromString
- stringToLastText(List<String>, String, String, String, String, String, Context, String) - Method in class com.priint.pubserver.plugins.datamapping.reversed.DataMappingFromString
- stringToMediaAssetListFilePath(List<String>, String, String, String, String, String, Context, String, String, String, String) - Method in class com.priint.pubserver.plugins.datamapping.reversed.DataMappingFromString
- stringToMediaAssetListFileUrl(List<String>, String, String, String, String, String, Context, String, String, String, String) - Method in class com.priint.pubserver.plugins.datamapping.reversed.DataMappingFromString
- stringToMediaAssetProperty(List<String>, String, String, String, String, String, Context, String, String) - Method in class com.priint.pubserver.plugins.datamapping.reversed.DataMappingFromString
- stringToNthPrice(List<String>, String, String, String, String, String, Context, String, String, int) - Method in class com.priint.pubserver.plugins.datamapping.reversed.DataMappingFromString
- stringToPriceProperty(List<String>, String, String, String, String, String, Context, String, String) - Method in class com.priint.pubserver.plugins.datamapping.reversed.DataMappingFromString
- stringToTableDataProperty(List<String>, String, String, String, String, String, Context, String, String) - Method in class com.priint.pubserver.plugins.datamapping.reversed.DataMappingFromString
- stringToText(List<String>, String, String, String, String, String, Context, String, int) - Method in class com.priint.pubserver.plugins.datamapping.reversed.DataMappingFromString
- stringToTextProperty(List<String>, String, String, String, String, String, Context, String, String) - Method in class com.priint.pubserver.plugins.datamapping.reversed.DataMappingFromString
- STYLE_BYCELL - Static variable in interface com.priint.parser.tabledata.html.td2html_Constans
- STYLE_BYROW - Static variable in interface com.priint.parser.tabledata.html.td2html_Constans
- styleClassPrefix(String) - Method in class com.priint.pubserver.plugins.datamapping.TableDataToHtmlV2
- stylesheet(String) - Method in class com.priint.pubserver.plugins.datamapping.TableDataToHtmlV2
T
- TABLE_PARAMS - Static variable in interface com.priint.parser.tabledata.html.td2html_Constans
- TABLE_STYLE - Static variable in interface com.priint.parser.tabledata.html.td2html_Constans
- tableDataPropertyToString(List<TableData>, String) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
-
Gets an arbitrary property from a tableData
- tableDataToHtml(List<TableData>) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingTableDataToHtml
- tableDataToHtml(List<TableData>, String) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingTableDataToHtml
- TableDataToHtmlV1 - Class in com.priint.pubserver.plugins.datamapping
-
Creating a very frugal HTML table representation for a tableData object.
- TableDataToHtmlV1() - Constructor for class com.priint.pubserver.plugins.datamapping.TableDataToHtmlV1
- TableDataToHtmlV2 - Class in com.priint.pubserver.plugins.datamapping
-
Formatter to create full fleshed HTML table representation for TableData objects.
- TableDataToHtmlV2() - Constructor for class com.priint.pubserver.plugins.datamapping.TableDataToHtmlV2
- TableDataToHtmlV2(String) - Constructor for class com.priint.pubserver.plugins.datamapping.TableDataToHtmlV2
- TAGGED_TEXT - Enum constant in enum class com.priint.pubserver.plugins.datamapping.MarkupType
- td2html(TableData) - Method in class com.priint.parser.tabledata.html.td2HtmlParser
- td2html_Constans - Interface in com.priint.parser.tabledata.html
- td2htmlParams - Class in com.priint.parser.tabledata.html
- td2htmlParams() - Constructor for class com.priint.parser.tabledata.html.td2htmlParams
- td2HtmlParser - Class in com.priint.parser.tabledata.html
- td2HtmlParser() - Constructor for class com.priint.parser.tabledata.html.td2HtmlParser
- td2htmlUtils - Class in com.priint.parser.tabledata.html
- td2htmlXML(TableData, String) - Method in class com.priint.parser.tabledata.html.td2HtmlParser
- testDefaultData() - Method in class com.priint.parser.tabledata.html.test.DMTest
- testXMLData() - Method in class com.priint.parser.tabledata.html.test.DMTest
- TEXT - Enum constant in enum class com.priint.pubserver.plugins.datamapping.MarkupType
- textListToString(List<Text>, String, String, String, String) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
-
Returns list of Text converted into delimited string
- textListToStrings(List<Text>, String, String, String, String) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
-
maps all texts of a text list to a string list
- textPropertyToString(List<Text>, String) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
-
Gets an arbitrary property from a text
- textsToStrings(List<Text>) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
-
maps all texts of a text list to a string list
- textToString(List<Text>, int) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
-
maps the nth text of a text list to string
U
- uniqueKeyIdentifiers(List<KeyValue>) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
V
- VAL - Static variable in interface com.priint.parser.tabledata.html.td2html_Constans
- valueOf(String) - Static method in enum class com.priint.pubserver.plugins.datamapping.MarkupType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.priint.pubserver.plugins.datamapping.MarkupType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- valuesByKeyToStrings(List<KeyValue>, String) - Method in class com.priint.pubserver.plugins.datamapping.DataMappingToString
-
maps all values associated to the given key to a string list
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form