| Return the best class loader to use for loading resources.
This is normally the thread context class loader but can
overridden using
ClassLoaderFinder.setCustomClassLoader . At design-time, if
no custom class loader has been set, an attempt will be made to
load the class loader stored in the servlet or portlet context
attribute com.sun.rave.project.classloader
Parameters: fallbackClass - If there is no context class loader, fallback to using the class loader for the given object A ClassLoader to use for loading resources |