j

jerry

Jerry allows you to intercept (define a before and after callback) the main Renderer methods like decode, encodeBegin, encodeChildren, encodeEnd and getConvertedValue.
https://github.com/atbashEE/jsf-renderer-extensions
The Apache Software License, Version 2.0
Rudy De Busscher
Files download
File Operation
jerry-0.9.0.3.jar download
jerry-0.9.0.3.pom download
jerry-0.9.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>be.atbash.ee.jsf</groupId>
  <artifactId>jerry</artifactId>
  <version>0.9.0.3</version>
</dependency>
Gradle Groovy
implementation 'be.atbash.ee.jsf:jerry:0.9.0.3'
Gradle Kotlin
implementation("be.atbash.ee.jsf:jerry:0.9.0.3")
Scala SBT
libraryDependencies += "be.atbash.ee.jsf" % "jerry" % "0.9.0.3"
Groovy Grape
@Grapes(
  @Grab(group='be.atbash.ee.jsf', module='jerry', version='0.9.0.3')
)
Apache Ivy
<dependency org="be.atbash.ee.jsf" name="jerry" rev="0.9.0.3" />
Leiningen
[be.atbash.ee.jsf/jerry "0.9.0.3"]
Apache Buildr
'be.atbash.ee.jsf:jerry:jar:0.9.0.3'