![JAR search and dependency download from the Maven repository](/logo.png)
org.jboss.test.faces.writer.URIAttribute Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsf-mockito Show documentation
Show all versions of jsf-mockito Show documentation
Uses Mockito to create mocked JavaServer Faces environment classes
The newest version!
package org.jboss.test.faces.writer;
public class URIAttribute extends Attribute {
public URIAttribute(String name, Object value, String componentAttribute) {
super(name, value, componentAttribute);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy