Uses of Class
org.melati.poem.PoemLocale

Packages that use PoemLocale
org.melati

See melati.org

org.melati.poem Persistent Object Engine for Melati. 
org.melati.template Using Templates to render Objects to output formats. 
 

Uses of PoemLocale in org.melati
 

Methods in org.melati that return PoemLocale
 PoemLocale Melati.getPoemLocale()
          Returns a PoemLocale object based on the Accept-Language header of this request.
static PoemLocale MelatiConfig.getPoemLocale()
           
 

Methods in org.melati with parameters of type PoemLocale
 void MelatiConfig.setPoemiLocale(PoemLocale poemLocale)
           
 

Uses of PoemLocale in org.melati.poem
 

Fields in org.melati.poem declared as PoemLocale
static PoemLocale PoemLocale.HERE
          Default Locale: GB.
 

Methods in org.melati.poem that return PoemLocale
static PoemLocale PoemLocale.from(Locale locale)
           
static PoemLocale PoemLocale.fromLanguageTag(String tag)
          Creates a melati locale from a language tag as defined in RFC3066.
 

Methods in org.melati.poem with parameters of type PoemLocale
protected  String TimestampPoemType._stringOfCooked(Object cooked, PoemLocale locale, int style)
           
protected  String ReferencePoemType._stringOfCooked(Object cooked, PoemLocale locale, int style)
           
protected  String DisplayLevelPoemType._stringOfCooked(Object cooked, PoemLocale locale, int style)
           
protected  String IntegrityFixPoemType._stringOfCooked(Object cooked, PoemLocale locale, int style)
           
protected  String DatePoemType._stringOfCooked(Object cooked, PoemLocale locale, int style)
           
protected  String ColumnTypePoemType._stringOfCooked(Object cooked, PoemLocale locale, int style)
           
protected abstract  String BasePoemType._stringOfCooked(Object cooked, PoemLocale locale, int style)
           
protected  String AtomPoemType._stringOfCooked(Object cooked, PoemLocale locale, int style)
           
protected  String SearchabilityPoemType._stringOfCooked(Object cooked, PoemLocale locale, int style)
           
 String JdbcPersistent.displayString(PoemLocale locale)
          Defaults to DateFormat.MEDIUM.
 String Persistent.displayString(PoemLocale locale)
          Defaults to DateFormat.MEDIUM.
 String JdbcPersistent.displayString(PoemLocale locale, int style)
          A string describing the object for the purposes of rendering it in lists presented to the user.
 String Persistent.displayString(PoemLocale locale, int style)
          A string describing the object for the purposes of rendering it in lists presented to the user.
 String Field.getCookedString(PoemLocale locale, int style)
           
 String JdbcPersistent.getCookedString(String name, PoemLocale locale, int style)
          A string representation of the `true value' of one of the object's fields.
 String Persistent.getCookedString(String name, PoemLocale locale, int style)
          A string representation of the `true value' of one of the object's fields.
 String BasePoemType.stringOfCooked(Object cooked, PoemLocale locale, int style)
          A localised String representation of the oject.
 String PoemType.stringOfCooked(Object cooked, PoemLocale locale, int style)
          A localised String representation of the oject.
 

Uses of PoemLocale in org.melati.template
 

Fields in org.melati.template declared as PoemLocale
protected  PoemLocale AbstractMarkupLanguage.locale
           
 

Constructors in org.melati.template with parameters of type PoemLocale
AbstractMarkupLanguage(String name, Melati melati, TempletLoader templetLoader, PoemLocale locale)
          Construct a Markup Language object.
HTMLLikeMarkupLanguage(String name, Melati melati, TempletLoader templetLoader, PoemLocale locale)
          Constructor.
HTMLMarkupLanguage(Melati melati, TempletLoader templetLoader, PoemLocale locale)
          Constructor.
WMLMarkupLanguage(Melati melati, TempletLoader templetLoader, PoemLocale locale)
          Constructor.
XMLMarkupLanguage(Melati melati, TempletLoader templetLoader, PoemLocale locale)
          Constructor.
 



Copyright © 2000-2010 PanEris. All Rights Reserved.