public abstract class AbstractClassResolver extends Object implements IClassResolver
IClassResolver which uses a ClassLoader for
resolving classes.org.apache.wicket.settings.IApplicationSettings#getClassResolver()| Constructor and Description |
|---|
AbstractClassResolver() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<URL> |
getResources(String name)
Tries to load all the resources by the name that is given.
|
Class<?> |
resolveClass(String className)
Resolves a class by name (which may or may not involve loading it; thus the name class
*resolver* not *loader*).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClassLoaderpublic final Class<?> resolveClass(String className) throws ClassNotFoundException
IClassResolverresolveClass in interface IClassResolverclassName - Fully qualified classname to findClassNotFoundExceptionpublic Iterator<URL> getResources(String name)
IClassResolvergetResources in interface IClassResolverCopyright © 2006–2014 Apache Software Foundation. All rights reserved.