Class ClassPathResourceFinder

java.lang.Object
org.apache.wicket.core.util.resource.ClassPathResourceFinder
All Implemented Interfaces:
IResourceFinder

public class ClassPathResourceFinder extends Object implements IResourceFinder
An IResourceFinder that looks in a folder in the classpath.
Author:
Carl-Eric Menzel
  • Constructor Details

    • ClassPathResourceFinder

      Parameters:
      prefix - The path prefix. May be null or empty to look in the classpath root.
  • Method Details