|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IScriptContext
The interface declares methods to provide appropriate context in scripts.
2.5| Method Summary | |
|---|---|
IExternalContext |
getExternalContext()
|
java.util.Locale |
getLocale()
Deprecated. Use getULocale() instead. |
ILogger |
getLogger()
|
java.lang.Object |
getProperty(java.lang.Object key)
Returns property value. |
com.ibm.icu.util.ULocale |
getULocale()
|
void |
setProperty(java.lang.Object key,
java.lang.Object value)
Saves property value. |
| Method Detail |
|---|
java.util.Locale getLocale()
getULocale() instead.
com.ibm.icu.util.ULocale getULocale()
IExternalContext getExternalContext()
ILogger getLogger()
ILoggerjava.lang.Object getProperty(java.lang.Object key)
key -
void setProperty(java.lang.Object key,
java.lang.Object value)
key - value -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||