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

org.apache.tiles.context.enhanced
Class EnhancedTilesApplicationContextTest.MockClassLoader

Package class diagram package EnhancedTilesApplicationContextTest.MockClassLoader
java.lang.Object
  extended by java.lang.ClassLoader
      extended by org.apache.tiles.context.enhanced.EnhancedTilesApplicationContextTest.MockClassLoader
Enclosing class:
EnhancedTilesApplicationContextTest

public class EnhancedTilesApplicationContextTest.MockClassLoader
extends ClassLoader

An mock class loader.


Constructor Summary
EnhancedTilesApplicationContextTest.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

EnhancedTilesApplicationContextTest.MockClassLoader

public EnhancedTilesApplicationContextTest.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)

Overrides:
findResources in class ClassLoader


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