|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I18nTranslationMode
This allows a plugin or JIRA to set a special translations mode flag on for the current thread. The I18n text generated after that will be is a special meta data mode.
JIRA will check the HttpServletRequest for sensibleness however and hence it may not be set.
| Method Summary | |
|---|---|
boolean |
isTranslationMode()
|
void |
setTranslationsModeOff()
Turns off the i18n translations mode for this thread. |
void |
setTranslationsModeOn(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
Attempts to turn on the i18n translations mode. |
| Method Detail |
|---|
boolean isTranslationMode()
void setTranslationsModeOn(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
httpServletRequest - the request in playhttpServletResponse - the response in playvoid setTranslationsModeOff()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||