er.extensions.appserver
Class ERXApplication.Loader
java.lang.Object
er.extensions.appserver.ERXApplication.Loader
- Enclosing class:
- ERXApplication
public static class ERXApplication.Loader
- extends Object
Responsible for classpath munging.
- Author:
- ak
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ERXApplication.Loader
public ERXApplication.Loader(String[] argv)
- Called prior to actually initializing the app. Defines framework load
order, class path order, checks patches etc.
didLoad
public boolean didLoad()
bundleDidLoad
public void bundleDidLoad(NSNotification n)
- Will be called after each bundle load. We use it to know when the last
bundle loaded so we can post a notification for it. Note that the bundles
will get loaded in the order of the classpath but the main bundle will
get loaded last. So in order to set the properties correctly, we first
add all the props that are not already set, then we add the main bundle
and the WebObjects.properties and finally the command line props.
- Parameters:
n -
Copyright © 2002 – 2007 Project Wonder.