1 5 package org.exoplatform.faces.core.component.model; 6 7 import java.util.ResourceBundle ; 8 import java.io.IOException ; 9 import javax.faces.context.ResponseWriter ; 10 import org.exoplatform.faces.core.component.UIGrid; 11 12 18 public interface HtmlFragment { 19 public void render(ResponseWriter w, ResourceBundle res, UIGrid uiParent) throws IOException ; 20 } 21 | Popular Tags |