Registry / utility / commons-jelly-tags-velocity

commons-jelly-tags-velocity

JSON →
library1.0javamavenunverified

Jelly tag library for integrating Apache Velocity template engine.

<dependency> <groupId>commons-jelly</groupId> <artifactId>commons-jelly-tags-velocity</artifactId> <version>1.0</version> </dependency>
INSTALL
IMPORT
SIG · COMMONS-JELLY-TAGS
C
commons-jelly-tags-velocity
utilityjavav1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

VelocityTag
org.apache.commons.jelly.tags.velocity.VelocityTag

Basic usage of Velocity tag in Jelly.

import org.apache.commons.jelly.tags.velocity.VelocityTag; import org.apache.commons.jelly.JellyContext; VelocityTag tag = new VelocityTag(); tag.setContext(new JellyContext()); tag.setTemplate("Hello $name!"); tag.doTag();
Debug
Known issues
gotchaProject is unmaintained; last release in 2007.
fix
Consider using modern template engines like Thymeleaf or Freemarker.
affects: all
Upgrade
Version history
1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
commons-jelly-tags-velocity — mvn dependency:get commons-jelly-tags-velocity · libregistry