| License |
License |
|---|---|
| Categories |
CategoriesJakarta Server Faces Jakarta EE The Web Tier |
| GroupId | GroupIdbe.atbash.ee.jsf |
| ArtifactId | ArtifactIdjerry |
| Version | Version0.9.0.3 |
| Type | Typejar |
| Description |
DescriptionThe interceptor for the JSF Renderer
Jerry allows you to intercept (define a before and after callback) the main Renderer methods like decode,
encodeBegin, encodeChildren, encodeEnd and getConvertedValue.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jerry-0.9.0.3.pom | |
| jerry-0.9.0.3.jar | 36 KB |
| jerry-0.9.0.3-sources.jar | 35 KB |
| jerry-0.9.0.3-javadoc.jar | 201 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/be.atbash.ee.jsf/jerry/ -->
<dependency>
<groupId>be.atbash.ee.jsf</groupId>
<artifactId>jerry</artifactId>
<version>0.9.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/be.atbash.ee.jsf/jerry/
implementation 'be.atbash.ee.jsf:jerry:0.9.0.3'
// https://jarcasting.com/artifacts/be.atbash.ee.jsf/jerry/
implementation ("be.atbash.ee.jsf:jerry:0.9.0.3")
'be.atbash.ee.jsf:jerry:jar:0.9.0.3'
<dependency org="be.atbash.ee.jsf" name="jerry" rev="0.9.0.3">
<artifact name="jerry" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.atbash.ee.jsf', module='jerry', version='0.9.0.3')
)
libraryDependencies += "be.atbash.ee.jsf" % "jerry" % "0.9.0.3"
[be.atbash.ee.jsf/jerry "0.9.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| be.atbash.config : atbash-config | jar | 0.9.3 |
| be.atbash.utils : utils-jsf | jar | 0.9.3.1 |
| be.atbash.utils : utils-se | jar | 0.9.3.1 |
| be.atbash.utils : utils-cdi | jar | 0.9.3.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.sun.faces : jsf-api | jar | 2.2.15 |
| javax.enterprise : cdi-api | jar | 1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| be.atbash.config : atbash-config-test | jar | 0.9.3 |
| junit : junit | jar | 4.11 |
| org.mockito : mockito-core | jar | 1.9.5 |
| be.atbash.utils : utils-se | jar | 0.9.3.1 |
| be.atbash.utils : utils-cdi | jar | 0.9.3.1 |
| org.assertj : assertj-core | jar | 1.7.0 |