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

net.sf.nakeduml.seamgeneration.jsf.component.IJsfComponentBuilder Maven / Gradle / Ivy

The newest version!
package net.sf.nakeduml.seamgeneration.jsf.component;

import org.jboss.seam.ui.component.html.HtmlFragment;

public interface IJsfComponentBuilder {
	HtmlFragment createUIComponent();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy