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

com.sun.facelets.impl.ResourceResolver Maven / Gradle / Ivy

Go to download

Facelets is an open source alternative view handler technology for JavaServer Faces (JSF).

The newest version!
package com.sun.facelets.impl;

import java.net.URL;

public interface ResourceResolver {
    public URL resolveUrl(String path);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy