public interface AttributeTranslator
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of this AttributeTranslator
|
String |
translate(String translationText,
Placement placement,
String attributeQualifier,
SessionContext ctx)
Translates the given text
|
String translate(String translationText, Placement placement, String attributeQualifier, SessionContext ctx) throws JaloBusinessException, InvalidParameterException
translationText - The Text that shall be translatedplacement - The placement that holds this textattributeQualifier - The qualifier of the attribute that holds this textctx - The SessionContextJaloBusinessException - If an error occurs while translatingInvalidParameterException - If this Translator is not able to translate the given textString getName()
Copyright © 2017 SAP SE. All Rights Reserved.