jar

org.apache.velocity : velocity

Maven & Gradle

Nov 29, 2010
1.5k usages

Apache Velocity · Apache Velocity is a general purpose template engine.

Table Of Contents

Latest Version

Download org.apache.velocity : velocity JAR file - Latest Versions:

All Versions

Download org.apache.velocity : velocity JAR file - All Versions:

Version Vulnerabilities Size Updated
1.7 CVE-2020-13936
CVE-2020-13936
1.6.x CVE-2020-13936
CVE-2020-13936
CVE-2020-13936
CVE-2020-13936
1.6 CVE-2020-13936
CVE-2020-13936
CVE-2020-13936
1.5 CVE-2020-13936

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window velocity-1.7.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.velocity.texen.util

├─ org.apache.velocity.texen.util.FileUtil.class - [JAR]

├─ org.apache.velocity.texen.util.PropertiesUtil.class - [JAR]

org.apache.velocity.runtime.visitor

├─ org.apache.velocity.runtime.visitor.BaseVisitor.class - [JAR]

├─ org.apache.velocity.runtime.visitor.NodeViewMode.class - [JAR]

org.apache.velocity.servlet

├─ org.apache.velocity.servlet.VelocityServlet.class - [JAR]

org.apache.velocity.runtime.resource

├─ org.apache.velocity.runtime.resource.ContentResource.class - [JAR]

├─ org.apache.velocity.runtime.resource.Resource.class - [JAR]

├─ org.apache.velocity.runtime.resource.ResourceCache.class - [JAR]

├─ org.apache.velocity.runtime.resource.ResourceCacheImpl.class - [JAR]

├─ org.apache.velocity.runtime.resource.ResourceFactory.class - [JAR]

├─ org.apache.velocity.runtime.resource.ResourceManager.class - [JAR]

├─ org.apache.velocity.runtime.resource.ResourceManagerImpl.class - [JAR]

org.apache.velocity.runtime.resource.loader

├─ org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader.class - [JAR]

├─ org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader.class - [JAR]

├─ org.apache.velocity.runtime.resource.loader.FileResourceLoader.class - [JAR]

├─ org.apache.velocity.runtime.resource.loader.JarHolder.class - [JAR]

├─ org.apache.velocity.runtime.resource.loader.JarResourceLoader.class - [JAR]

├─ org.apache.velocity.runtime.resource.loader.ResourceLoader.class - [JAR]

├─ org.apache.velocity.runtime.resource.loader.ResourceLoaderFactory.class - [JAR]

├─ org.apache.velocity.runtime.resource.loader.StringResourceLoader.class - [JAR]

├─ org.apache.velocity.runtime.resource.loader.URLResourceLoader.class - [JAR]

org.apache.velocity.runtime.parser

├─ org.apache.velocity.runtime.parser.CharStream.class - [JAR]

├─ org.apache.velocity.runtime.parser.JJTParserState.class - [JAR]

├─ org.apache.velocity.runtime.parser.ParseException.class - [JAR]

├─ org.apache.velocity.runtime.parser.Parser.class - [JAR]

├─ org.apache.velocity.runtime.parser.ParserConstants.class - [JAR]

├─ org.apache.velocity.runtime.parser.ParserTokenManager.class - [JAR]

├─ org.apache.velocity.runtime.parser.ParserTreeConstants.class - [JAR]

├─ org.apache.velocity.runtime.parser.TemplateParseException.class - [JAR]

├─ org.apache.velocity.runtime.parser.Token.class - [JAR]

├─ org.apache.velocity.runtime.parser.TokenMgrError.class - [JAR]

├─ org.apache.velocity.runtime.parser.VelocityCharStream.class - [JAR]

org.apache.velocity.texen

├─ org.apache.velocity.texen.Generator.class - [JAR]

org.apache.velocity.runtime.parser.node

├─ org.apache.velocity.runtime.parser.node.ASTAddNode.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTAndNode.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTAssignment.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTBlock.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTComment.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTDirective.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTDivNode.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTEQNode.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTElseIfStatement.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTElseStatement.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTEscape.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTEscapedDirective.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTExpression.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTFalse.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTFloatingPointLiteral.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTGENode.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTGTNode.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTIdentifier.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTIfStatement.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTIncludeStatement.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTIndex.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTIntegerLiteral.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTIntegerRange.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTLENode.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTLTNode.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTMap.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTMathNode.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTMethod.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTModNode.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTMulNode.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTNENode.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTNotNode.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTObjectArray.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTOrNode.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTParameters.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTReference.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTSetDirective.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTStringLiteral.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTSubtractNode.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTText.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTTextblock.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTTrue.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTVariable.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTWord.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ASTprocess.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.AbstractExecutor.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.BooleanPropertyExecutor.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.GetExecutor.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.MapGetExecutor.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.MapSetExecutor.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.MathUtils.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.Node.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.NodeUtils.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.ParserVisitor.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.PropertyExecutor.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.PutExecutor.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.SetExecutor.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.SetPropertyExecutor.class - [JAR]

├─ org.apache.velocity.runtime.parser.node.SimpleNode.class - [JAR]

org.apache.velocity.app

├─ org.apache.velocity.app.FieldMethodizer.class - [JAR]

├─ org.apache.velocity.app.Velocity.class - [JAR]

├─ org.apache.velocity.app.VelocityEngine.class - [JAR]

org.apache.velocity.exception

├─ org.apache.velocity.exception.ExtendedParseException.class - [JAR]

├─ org.apache.velocity.exception.MacroOverflowException.class - [JAR]

├─ org.apache.velocity.exception.MathException.class - [JAR]

├─ org.apache.velocity.exception.MethodInvocationException.class - [JAR]

├─ org.apache.velocity.exception.ParseErrorException.class - [JAR]

├─ org.apache.velocity.exception.ResourceNotFoundException.class - [JAR]

├─ org.apache.velocity.exception.TemplateInitException.class - [JAR]

├─ org.apache.velocity.exception.VelocityException.class - [JAR]

org.apache.velocity.runtime

├─ org.apache.velocity.runtime.ParserPool.class - [JAR]

├─ org.apache.velocity.runtime.ParserPoolImpl.class - [JAR]

├─ org.apache.velocity.runtime.Renderable.class - [JAR]

├─ org.apache.velocity.runtime.Runtime.class - [JAR]

├─ org.apache.velocity.runtime.RuntimeConstants.class - [JAR]

├─ org.apache.velocity.runtime.RuntimeInstance.class - [JAR]

├─ org.apache.velocity.runtime.RuntimeLogger.class - [JAR]

├─ org.apache.velocity.runtime.RuntimeServices.class - [JAR]

├─ org.apache.velocity.runtime.RuntimeSingleton.class - [JAR]

├─ org.apache.velocity.runtime.VelocimacroFactory.class - [JAR]

├─ org.apache.velocity.runtime.VelocimacroManager.class - [JAR]

org.apache.velocity.runtime.resource.util

├─ org.apache.velocity.runtime.resource.util.StringResource.class - [JAR]

├─ org.apache.velocity.runtime.resource.util.StringResourceRepository.class - [JAR]

├─ org.apache.velocity.runtime.resource.util.StringResourceRepositoryImpl.class - [JAR]

org.apache.velocity.util

├─ org.apache.velocity.util.ArrayIterator.class - [JAR]

├─ org.apache.velocity.util.ArrayListWrapper.class - [JAR]

├─ org.apache.velocity.util.ClassUtils.class - [JAR]

├─ org.apache.velocity.util.ContextAware.class - [JAR]

├─ org.apache.velocity.util.EnumerationIterator.class - [JAR]

├─ org.apache.velocity.util.ExceptionUtils.class - [JAR]

├─ org.apache.velocity.util.MapFactory.class - [JAR]

├─ org.apache.velocity.util.RuntimeServicesAware.class - [JAR]

├─ org.apache.velocity.util.SimplePool.class - [JAR]

├─ org.apache.velocity.util.StringUtils.class - [JAR]

├─ org.apache.velocity.util.TemplateNumber.class - [JAR]

org.apache.velocity.runtime.log

├─ org.apache.velocity.runtime.log.AvalonLogChute.class - [JAR]

├─ org.apache.velocity.runtime.log.AvalonLogSystem.class - [JAR]

├─ org.apache.velocity.runtime.log.CommonsLogLogChute.class - [JAR]

├─ org.apache.velocity.runtime.log.HoldingLogChute.class - [JAR]

├─ org.apache.velocity.runtime.log.JdkLogChute.class - [JAR]

├─ org.apache.velocity.runtime.log.Log.class - [JAR]

├─ org.apache.velocity.runtime.log.Log4JLogChute.class - [JAR]

├─ org.apache.velocity.runtime.log.Log4JLogSystem.class - [JAR]

├─ org.apache.velocity.runtime.log.LogChute.class - [JAR]

├─ org.apache.velocity.runtime.log.LogChuteSystem.class - [JAR]

├─ org.apache.velocity.runtime.log.LogDisplayWrapper.class - [JAR]

├─ org.apache.velocity.runtime.log.LogManager.class - [JAR]

├─ org.apache.velocity.runtime.log.LogSystem.class - [JAR]

├─ org.apache.velocity.runtime.log.NullLogChute.class - [JAR]

├─ org.apache.velocity.runtime.log.NullLogSystem.class - [JAR]

├─ org.apache.velocity.runtime.log.PrimordialLogSystem.class - [JAR]

├─ org.apache.velocity.runtime.log.RuntimeLoggerLog.class - [JAR]

├─ org.apache.velocity.runtime.log.ServletLogChute.class - [JAR]

├─ org.apache.velocity.runtime.log.SimpleLog4JLogSystem.class - [JAR]

├─ org.apache.velocity.runtime.log.SystemLogChute.class - [JAR]

├─ org.apache.velocity.runtime.log.VelocityFormatter.class - [JAR]

org.apache.velocity.runtime.directive

├─ org.apache.velocity.runtime.directive.Block.class - [JAR]

├─ org.apache.velocity.runtime.directive.BlockMacro.class - [JAR]

├─ org.apache.velocity.runtime.directive.Break.class - [JAR]

├─ org.apache.velocity.runtime.directive.Define.class - [JAR]

├─ org.apache.velocity.runtime.directive.Directive.class - [JAR]

├─ org.apache.velocity.runtime.directive.DirectiveConstants.class - [JAR]

├─ org.apache.velocity.runtime.directive.Evaluate.class - [JAR]

├─ org.apache.velocity.runtime.directive.Foreach.class - [JAR]

├─ org.apache.velocity.runtime.directive.ForeachScope.class - [JAR]

├─ org.apache.velocity.runtime.directive.Include.class - [JAR]

├─ org.apache.velocity.runtime.directive.InputBase.class - [JAR]

├─ org.apache.velocity.runtime.directive.Literal.class - [JAR]

├─ org.apache.velocity.runtime.directive.Macro.class - [JAR]

├─ org.apache.velocity.runtime.directive.MacroParseException.class - [JAR]

├─ org.apache.velocity.runtime.directive.Parse.class - [JAR]

├─ org.apache.velocity.runtime.directive.RuntimeMacro.class - [JAR]

├─ org.apache.velocity.runtime.directive.Scope.class - [JAR]

├─ org.apache.velocity.runtime.directive.Stop.class - [JAR]

├─ org.apache.velocity.runtime.directive.StopCommand.class - [JAR]

├─ org.apache.velocity.runtime.directive.VelocimacroProxy.class - [JAR]

org.apache.velocity.app.tools

├─ org.apache.velocity.app.tools.VelocityFormatter.class - [JAR]

org.apache.velocity.anakia

├─ org.apache.velocity.anakia.AnakiaElement.class - [JAR]

├─ org.apache.velocity.anakia.AnakiaJDOMFactory.class - [JAR]

├─ org.apache.velocity.anakia.AnakiaTask.class - [JAR]

├─ org.apache.velocity.anakia.Escape.class - [JAR]

├─ org.apache.velocity.anakia.NodeList.class - [JAR]

├─ org.apache.velocity.anakia.OutputWrapper.class - [JAR]

├─ org.apache.velocity.anakia.TreeWalker.class - [JAR]

├─ org.apache.velocity.anakia.XPathCache.class - [JAR]

├─ org.apache.velocity.anakia.XPathTool.class - [JAR]

org.apache.velocity.util.introspection

├─ org.apache.velocity.util.introspection.AbstractChainableUberspector.class - [JAR]

├─ org.apache.velocity.util.introspection.ChainableUberspector.class - [JAR]

├─ org.apache.velocity.util.introspection.ClassMap.class - [JAR]

├─ org.apache.velocity.util.introspection.Info.class - [JAR]

├─ org.apache.velocity.util.introspection.IntrospectionCacheData.class - [JAR]

├─ org.apache.velocity.util.introspection.IntrospectionUtils.class - [JAR]

├─ org.apache.velocity.util.introspection.Introspector.class - [JAR]

├─ org.apache.velocity.util.introspection.IntrospectorBase.class - [JAR]

├─ org.apache.velocity.util.introspection.IntrospectorCache.class - [JAR]

├─ org.apache.velocity.util.introspection.IntrospectorCacheImpl.class - [JAR]

├─ org.apache.velocity.util.introspection.LinkingUberspector.class - [JAR]

├─ org.apache.velocity.util.introspection.MethodMap.class - [JAR]

├─ org.apache.velocity.util.introspection.SecureIntrospectorControl.class - [JAR]

├─ org.apache.velocity.util.introspection.SecureIntrospectorImpl.class - [JAR]

├─ org.apache.velocity.util.introspection.SecureUberspector.class - [JAR]

├─ org.apache.velocity.util.introspection.Uberspect.class - [JAR]

├─ org.apache.velocity.util.introspection.UberspectImpl.class - [JAR]

├─ org.apache.velocity.util.introspection.UberspectLoggable.class - [JAR]

├─ org.apache.velocity.util.introspection.VelMethod.class - [JAR]

├─ org.apache.velocity.util.introspection.VelPropertyGet.class - [JAR]

├─ org.apache.velocity.util.introspection.VelPropertySet.class - [JAR]

org.apache.velocity.texen.ant

├─ org.apache.velocity.texen.ant.TexenTask.class - [JAR]

org.apache.velocity.context

├─ org.apache.velocity.context.AbstractContext.class - [JAR]

├─ org.apache.velocity.context.ChainedInternalContextAdapter.class - [JAR]

├─ org.apache.velocity.context.Context.class - [JAR]

├─ org.apache.velocity.context.EvaluateContext.class - [JAR]

├─ org.apache.velocity.context.InternalContextAdapter.class - [JAR]

├─ org.apache.velocity.context.InternalContextAdapterImpl.class - [JAR]

├─ org.apache.velocity.context.InternalContextBase.class - [JAR]

├─ org.apache.velocity.context.InternalEventContext.class - [JAR]

├─ org.apache.velocity.context.InternalHousekeepingContext.class - [JAR]

├─ org.apache.velocity.context.InternalWrapperContext.class - [JAR]

├─ org.apache.velocity.context.ProxyVMContext.class - [JAR]

org.apache.velocity.io

├─ org.apache.velocity.io.UnicodeInputStream.class - [JAR]

├─ org.apache.velocity.io.VelocityWriter.class - [JAR]

org.apache.velocity.app.event

├─ org.apache.velocity.app.event.EventCartridge.class - [JAR]

├─ org.apache.velocity.app.event.EventHandler.class - [JAR]

├─ org.apache.velocity.app.event.EventHandlerMethodExecutor.class - [JAR]

├─ org.apache.velocity.app.event.EventHandlerUtil.class - [JAR]

├─ org.apache.velocity.app.event.IncludeEventHandler.class - [JAR]

├─ org.apache.velocity.app.event.InvalidReferenceEventHandler.class - [JAR]

├─ org.apache.velocity.app.event.MethodExceptionEventHandler.class - [JAR]

├─ org.apache.velocity.app.event.NullSetEventHandler.class - [JAR]

├─ org.apache.velocity.app.event.ReferenceInsertionEventHandler.class - [JAR]

org.apache.velocity.convert

├─ org.apache.velocity.convert.WebMacro.class - [JAR]

org.apache.velocity

├─ org.apache.velocity.Template.class - [JAR]

├─ org.apache.velocity.VelocityContext.class - [JAR]

org.apache.velocity.app.event.implement

├─ org.apache.velocity.app.event.implement.EscapeHtmlReference.class - [JAR]

├─ org.apache.velocity.app.event.implement.EscapeJavaScriptReference.class - [JAR]

├─ org.apache.velocity.app.event.implement.EscapeReference.class - [JAR]

├─ org.apache.velocity.app.event.implement.EscapeSqlReference.class - [JAR]

├─ org.apache.velocity.app.event.implement.EscapeXmlReference.class - [JAR]

├─ org.apache.velocity.app.event.implement.IncludeNotFound.class - [JAR]

├─ org.apache.velocity.app.event.implement.IncludeRelativePath.class - [JAR]

├─ org.apache.velocity.app.event.implement.InvalidReferenceInfo.class - [JAR]

├─ org.apache.velocity.app.event.implement.PrintExceptions.class - [JAR]

├─ org.apache.velocity.app.event.implement.ReportInvalidReferences.class - [JAR]

Advertisement

Dependencies from Group

Nov 29, 2010
1.5k usages
Mar 03, 2021
428 usages
May 10, 2010
312 usages

Discover Dependencies

Sep 17, 2014
433 stars
Nov 29, 2011
246 usages
64 stars
Aug 26, 2007
1 usages
Jul 08, 2009
13 usages
Mar 15, 2011
44 usages
Aug 18, 2023
80 usages
133 stars
Feb 23, 2011
8 usages
Jul 25, 2012
33 usages
Jan 26, 2013
14 usages