module.importedServices( VelocityEngine.class )
.importedBy( INSTANCE ).setMetaInfo( velocity );
}
catch( Exception e )
{
throw new AssemblyException( "Could not load velocity properties", e );
}
freemarker.template.Configuration cfg = new freemarker.template.Configuration();
cfg.setClassForTemplateLoading( AbstractResponseWriter.class, "" );
cfg.setObjectWrapper( new ValueCompositeObjectWrapper() );