public interface PropertyFormatter
IndexingOutputConfig
instance.
Note that the PropertyFormatter calls do not recieve a "Context"
object, since they may be invoked well after the values
have been collected.
Created: April 27 2005
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
formatMeta(java.lang.String pPropertyName,
java.lang.String pOutputPropertyName,
atg.repository.search.indexing.specifier.PropertyTypeEnum pPropertyType,
java.lang.Object pValue)
Format the specified meta property value.
|
java.lang.String |
formatText(java.lang.String pPropertyName,
java.lang.String pOutputPropertyName,
java.lang.Object pValue)
Format the specified text property value.
|
static final java.lang.String CLASS_VERSION
java.lang.String formatText(java.lang.String pPropertyName,
java.lang.String pOutputPropertyName,
java.lang.Object pValue)
pPropertyName - the source name of the propertypOutputPropertyName - the output property namepValue - the property's valuejava.lang.String formatMeta(java.lang.String pPropertyName,
java.lang.String pOutputPropertyName,
atg.repository.search.indexing.specifier.PropertyTypeEnum pPropertyType,
java.lang.Object pValue)
pPropertyName - the source name of the propertypOutputPropertyName - the output property namepPropertyType - the type of the meta propertypValue - the property's value