Uses of Class
com.terminalfour.publish.data.PDLanguage
-
Packages that use PDLanguage Package Description com.terminalfour.publish.api.language com.terminalfour.publish.data.notfound com.terminalfour.publish.legacy.helper -
-
Uses of PDLanguage in com.terminalfour.publish.api.language
Methods in com.terminalfour.publish.api.language that return PDLanguage Modifier and Type Method Description PDLanguage
ILanguageAPI. get(String languageCode)
Return the language data from the language code. -
Uses of PDLanguage in com.terminalfour.publish.data.notfound
Subclasses of PDLanguage in com.terminalfour.publish.data.notfound Modifier and Type Class Description class
PDLanguageNotFound
Fields in com.terminalfour.publish.data.notfound declared as PDLanguage Modifier and Type Field Description static PDLanguage
PDLanguageNotFound. INSTANCE
-
Uses of PDLanguage in com.terminalfour.publish.legacy.helper
Methods in com.terminalfour.publish.legacy.helper that return PDLanguage Modifier and Type Method Description PDLanguage
ILegacyAPIHelper. getLanguage(String languageCode)
Returns language data for language code.
-