Skip navigation links


Uses of Class
org.apache.myfaces.trinidad.context.LocaleContext

Packages that use LocaleContext
org.apache.myfaces.trinidad.context   
org.apache.myfaces.trinidad.skin   

 

Uses of LocaleContext in org.apache.myfaces.trinidad.context

 

Methods in org.apache.myfaces.trinidad.context that return LocaleContext
abstract  LocaleContext RenderingContext.getLocaleContext()
          Get the LocaleContext attached to the RenderingContext

 

Uses of LocaleContext in org.apache.myfaces.trinidad.skin

 

Methods in org.apache.myfaces.trinidad.skin with parameters of type LocaleContext
abstract  java.lang.String Skin.getTranslatedString(LocaleContext lContext, java.lang.String key)
          Returns a translated String in the LocaleContext's translation Locale.
abstract  java.lang.Object Skin.getTranslatedValue(LocaleContext lContext, java.lang.String key)
          Returns a translated value in the LocaleContext's translation Locale.

 


Skip navigation links


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.