Java org.apache.wicket.application IClassResolver fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.application IClassResolver fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.application IClassResolver.

The text is from its open source code.

Implementation

org.apache.wicket.application.IClassResolver has the following implementations.
Click this link to see all its implementation.

Constructor

Method

IteratorgetResources(String name)
Tries to load all the resources by the name that is given.
ClassresolveClass(final String classname)
Resolves a class by name (which may or may not involve loading it; thus the name class *resolver* not *loader*).