Uses of Class
com.sun.faces.facelets.util.Classpath.SearchAdvice
-
Packages that use Classpath.SearchAdvice Package Description com.sun.faces.facelets.util -
-
Uses of Classpath.SearchAdvice in com.sun.faces.facelets.util
Methods in com.sun.faces.facelets.util that return Classpath.SearchAdvice Modifier and Type Method Description static Classpath.SearchAdviceClasspath.SearchAdvice. valueOf(String name)Returns the enum constant of this type with the specified name.static Classpath.SearchAdvice[]Classpath.SearchAdvice. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.faces.facelets.util with parameters of type Classpath.SearchAdvice Modifier and Type Method Description static URL[]Classpath. search(ClassLoader cl, String prefix, String suffix, Classpath.SearchAdvice advice)
-