Up

GSWeb: Class GSWResourceManager

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.6

Date: 2004/05/06 13:57:00

Copyright: (C) 1999-2003 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the GSWResourceManager class
  2. Software documentation for the GSWResourceManager(GSWResourceManagerA) category
  3. Software documentation for the GSWResourceManager(GSWResourceManagerB) category
  4. Software documentation for the GSWResourceManager(GSWResourceManagerClassA) category
  5. Software documentation for the GSWResourceManager(GSWResourceManagerOldFn) category
  6. Software documentation for the GSWResourceManager(GSWURLValuedElementsDataCaching) category

Software documentation for the GSWResourceManager class

GSWResourceManager : NSObject

Declared in:
Foundation/GSWResourceManager.h
Conforms to:
NSLocking
Standards:

Description forthcoming.

Method summary

_initFrameworkProjectBundles 

- (void) _initFrameworkProjectBundles;

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.


cachedBundleForFrameworkNamed: 

- (GSWDeployedBundle*) cachedBundleForFrameworkNamed: (NSString*)aFrameworkName;

GSWeb specific Returns the bundle for framework named aFrameworkName or application bundle if none is found


lock 

- (void) lock;

Description forthcoming.


lockedCachedBundleForFrameworkNamed: 

- (GSWDeployedBundle*) lockedCachedBundleForFrameworkNamed: (NSString*)name;

Returns the bundle for framework named aFrameworkName or application bundle if none is found


lockedCachedStringForKey: inTableNamed: inFramework: language: 

- (NSString*) lockedCachedStringForKey: (NSString*)key inTableNamed: (NSString*)tableName inFramework: (NSString*)frameworkName language: (NSString*)language;

Description forthcoming.


lockedCachedStringsTableArrayWithName: inFramework: language: 

- (NSArray*) lockedCachedStringsTableArrayWithName: (NSString*)tableName inFramework: (NSString*)frameworkName language: (NSString*)language;

Description forthcoming.


lockedCachedStringsTableWithName: inFramework: language: 

- (NSDictionary*) lockedCachedStringsTableWithName: (NSString*)tableName inFramework: (NSString*)frameworkName language: (NSString*)language;

Description forthcoming.


lockedCachedURLForResourceNamed: inFramework: languages: 

- (NSString*) lockedCachedURLForResourceNamed: (NSString*)name inFramework: (NSString*)frameworkName languages: (NSArray*)languages;

Description forthcoming.


lockedPathForResourceNamed: inFramework: languages: 

- (NSString*) lockedPathForResourceNamed: (NSString*)name inFramework: (NSString*)frameworkName languages: (NSArray*)languages;

Description forthcoming.


lockedStringForKey: inTableNamed: inFramework: languages: 

- (NSString*) lockedStringForKey: (NSString*)key inTableNamed: (NSString*)tableName inFramework: (NSString*)framework languages: (NSArray*)languages;

Description forthcoming.


lockedStringsTableArrayNamed: inFramework: languages: 

- (NSArray*) lockedStringsTableArrayNamed: (NSString*)tableName inFramework: (NSString*)framework languages: (NSArray*)languages;

Description forthcoming.


lockedStringsTableArrayWithName: inFramework: language: 

- (NSArray*) lockedStringsTableArrayWithName: (NSString*)tableName inFramework: (NSString*)frameworkName language: (NSString*)language;

Description forthcoming.


lockedStringsTableNamed: inFramework: languages: 

- (NSDictionary*) lockedStringsTableNamed: (NSString*)tableName inFramework: (NSString*)framework languages: (NSArray*)languages;

Description forthcoming.


lockedStringsTableWithName: inFramework: language: 

- (NSDictionary*) lockedStringsTableWithName: (NSString*)tableName inFramework: (NSString*)frameworkName language: (NSString*)language;

Description forthcoming.


lockedUrlForResourceNamed: inFramework: languages: request: 

- (NSString*) lockedUrlForResourceNamed: (NSString*)name inFramework: (NSString*)frameworkName languages: (NSArray*)languages_ request: (GSWRequest*)request;

Description forthcoming.


pathForResourceNamed: inFramework: languages: 

- (NSString*) pathForResourceNamed: (NSString*)name inFramework: (NSString*)frameworkName languages: (NSArray*)languages;

Description forthcoming.


stringForKey: inTableNamed: withDefaultValue: inFramework: languages: 

- (NSString*) stringForKey: (NSString*)key_ inTableNamed: (NSString*)tableName withDefaultValue: (NSString*)defaultValue_ inFramework: (NSString*)frameworkName languages: (NSArray*)languages;

Description forthcoming.


stringsTableArrayNamed: inFramework: languages: 

- (NSArray*) stringsTableArrayNamed: (NSString*)tableName inFramework: (NSString*)frameworkName languages: (NSArray*)languages;

Description forthcoming.


stringsTableNamed: inFramework: languages: 

- (NSDictionary*) stringsTableNamed: (NSString*)tableName inFramework: (NSString*)frameworkName languages: (NSArray*)languages;

Description forthcoming.


unlock 

- (void) unlock;

Description forthcoming.


urlForResourceNamed: inFramework: languages: request: 

- (NSString*) urlForResourceNamed: (NSString*)name inFramework: (NSString*)frameworkName languages: (NSArray*)languages request: (GSWRequest*)request;

Description forthcoming.


Software documentation for the GSWResourceManager(GSWResourceManagerA) category

GSWResourceManager(GSWResourceManagerA)

Declared in:
Foundation/GSWResourceManager.h
Standards:

Description forthcoming.

Method summary

_absolutePathForJavaClassPath: 

- (NSString*) _absolutePathForJavaClassPath: (NSString*)path;

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.


_allFrameworkProjectBundles 

- (NSArray*) _allFrameworkProjectBundles;

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.


_appProjectBundle 

- (GSWDeployedBundle*) _appProjectBundle;

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.


_cachedDataForKey: 

- (GSWURLValuedElementData*) _cachedDataForKey: (NSString*)key;

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.


_doesRequireJavaVirualMachine 

- (BOOL) _doesRequireJavaVirualMachine;

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.


_frameworkClassPaths 

- (NSArray*) _frameworkClassPaths;

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.


contentTypeForResourcePath: 

- (NSString*) contentTypeForResourcePath: (NSString*)path;

Description forthcoming.


lockedCacheData: 

- (void) lockedCacheData: (GSWURLValuedElementData*)data;

Description forthcoming.


lockedPathForResourceNamed: inFramework: language: 

- (NSString*) lockedPathForResourceNamed: (NSString*)name inFramework: (NSString*)frameworkName language: (NSString*)language;

Description forthcoming.


lockedRemoveDataForKey: 

- (void) lockedRemoveDataForKey: (NSString*)key;

Description forthcoming.


pathForResourceNamed: inFramework: language: 

- (NSString*) pathForResourceNamed: (NSString*)name inFramework: (NSString*)frameworkName language: (NSString*)language;

Description forthcoming.


Software documentation for the GSWResourceManager(GSWResourceManagerB) category

GSWResourceManager(GSWResourceManagerB)

Declared in:
Foundation/GSWResourceManager.h
Standards:

Description forthcoming.

Method summary

_validateAPI 

- (void) _validateAPI;

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.


Software documentation for the GSWResourceManager(GSWResourceManagerClassA) category

GSWResourceManager(GSWResourceManagerClassA)

Declared in:
Foundation/GSWResourceManager.h
Standards:

Description forthcoming.

Method summary

GSLanguageFromISOLanguage: 

+ (NSString*) GSLanguageFromISOLanguage: (NSString*)ISOLanguage;

Description forthcoming.


GSLanguagesFromISOLanguages: 

+ (NSArray*) GSLanguagesFromISOLanguages: (NSArray*)ISOlanguages;

Description forthcoming.


ISOLanguageFromGSLanguage: 

+ (NSString*) ISOLanguageFromGSLanguage: (NSString*)GSLanguage;

Description forthcoming.


ISOLanguagesFromGSLanguages: 

+ (NSArray*) ISOLanguagesFromGSLanguages: (NSArray*)GSlanguages;

Description forthcoming.


_applicationGSWBundle 

+ (GSWBundle*) _applicationGSWBundle;

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.


Software documentation for the GSWResourceManager(GSWResourceManagerOldFn) category

GSWResourceManager(GSWResourceManagerOldFn)

Declared in:
Foundation/GSWResourceManager.h
Standards:

Description forthcoming.

Method summary

pathForResourceNamed: inFramework: 

- (NSString*) pathForResourceNamed: (NSString*)name inFramework: (NSString*)frameworkName;

Description forthcoming.


urlForResourceNamed: inFramework: 

- (NSString*) urlForResourceNamed: (NSString*)name inFramework: (NSString*)frameworkName;

Description forthcoming.


Software documentation for the GSWResourceManager(GSWURLValuedElementsDataCaching) category

GSWResourceManager(GSWURLValuedElementsDataCaching)

Declared in:
Foundation/GSWResourceManager.h
Standards:

Description forthcoming.

Method summary

flushDataCache 

- (void) flushDataCache;

Description forthcoming.


removeDataForKey: session: 

- (void) removeDataForKey: (NSString*)key session: (GSWSession*)session;

Description forthcoming.


setData: forKey: mimeType: session: 

- (void) setData: (NSData*)data forKey: (NSString*)key mimeType: (NSString*)type session: (GSWSession*)session;

Description forthcoming.


setURLValuedElementData: 

- (void) setURLValuedElementData: (GSWURLValuedElementData*)data;

Description forthcoming.



Up