|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DecoratedLanguage | |
---|---|
net.sf.morph.integration.commons.lang | Integration with Apache Commons Lang. |
net.sf.morph.lang.languages | Language implementations. |
net.sf.morph.transform.converters | Converter implementations. |
net.sf.morph.transform.copiers | Copier implementations. |
Uses of DecoratedLanguage in net.sf.morph.integration.commons.lang |
---|
Methods in net.sf.morph.integration.commons.lang that return DecoratedLanguage | |
---|---|
DecoratedLanguage |
LanguageStrLookup.getLanguage()
Get the language. |
Methods in net.sf.morph.integration.commons.lang with parameters of type DecoratedLanguage | |
---|---|
void |
LanguageStrLookup.setLanguage(DecoratedLanguage language)
Set the language. |
Constructors in net.sf.morph.integration.commons.lang with parameters of type DecoratedLanguage | |
---|---|
LanguageStrLookup(java.lang.Object source,
DecoratedLanguage language)
Create a new LanguageStrLookup. |
Uses of DecoratedLanguage in net.sf.morph.lang.languages |
---|
Classes in net.sf.morph.lang.languages that implement DecoratedLanguage | |
---|---|
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. |
Uses of DecoratedLanguage in net.sf.morph.transform.converters |
---|
Methods in net.sf.morph.transform.converters that return DecoratedLanguage | |
---|---|
DecoratedLanguage |
EvaluateExpressionConverter.getLanguage()
Get the DecoratedLanguage language. |
Methods in net.sf.morph.transform.converters with parameters of type DecoratedLanguage | |
---|---|
void |
EvaluateExpressionConverter.setLanguage(DecoratedLanguage language)
Set the DecoratedLanguage language. |
Uses of DecoratedLanguage in net.sf.morph.transform.copiers |
---|
Methods in net.sf.morph.transform.copiers that return DecoratedLanguage | |
---|---|
DecoratedLanguage |
SetExpressionCopier.getLanguage()
Get the DecoratedLanguage language. |
Methods in net.sf.morph.transform.copiers with parameters of type DecoratedLanguage | |
---|---|
void |
SetExpressionCopier.setLanguage(DecoratedLanguage language)
Set the DecoratedLanguage language. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |