|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResourcesManager
Class used to get i18n messages.
| Field Summary | |
|---|---|
static java.lang.String |
LOCAL_SESSION_KEY
|
| Method Summary | |
|---|---|
java.lang.String |
getMessage(java.lang.String key,
javax.servlet.http.HttpSession session)
Try to get the value from internationalized bundle, if not found, then from excel type format bundle. |
java.lang.String |
getMessage(java.lang.String key,
javax.servlet.jsp.PageContext pageContext)
Try to get the value from internationalized bundle, if not found, then from excel type format bundle. |
java.lang.String |
getMessage(java.lang.String key,
javax.servlet.ServletRequest request,
javax.servlet.http.HttpSession session)
Try to get the value from internationalized bundle, if not found, then from excel type format bundle. |
| Field Detail |
|---|
static final java.lang.String LOCAL_SESSION_KEY
| Method Detail |
|---|
java.lang.String getMessage(java.lang.String key,
javax.servlet.jsp.PageContext pageContext)
key - to findpageContext -
java.lang.String getMessage(java.lang.String key,
javax.servlet.http.HttpSession session)
key - to findsession -
java.lang.String getMessage(java.lang.String key,
javax.servlet.ServletRequest request,
javax.servlet.http.HttpSession session)
key - to findrequest - session -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||