Project Wonder 5.0

er.extensions.appserver
Class ERXApplication.Loader

java.lang.Object
  extended by er.extensions.appserver.ERXApplication.Loader
Enclosing class:
ERXApplication

public static class ERXApplication.Loader
extends java.lang.Object

Responsible for classpath munging.

Author:
ak

Constructor Summary
ERXApplication.Loader(java.lang.String[] argv)
          Called prior to actually initializing the app.
 
Method Summary
 void bundleDidLoad(com.webobjects.foundation.NSNotification n)
          Will be called after each bundle load.
 boolean didLoad()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ERXApplication.Loader

public ERXApplication.Loader(java.lang.String[] argv)
Called prior to actually initializing the app. Defines framework load order, class path order, checks patches etc.

Method Detail

didLoad

public boolean didLoad()

bundleDidLoad

public void bundleDidLoad(com.webobjects.foundation.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 -

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.