Artifact Repository

 Portal for Open Source Java Artifacts. Find Java Classes and Libraries.

Artifact Info

GroupId:velocity
ArtifactId:velocity-dep
Available versions
and download
1.3.1
1.4
1.4
1.4-rc1
1.5-beta2
Included classes
org/apache/velocity/Template
org/apache/velocity/VelocityContext
org/apache/velocity/anakia/AnakiaElement
org/apache/velocity/anakia/AnakiaJDOMFactory
org/apache/velocity/anakia/AnakiaTask
org/apache/velocity/anakia/Escape
org/apache/velocity/anakia/NodeList
org/apache/velocity/anakia/OutputWrapper
org/apache/velocity/anakia/TreeWalker
org/apache/velocity/anakia/XPathCache
org/apache/velocity/anakia/XPathTool
org/apache/velocity/app/FieldMethodizer
org/apache/velocity/app/Velocity
org/apache/velocity/app/VelocityEngine
org/apache/velocity/app/event/EventCartridge
org/apache/velocity/app/event/EventHandler
org/apache/velocity/app/event/EventHandlerMethodExecutor
org/apache/velocity/app/event/EventHandlerUtil
org/apache/velocity/app/event/IncludeEventHandler
org/apache/velocity/app/event/InvalidReferenceEventHandler
org/apache/velocity/app/event/MethodExceptionEventHandler
org/apache/velocity/app/event/NullSetEventHandler
org/apache/velocity/app/event/ReferenceInsertionEventHandler
org/apache/velocity/app/event/implement/EscapeHtmlReference
org/apache/velocity/app/event/implement/EscapeJavaScriptReference
org/apache/velocity/app/event/implement/EscapeReference
org/apache/velocity/app/event/implement/EscapeSqlReference
org/apache/velocity/app/event/implement/EscapeXmlReference
org/apache/velocity/app/event/implement/IncludeNotFound
org/apache/velocity/app/event/implement/IncludeRelativePath
org/apache/velocity/app/event/implement/InvalidReferenceInfo
org/apache/velocity/app/event/implement/PrintExceptions
org/apache/velocity/app/event/implement/ReportInvalidReferences
org/apache/velocity/app/tools/VelocityFormatter
org/apache/velocity/context/AbstractContext
org/apache/velocity/context/Context
org/apache/velocity/context/InternalContextAdapter
org/apache/velocity/context/InternalContextAdapterImpl
org/apache/velocity/context/InternalContextBase
org/apache/velocity/context/InternalEventContext
org/apache/velocity/context/InternalHousekeepingContext
org/apache/velocity/context/InternalWrapperContext
org/apache/velocity/context/VMContext
org/apache/velocity/convert/WebMacro
org/apache/velocity/exception/ExtendedParseException
org/apache/velocity/exception/MethodInvocationException
org/apache/velocity/exception/ParseErrorException
org/apache/velocity/exception/ResourceNotFoundException
org/apache/velocity/exception/TemplateInitException
org/apache/velocity/exception/VelocityException
org/apache/velocity/io/VelocityWriter
org/apache/velocity/runtime/ParserPool
org/apache/velocity/runtime/ParserPoolImpl
org/apache/velocity/runtime/Runtime
org/apache/velocity/runtime/RuntimeConstants
org/apache/velocity/runtime/RuntimeInstance
org/apache/velocity/runtime/RuntimeLogger
org/apache/velocity/runtime/RuntimeServices
org/apache/velocity/runtime/RuntimeSingleton
org/apache/velocity/runtime/VelocimacroFactory
org/apache/velocity/runtime/VelocimacroManager
org/apache/velocity/runtime/directive/Directive
org/apache/velocity/runtime/directive/DirectiveConstants
org/apache/velocity/runtime/directive/Foreach
org/apache/velocity/runtime/directive/Include
org/apache/velocity/runtime/directive/InputBase
org/apache/velocity/runtime/directive/Literal
org/apache/velocity/runtime/directive/Macro
org/apache/velocity/runtime/directive/MacroParseException
org/apache/velocity/runtime/directive/Parse
org/apache/velocity/runtime/directive/VMProxyArg
org/apache/velocity/runtime/directive/VelocimacroProxy
org/apache/velocity/runtime/log/AvalonLogChute
org/apache/velocity/runtime/log/AvalonLogSystem
org/apache/velocity/runtime/log/HoldingLogChute
org/apache/velocity/runtime/log/JdkLogChute
org/apache/velocity/runtime/log/Log
org/apache/velocity/runtime/log/Log4JLogChute
org/apache/velocity/runtime/log/Log4JLogSystem
org/apache/velocity/runtime/log/LogChute
org/apache/velocity/runtime/log/LogChuteSystem
org/apache/velocity/runtime/log/LogDisplayWrapper
org/apache/velocity/runtime/log/LogManager
org/apache/velocity/runtime/log/LogSystem
org/apache/velocity/runtime/log/NullLogChute
org/apache/velocity/runtime/log/NullLogSystem
org/apache/velocity/runtime/log/PrimordialLogSystem
org/apache/velocity/runtime/log/RuntimeLoggerLog
org/apache/velocity/runtime/log/SimpleLog4JLogSystem
org/apache/velocity/runtime/log/SystemLogChute
org/apache/velocity/runtime/log/VelocityFormatter
org/apache/velocity/runtime/parser/CharStream
org/apache/velocity/runtime/parser/JJTParserState
org/apache/velocity/runtime/parser/ParseException
org/apache/velocity/runtime/parser/Parser
org/apache/velocity/runtime/parser/ParserConstants
org/apache/velocity/runtime/parser/ParserTokenManager
org/apache/velocity/runtime/parser/ParserTreeConstants
org/apache/velocity/runtime/parser/ParserVisitor
org/apache/velocity/runtime/parser/TemplateParseException
org/apache/velocity/runtime/parser/Token
org/apache/velocity/runtime/parser/TokenMgrError
org/apache/velocity/runtime/parser/VelocityCharStream
org/apache/velocity/runtime/parser/node/ASTAddNode
org/apache/velocity/runtime/parser/node/ASTAndNode
org/apache/velocity/runtime/parser/node/ASTAssignment
org/apache/velocity/runtime/parser/node/ASTBlock
org/apache/velocity/runtime/parser/node/ASTComment
org/apache/velocity/runtime/parser/node/ASTDirective
org/apache/velocity/runtime/parser/node/ASTDivNode
org/apache/velocity/runtime/parser/node/ASTEQNode
org/apache/velocity/runtime/parser/node/ASTElseIfStatement
org/apache/velocity/runtime/parser/node/ASTElseStatement
org/apache/velocity/runtime/parser/node/ASTEscape
org/apache/velocity/runtime/parser/node/ASTEscapedDirective
org/apache/velocity/runtime/parser/node/ASTExpression
org/apache/velocity/runtime/parser/node/ASTFalse
org/apache/velocity/runtime/parser/node/ASTFloatingPointLiteral
org/apache/velocity/runtime/parser/node/ASTGENode
org/apache/velocity/runtime/parser/node/ASTGTNode
org/apache/velocity/runtime/parser/node/ASTIdentifier
org/apache/velocity/runtime/parser/node/ASTIfStatement
org/apache/velocity/runtime/parser/node/ASTIncludeStatement
org/apache/velocity/runtime/parser/node/ASTIntegerLiteral
org/apache/velocity/runtime/parser/node/ASTIntegerRange
org/apache/velocity/runtime/parser/node/ASTLENode
org/apache/velocity/runtime/parser/node/ASTLTNode
org/apache/velocity/runtime/parser/node/ASTMap
org/apache/velocity/runtime/parser/node/ASTMethod
org/apache/velocity/runtime/parser/node/ASTModNode
org/apache/velocity/runtime/parser/node/ASTMulNode
org/apache/velocity/runtime/parser/node/ASTNENode
org/apache/velocity/runtime/parser/node/ASTNotNode
org/apache/velocity/runtime/parser/node/ASTObjectArray
org/apache/velocity/runtime/parser/node/ASTOrNode
org/apache/velocity/runtime/parser/node/ASTParameters
org/apache/velocity/runtime/parser/node/ASTReference
org/apache/velocity/runtime/parser/node/ASTSetDirective
org/apache/velocity/runtime/parser/node/ASTStop
org/apache/velocity/runtime/parser/node/ASTStringLiteral
org/apache/velocity/runtime/parser/node/ASTSubtractNode
org/apache/velocity/runtime/parser/node/ASTText
org/apache/velocity/runtime/parser/node/ASTTrue
org/apache/velocity/runtime/parser/node/ASTVariable
org/apache/velocity/runtime/parser/node/ASTWord
org/apache/velocity/runtime/parser/node/ASTprocess
org/apache/velocity/runtime/parser/node/AbstractExecutor
org/apache/velocity/runtime/parser/node/BooleanPropertyExecutor
org/apache/velocity/runtime/parser/node/GetExecutor
org/apache/velocity/runtime/parser/node/MapGetExecutor
org/apache/velocity/runtime/parser/node/MapSetExecutor
org/apache/velocity/runtime/parser/node/MathUtils
org/apache/velocity/runtime/parser/node/Node
org/apache/velocity/runtime/parser/node/NodeUtils
org/apache/velocity/runtime/parser/node/PropertyExecutor
org/apache/velocity/runtime/parser/node/PutExecutor
org/apache/velocity/runtime/parser/node/SetExecutor
org/apache/velocity/runtime/parser/node/SetPropertyExecutor
org/apache/velocity/runtime/parser/node/SimpleNode
org/apache/velocity/runtime/resource/ContentResource
org/apache/velocity/runtime/resource/Resource
org/apache/velocity/runtime/resource/ResourceCache
org/apache/velocity/runtime/resource/ResourceCacheImpl
org/apache/velocity/runtime/resource/ResourceFactory
org/apache/velocity/runtime/resource/ResourceManager
org/apache/velocity/runtime/resource/ResourceManagerImpl
org/apache/velocity/runtime/resource/loader/ClasspathResourceLoader
org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader
org/apache/velocity/runtime/resource/loader/FileResourceLoader
org/apache/velocity/runtime/resource/loader/JarHolder
org/apache/velocity/runtime/resource/loader/JarResourceLoader
org/apache/velocity/runtime/resource/loader/ResourceLoader
org/apache/velocity/runtime/resource/loader/ResourceLoaderFactory
org/apache/velocity/runtime/resource/loader/StringResourceLoader
org/apache/velocity/runtime/resource/loader/URLResourceLoader
org/apache/velocity/runtime/resource/util/StringResource
org/apache/velocity/runtime/resource/util/StringResourceRepository
org/apache/velocity/runtime/resource/util/StringResourceRepositoryImpl
org/apache/velocity/runtime/visitor/BaseVisitor
org/apache/velocity/runtime/visitor/NodeViewMode
org/apache/velocity/runtime/visitor/VMReferenceMungeVisitor
org/apache/velocity/servlet/VelocityServlet
org/apache/velocity/texen/Generator
org/apache/velocity/texen/ant/TexenTask
org/apache/velocity/texen/util/FileUtil
org/apache/velocity/texen/util/PropertiesUtil
org/apache/velocity/util/ArrayIterator
org/apache/velocity/util/ClassUtils
org/apache/velocity/util/ContextAware
org/apache/velocity/util/EnumerationIterator
org/apache/velocity/util/ExceptionUtils
org/apache/velocity/util/RuntimeServicesAware
org/apache/velocity/util/SimplePool
org/apache/velocity/util/StringUtils
org/apache/velocity/util/TemplateNumber
org/apache/velocity/util/introspection/ClassMap
org/apache/velocity/util/introspection/Info
org/apache/velocity/util/introspection/IntrospectionCacheData
org/apache/velocity/util/introspection/Introspector
org/apache/velocity/util/introspection/IntrospectorBase
org/apache/velocity/util/introspection/IntrospectorCache
org/apache/velocity/util/introspection/IntrospectorCacheImpl
org/apache/velocity/util/introspection/IntrospectorCacheListener
org/apache/velocity/util/introspection/MethodMap
org/apache/velocity/util/introspection/SecureIntrospectorControl
org/apache/velocity/util/introspection/SecureIntrospectorImpl
org/apache/velocity/util/introspection/SecureUberspector
org/apache/velocity/util/introspection/Uberspect
org/apache/velocity/util/introspection/UberspectImpl
org/apache/velocity/util/introspection/UberspectLoggable
org/apache/velocity/util/introspection/VelMethod
org/apache/velocity/util/introspection/VelPropertyGet
org/apache/velocity/util/introspection/VelPropertySet
org/apache/commons/collections/BoundedMap
org/apache/commons/collections/ExtendedProperties
org/apache/commons/collections/IterableMap
org/apache/commons/collections/KeyValue
org/apache/commons/collections/MapIterator
org/apache/commons/collections/OrderedIterator
org/apache/commons/collections/OrderedMap
org/apache/commons/collections/OrderedMapIterator
org/apache/commons/collections/ResettableIterator
org/apache/commons/collections/iterators/AbstractEmptyIterator
org/apache/commons/collections/iterators/EmptyIterator
org/apache/commons/collections/iterators/EmptyMapIterator
org/apache/commons/collections/iterators/EmptyOrderedIterator
org/apache/commons/collections/iterators/EmptyOrderedMapIterator
org/apache/commons/collections/map/AbstractHashedMap
org/apache/commons/collections/map/AbstractLinkedMap
org/apache/commons/collections/map/LRUMap
org/apache/commons/lang/ArrayUtils
org/apache/commons/lang/BitField
org/apache/commons/lang/BooleanUtils
org/apache/commons/lang/CharEncoding
org/apache/commons/lang/CharRange
org/apache/commons/lang/CharSet
org/apache/commons/lang/CharSetUtils
org/apache/commons/lang/CharUtils
org/apache/commons/lang/ClassUtils
org/apache/commons/lang/Entities
org/apache/commons/lang/IllegalClassException
org/apache/commons/lang/IncompleteArgumentException
org/apache/commons/lang/IntHashMap
org/apache/commons/lang/NotImplementedException
org/apache/commons/lang/NullArgumentException
org/apache/commons/lang/NumberRange
org/apache/commons/lang/NumberUtils
org/apache/commons/lang/ObjectUtils
org/apache/commons/lang/RandomStringUtils
org/apache/commons/lang/SerializationException
org/apache/commons/lang/SerializationUtils
org/apache/commons/lang/StringEscapeUtils
org/apache/commons/lang/StringPrintWriter
org/apache/commons/lang/StringUtils
org/apache/commons/lang/SystemUtils
org/apache/commons/lang/UnhandledException
org/apache/commons/lang/Validate
org/apache/commons/lang/WordUtils
org/apache/commons/lang/builder/CompareToBuilder
org/apache/commons/lang/builder/EqualsBuilder
org/apache/commons/lang/builder/HashCodeBuilder
org/apache/commons/lang/builder/ReflectionToStringBuilder
org/apache/commons/lang/builder/StandardToStringStyle
org/apache/commons/lang/builder/ToStringBuilder
org/apache/commons/lang/builder/ToStringStyle
org/apache/commons/lang/enum/Enum
org/apache/commons/lang/enum/EnumUtils
org/apache/commons/lang/enum/ValuedEnum
org/apache/commons/lang/enums/Enum
org/apache/commons/lang/enums/EnumUtils
org/apache/commons/lang/enums/ValuedEnum
org/apache/commons/lang/exception/ExceptionUtils
org/apache/commons/lang/exception/Nestable
org/apache/commons/lang/exception/NestableDelegate
org/apache/commons/lang/exception/NestableError
org/apache/commons/lang/exception/NestableException
org/apache/commons/lang/exception/NestableRuntimeException
org/apache/commons/lang/math/DoubleRange
org/apache/commons/lang/math/FloatRange
org/apache/commons/lang/math/Fraction
org/apache/commons/lang/math/IntRange
org/apache/commons/lang/math/JVMRandom
org/apache/commons/lang/math/LongRange
org/apache/commons/lang/math/NumberRange
org/apache/commons/lang/math/NumberUtils
org/apache/commons/lang/math/RandomUtils
org/apache/commons/lang/math/Range
org/apache/commons/lang/mutable/Mutable
org/apache/commons/lang/mutable/MutableByte
org/apache/commons/lang/mutable/MutableDouble
org/apache/commons/lang/mutable/MutableFloat
org/apache/commons/lang/mutable/MutableInt
org/apache/commons/lang/mutable/MutableLong
org/apache/commons/lang/mutable/MutableObject
org/apache/commons/lang/mutable/MutableShort
org/apache/commons/lang/time/DateFormatUtils
org/apache/commons/lang/time/DateUtils
org/apache/commons/lang/time/DurationFormatUtils
org/apache/commons/lang/time/FastDateFormat
org/apache/commons/lang/time/StopWatch
org/apache/oro/io/AwkFilenameFilter
org/apache/oro/io/GlobFilenameFilter
org/apache/oro/io/Perl5FilenameFilter
org/apache/oro/io/RegexFilenameFilter
org/apache/oro/text/DefaultMatchAction
org/apache/oro/text/GenericPatternCache
org/apache/oro/text/GlobCompiler
org/apache/oro/text/MalformedCachePatternException
org/apache/oro/text/MatchAction
org/apache/oro/text/MatchActionInfo
org/apache/oro/text/MatchActionProcessor
org/apache/oro/text/PatternCache
org/apache/oro/text/PatternCacheFIFO
org/apache/oro/text/PatternCacheFIFO2
org/apache/oro/text/PatternCacheLRU
org/apache/oro/text/PatternCacheRandom
org/apache/oro/text/awk/AwkCompiler
org/apache/oro/text/awk/AwkMatchResult
org/apache/oro/text/awk/AwkMatcher
org/apache/oro/text/awk/AwkPattern
org/apache/oro/text/awk/AwkStreamInput
org/apache/oro/text/awk/CatNode
org/apache/oro/text/awk/CharacterClassNode
org/apache/oro/text/awk/DFAState
org/apache/oro/text/awk/EpsilonNode
org/apache/oro/text/awk/LeafNode
org/apache/oro/text/awk/NegativeCharacterClassNode
org/apache/oro/text/awk/OrNode
org/apache/oro/text/awk/PlusNode
org/apache/oro/text/awk/QuestionNode
org/apache/oro/text/awk/StarNode
org/apache/oro/text/awk/SyntaxNode
org/apache/oro/text/awk/SyntaxTree
org/apache/oro/text/awk/TokenNode
org/apache/oro/text/perl/MalformedPerl5PatternException
org/apache/oro/text/perl/ParsedSubstitutionEntry
org/apache/oro/text/perl/Perl5Util
org/apache/oro/text/regex/CharStringPointer
org/apache/oro/text/regex/MalformedPatternException
org/apache/oro/text/regex/MatchResult
org/apache/oro/text/regex/OpCode
org/apache/oro/text/regex/Pattern
org/apache/oro/text/regex/PatternCompiler
org/apache/oro/text/regex/PatternMatcher
org/apache/oro/text/regex/PatternMatcherInput
org/apache/oro/text/regex/Perl5Compiler
org/apache/oro/text/regex/Perl5Debug
org/apache/oro/text/regex/Perl5MatchResult
org/apache/oro/text/regex/Perl5Matcher
org/apache/oro/text/regex/Perl5Pattern
org/apache/oro/text/regex/Perl5Repetition
org/apache/oro/text/regex/Perl5Substitution
org/apache/oro/text/regex/StringSubstitution
org/apache/oro/text/regex/Substitution
org/apache/oro/text/regex/Util
org/apache/oro/util/Cache
org/apache/oro/util/CacheFIFO
org/apache/oro/util/CacheFIFO2
org/apache/oro/util/CacheLRU
org/apache/oro/util/CacheRandom
org/apache/oro/util/GenericCache
org/apache/oro/util/GenericCacheEntry

Context Help

That's a tool for searching and browsing maven repositories.

You can search for classes, group id's and artifact id's.

The Vision of this portal is more transparence and visualisation of open source components.

Next phases are referencing of java docs and visualization of the component Architectures.

Social bookmarks


Seite bei del.icio.us speichern Seite bei Mister Wong speichern Seite bei Linkarena speichern Seite bei Google speichern Seite bei Yigg vorschlagen

Syndication

Subsribe our RSS Feed.

Technology Blog

Find articles about Java technologies.

Onlinemarketing and SEO