net.java.dev.weblets.util.IFacesWebletUtils Maven / Gradle / Ivy
package net.java.dev.weblets.util;
import javax.faces.context.FacesContext;
/**
* @author Werner Punz Date: 30.12.2007
*
* Generic contractual interface for the weblet util
*/
public interface IFacesWebletUtils {
public String getResource(FacesContext context, String weblet, String pathInfo, boolean fullUrl);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy