This project has retired. For details please refer to its Attic page.
WildcardServletTilesApplicationContextTest.MockClassLoader (Tiles 2 2.1.4 Test API)

org.apache.tiles.servlet.context.wildcard
Class WildcardServletTilesApplicationContextTest.MockClassLoader

Package class diagram package WildcardServletTilesApplicationContextTest.MockClassLoader
java.lang.Object
  extended by java.lang.ClassLoader
      extended by org.apache.tiles.servlet.context.wildcard.WildcardServletTilesApplicationContextTest.MockClassLoader
Enclosing class:
WildcardServletTilesApplicationContextTest

public class WildcardServletTilesApplicationContextTest.MockClassLoader
extends ClassLoader

An mock class loader.


Constructor Summary
WildcardServletTilesApplicationContextTest.MockClassLoader()
          Constructor.
 
Method Summary
 Enumeration<URL> findResources(String path)
          
 
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WildcardServletTilesApplicationContextTest.MockClassLoader

public WildcardServletTilesApplicationContextTest.MockClassLoader()
                                                           throws MalformedURLException
Constructor.

Throws:
MalformedURLException - If the URL is not valid (that should not happen).
Method Detail

findResources

public Enumeration<URL> findResources(String path)
                               throws IOException

Overrides:
findResources in class ClassLoader
Throws:
IOException


Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.