1 5 package org.exoplatform.portal.html; 6 7 import java.io.IOException ; 8 import java.util.ResourceBundle ; 9 import javax.faces.context.ResponseWriter ; 10 15 public interface PortalProviderRenderer { 16 public void renderTitle(ResponseWriter w, ResourceBundle res) throws IOException ; 17 public void renderMeta(ResponseWriter w, ResourceBundle res) throws IOException ; 18 public void renderLink(ResponseWriter w, ResourceBundle res) throws IOException ; 19 public void renderScript(ResponseWriter w, ResourceBundle res) throws IOException ; 20 } 21 | Popular Tags |