Generated by
JDiff

Class com.webobjects.appserver.WOApplication

Added Methods
void primeApplication(String, URL, String) This is used when calling into WebObjects programmatically (typically to use responseForComponentWithName) rather than running a WebObjects application standalone.
 

Changed Methods
void primeApplication(String, String) Now deprecated.
use primeApplication(String, URL, String) instead.