protected void addImports(ParserContext parserContext) throws SecurityException, NoSuchMethodException{ addPackageImports(parserContext); addAllStaticMethodsImport(parserContext, MvelUtils.class); addDateUtilsImports(parserContext); addAllStaticMethodsImport(parserContext, Iterators.class); }