
org.jboss.test.faces.writer.URIAttribute Maven / Gradle / Ivy
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