|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidadinternal.ui.laf.base.SkinTranslatedBoundValue
public class SkinTranslatedBoundValue
BoundValue used to retrieve a translated String from the Skin, with a specified key.
If either the the key can not be found, an error message will be written to the error log.
org.apache.myfaces.trinidadinternal.share.nls.LocaleContext
Constructor Summary | |
---|---|
SkinTranslatedBoundValue(java.lang.String key)
Create a SkinTranslatedBoundValue that will retrieve the translated String specified by key from the Skin. |
Method Summary | |
---|---|
java.lang.Object |
getValue(UIXRenderingContext context)
Retrieves the translated value from the ResourceBundle. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SkinTranslatedBoundValue(java.lang.String key)
key
- Key to use to look up value in ResourceBundleMethod Detail |
---|
public java.lang.Object getValue(UIXRenderingContext context)
getValue
in interface BoundValue
context
- the rendering context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |