ariba.ui.aribaweb.util
Class AWClassLoader.PairedFileLoader
java.lang.Object
ariba.ui.aribaweb.util.AWClassLoader
ariba.ui.aribaweb.util.AWClassLoader.PairedFileLoader
- Enclosing class:
- AWClassLoader
public abstract static class AWClassLoader.PairedFileLoader
- extends AWClassLoader
Loader subclass for loaders that look for a source file sitting alongside the awl
AWClassLoader.PairedFileLoader
public AWClassLoader.PairedFileLoader()
getClass
public Class getClass(String className)
throws ClassNotFoundException
- Description copied from class:
AWClassLoader
- Load class.
- Overrides:
getClass in class AWClassLoader
- Returns:
- null if the class is not found, the class (or a
suitable subclass) otherwise
- Throws:
ClassNotFoundException
isReloadable
public boolean isReloadable(String className)
- Overrides:
isReloadable in class AWClassLoader
- Returns:
- true if the class might be reloaded, so should not be cached.
checkReloadClass
public Class checkReloadClass(Class cls)
- Overrides:
checkReloadClass in class AWClassLoader
checkForUpdates
public void checkForUpdates()
- Description copied from class:
AWClassLoader
- For class loaders that support reloading non-AWComponent classes, this is a
trigger point to scan previously loaded files to see if any should be reloaded
(e.g. scanning .class files in the build directory)
- Overrides:
checkForUpdates in class AWClassLoader
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.