Up
Authors
- Manuel Guesdon (
mguesdon@orange-concept.com)
-
Date: Generated at 2025-12-01
Copyright: (C) 1999-2004 Free Software Foundation, Inc.
- Declared in:
- WebObjects/GSWResourceManager.h
- Conforms to:
- NSLocking
Availability: OpenStep
Description forthcoming.
+ (
NSString*)
GSLanguageFromISOLanguage: (
NSString*)ISOLanguage;
Availability: OpenStep
Description forthcoming.
+ (
NSArray*)
GSLanguagesFromISOLanguages: (
NSArray*)ISOlanguages;
Availability: OpenStep
Description forthcoming.
+ (
NSString*)
ISOLanguageFromGSLanguage: (
NSString*)GSLanguage;
Availability: OpenStep
Description forthcoming.
+ (
NSArray*)
ISOLanguagesFromGSLanguages: (
NSArray*)GSlanguages;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
_absolutePathForJavaClassPath: (
NSString*)path;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (
GSWDeployedBundle*)
_appProjectBundle;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (void)
_cacheData: (
GSWURLValuedElementData*)aData;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (
GSWURLValuedElementData*)
_cachedDataForKey: (
NSString*)key;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (BOOL)
_doesRequireJavaVirualMachine;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (
NSArray*)
_frameworkClassPaths;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (
GSWImageInfo*)
_imageInfoForUrl: (
NSString*)resourceURL
fileName: (
NSString*)filename
framework: (
NSString*)frameworkName
languages: (
NSArray*)languages;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (
NSString*)
contentTypeForResourcePath: (
NSString*)path;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
errorMessageUrlForResourceNamed: (
NSString*)resourceName
inFramework: (
NSString*)frameworkName;
Availability: OpenStep
Description forthcoming.
- (void)
flushDataCache;
Availability: OpenStep
Description forthcoming.
- (void)
lock;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
pathForResourceNamed: (
NSString*)name
inFramework: (
NSString*)frameworkName;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
pathForResourceNamed: (
NSString*)name
inFramework: (
NSString*)frameworkName
language: (
NSString*)language;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
pathForResourceNamed: (
NSString*)name
inFramework: (
NSString*)frameworkName
languages: (
NSArray*)languages;
Availability: OpenStep
Description forthcoming.
- (void)
removeDataForKey: (
NSString*)key
session: (
GSWSession*)session;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
stringForKey: (
NSString*)key
inTableNamed: (
NSString*)tableName
withDefaultValue: (
NSString*)defaultValue
inFramework: (
NSString*)frameworkName
languages: (
NSArray*)languages;
Availability: OpenStep
Description forthcoming.
- (void)
unlock;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
urlForResourceNamed: (
NSString*)name
inFramework: (
NSString*)frameworkName;
Availability: OpenStep
Description forthcoming.
NSDictionary* globalMime;
Availability: OpenStep
Description forthcoming.
Up