|
WebObjects 5.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSBundle | |
com.webobjects.directtoweb | Provides the framework for rapid development of HTML-based WebObjects applications. |
com.webobjects.foundation | Provides a set of robust and mature core classes, including utility, collection, key-value coding, time and date, notification, and debug logging classes. |
Uses of NSBundle in com.webobjects.directtoweb |
Methods in com.webobjects.directtoweb with parameters of type NSBundle | |
static String |
D2WModel.nameFromFrameworkBundle(NSBundle bundle)
Gets the name of the specified framework bundle. |
Uses of NSBundle in com.webobjects.foundation |
Methods in com.webobjects.foundation that return NSBundle | |
static NSBundle |
NSBundle.bundleForClass(Class aClass)
Gets the NSBundle that contains the class aClass . |
static NSBundle |
NSBundle.bundleForName(String aName)
Gets the NSBundle with the specified name aName . |
static NSBundle |
NSBundle.bundleWithPath(String aPath)
Deprecated. To access a bundle that was loaded when the application started, use bundleForName or bundleForClass instead |
static NSBundle |
NSBundle.mainBundle()
Gets the application's main bundle. |
|
Last updated Fri Feb 21 13:15:00 PST 2003. | |||||||||
PREV NEXT | FRAMES NO FRAMES |