All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jboss.test.faces.writer.URIAttribute Maven / Gradle / Ivy

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