Package | Description |
---|---|
anon.terms | |
anon.terms.template |
Modifier and Type | Method and Description |
---|---|
TermsAndConditions.Translation |
TermsAndConditions.getDefaultTranslation()
returns the default translation of the T&C which is displayed if there
is no translation available for current display language
|
TermsAndConditions.Translation |
TermsAndConditions.getTranslation(java.util.Locale locale)
returns the translation of the T&C specified by the corresponding locale object
|
TermsAndConditions.Translation |
TermsAndConditions.getTranslation(java.lang.String locale)
returns the translation of the T&C specified by the two letter language code
|
TermsAndConditions.Translation |
TermsAndConditions.initializeEmptyTranslation(java.util.Locale locale) |
TermsAndConditions.Translation |
TermsAndConditions.initializeEmptyTranslation(java.lang.String locale) |
TermsAndConditions.Translation |
TermsAndConditions.removeTranslation(java.util.Locale locale) |
TermsAndConditions.Translation |
TermsAndConditions.removeTranslation(java.lang.String locale) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
TermsAndConditions.getHTMLText(TermsAndConditions.Translation translation) |
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Document |
TermsAndConditionsTemplate.createTCDocument(TermsAndConditions.Translation tcTranslation) |
java.lang.String |
TermsAndConditionsTemplate.transform(TermsAndConditions.Translation translation) |
void |
TermsAndConditionsTemplate.transform(java.io.Writer writer,
TermsAndConditions.Translation translation) |
Copyright © 2023. All rights reserved.