Uses of Interface
net.sf.morph.lang.Language

Packages that use Language
net.sf.morph.context.contexts Context implementations. 
net.sf.morph.lang Defines basic Languages used to retrieve and set information in bean-like objects. 
net.sf.morph.lang.languages Language implementations. 
net.sf.morph.transform.copiers Copier implementations. 
 

Uses of Language in net.sf.morph.context.contexts
 

Methods in net.sf.morph.context.contexts that return Language
 Language BaseContext.getLanguage()
          Get the Language.
 

Methods in net.sf.morph.context.contexts with parameters of type Language
 void BaseContext.setLanguage(Language language)
          Set the Language.
 

Uses of Language in net.sf.morph.lang
 

Subinterfaces of Language in net.sf.morph.lang
 interface DecoratedLanguage
           Extends the capabilities of a Language by adding the capabilities of a Converter.
 

Uses of Language in net.sf.morph.lang.languages
 

Classes in net.sf.morph.lang.languages that implement Language
 class BaseLanguage
          A convenient base class for Languages that takes care of exception handling and logging.
 class LanguageDecorator
          Decorates any language so that it implements DecoratedLanguage.
 class SimpleLanguage
           A simple language that is similar to the languages used by the JSTL EL, the Spring framework, Jakarta Commons BeanUtils, and Struts.
 

Methods in net.sf.morph.lang.languages that return Language
 Language LanguageDecorator.getLanguage()
          Get the decorated language.
 

Methods in net.sf.morph.lang.languages with parameters of type Language
 void LanguageDecorator.setLanguage(Language language)
          Set the decorated language.
 

Constructors in net.sf.morph.lang.languages with parameters of type Language
LanguageDecorator(Language language)
          Create a new LanguageDecorator.
 

Uses of Language in net.sf.morph.transform.copiers
 

Methods in net.sf.morph.transform.copiers that return Language
 Language PropertyExpressionMappingCopier.getLanguage()
          Get the language of this PropertyExpressionMappingCopier.
 

Methods in net.sf.morph.transform.copiers with parameters of type Language
 void PropertyExpressionMappingCopier.setLanguage(Language language)
          Set the language of this PropertyExpressionMappingCopier.
 



Copyright © 2004-2008.