implements DecoratedConverter
to your converts and implements DecoratedConverter, DecoratedCopier
to your copiers.ArbitraryObjectMappingConverter
MorphFilter
which places a HttpServletContext
in each request. This exposes Morph's power to JSPsDecoratedLanguage
and similarly extended the explicit naming of the Decorator pattern to other parts of the Morph framework. and other new interfaces are DecoratedTransformer
, DecoratedConverter
and DecoratedCopier
. The DecoratedContext
is particularly nice, and I'll definitely want to use it to show a mapping of HTTP request parameters to an object model.Language
and began work on its first out-of-the-box implementation, the SimpleLanguage
.LanguageEvaluator
which is the combination of a Converter
and a Language.Morph
class). This facade is static so it will be easier for people who haven't started using a good dependency injection framework yet.