Class Classpath
- java.lang.Object
- 
- org.apache.myfaces.view.facelets.util.Classpath
 
- 
 public final class Classpath extends Object - Version:
- $Id$
- Author:
- Jacob Hookom, Roland Huss, Ales Justin (ales.justin@jboss.org)
 
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static URL[]search(ClassLoader loader, String prefix, String suffix)static URL[]search(String prefix, String suffix)
 
- 
- 
- 
Method Detail- 
searchpublic static URL[] search(String prefix, String suffix) throws IOException - Throws:
- IOException
 
 - 
searchpublic static URL[] search(ClassLoader loader, String prefix, String suffix) throws IOException - Throws:
- IOException
 
 
- 
 
-