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

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

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

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

public interface IJsfLinkBuilder {
	HtmlFragment createUILink();
	AjaxActionComponent createComponent();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy