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

org.apache.tiles.portlet.context.wildcard
Class WildcardPortletTilesApplicationContextTest.MockClassLoader

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

public class WildcardPortletTilesApplicationContextTest.MockClassLoader
extends ClassLoader

An mock class loader.


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

WildcardPortletTilesApplicationContextTest.MockClassLoader

public WildcardPortletTilesApplicationContextTest.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.