| Package | Description |
|---|---|
| com.wadpam.open.i18n.web |
| Modifier and Type | Method and Description |
|---|---|
Ji18nTranslation |
Converter.convert(Di18nTranslation from) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Ji18nTranslation> |
I18nController.deleteTranslation(javax.servlet.http.HttpServletRequest request,
String id)
Delete a localized translation by id
|
org.springframework.http.ResponseEntity<Ji18nTranslation> |
I18nController.deleteTranslation(javax.servlet.http.HttpServletRequest request,
String parent,
String locale)
Delete a localized translation for a specific local and parent
|
org.springframework.http.ResponseEntity<Collection<Ji18nTranslation>> |
I18nController.deleteTranslationsForParent(javax.servlet.http.HttpServletRequest request,
String parent)
Delete all localized translation for a specific parent
|
org.springframework.http.ResponseEntity<Ji18nTranslation> |
I18nController.getTranslation(javax.servlet.http.HttpServletRequest request,
String id)
Get a localized translation by id as KeyString
|
org.springframework.http.ResponseEntity<Ji18nTranslation> |
I18nController.getTranslation(javax.servlet.http.HttpServletRequest request,
String parent,
String locale)
Get a localized translation for a specific locale and parent.
|
org.springframework.http.ResponseEntity<Map<String,Ji18nTranslation>> |
I18nController.getTranslationsForLocaleForParents(javax.servlet.http.HttpServletRequest request,
String[] parents,
String locale)
Get localized translation in a specific locale for a list fo parents.
|
org.springframework.http.ResponseEntity<Collection<Ji18nTranslation>> |
I18nController.getTranslationsForParent(javax.servlet.http.HttpServletRequest request,
String parent)
Get all localized translation for a specific parent.
|
org.springframework.http.ResponseEntity<Map<String,Collection<Ji18nTranslation>>> |
I18nController.getTranslationsForParents(javax.servlet.http.HttpServletRequest request,
String[] parents)
Get all localized translation for a list fo parents.
|
Copyright © 2013. All Rights Reserved.