Up

GSWeb: Class GSWApplication

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.20

Date: 2004/08/28 11:17:33

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


Contents -

  1. Software documentation for the GSWApplication class
  2. Software documentation for the GSWApplication(GSWAdaptorManagement) category
  3. Software documentation for the GSWApplication(GSWApplicationA) category
  4. Software documentation for the GSWApplication(GSWApplicationB) category
  5. Software documentation for the GSWApplication(GSWApplicationC) category
  6. Software documentation for the GSWApplication(GSWApplicationClassB) category
  7. Software documentation for the GSWApplication(GSWApplicationClassC) category
  8. Software documentation for the GSWApplication(GSWApplicationClassD) category
  9. Software documentation for the GSWApplication(GSWApplicationClassE) category
  10. Software documentation for the GSWApplication(GSWApplicationD) category
  11. Software documentation for the GSWApplication(GSWApplicationDefaults) category
  12. Software documentation for the GSWApplication(GSWApplicationE) category
  13. Software documentation for the GSWApplication(GSWApplicationF) category
  14. Software documentation for the GSWApplication(GSWApplicationG) category
  15. Software documentation for the GSWApplication(GSWApplicationI) category
  16. Software documentation for the GSWApplication(GSWApplicationInternals) category
  17. Software documentation for the GSWApplication(GSWApplicationJ) category
  18. Software documentation for the GSWApplication(GSWApplicationK) category
  19. Software documentation for the GSWApplication(GSWCacheManagement) category
  20. Software documentation for the GSWApplication(GSWConveniences) category
  21. Software documentation for the GSWApplication(GSWDebugging) category
  22. Software documentation for the GSWApplication(GSWDebuggingStatus) category
  23. Software documentation for the GSWApplication(GSWElementCreation) category
  24. Software documentation for the GSWApplication(GSWErrorHandling) category
  25. Software documentation for the GSWApplication(GSWHTMLTemplateParsingDebugging) category
  26. Software documentation for the GSWApplication(GSWLibrarySupport) category
  27. Software documentation for the GSWApplication(GSWPageManagement) category
  28. Software documentation for the GSWApplication(GSWRequestHandling) category
  29. Software documentation for the GSWApplication(GSWResourceManagerSupport) category
  30. Software documentation for the GSWApplication(GSWRunning) category
  31. Software documentation for the GSWApplication(GSWScriptedObjectSupport) category
  32. Software documentation for the GSWApplication(GSWSessionManagement) category
  33. Software documentation for the GSWApplication(GSWStatisticsSupport) category
  34. Software documentation for the GSWApplication(MonitorableApplication) category
  35. Software documentation for the GSWApplication(NDFN) category
  36. Software documentation for the GSWApplication(RequestDispatching) category
  37. Software documentation for the GSWApplication(UserDefaults) category

Software documentation for the GSWApplication class

GSWApplication : NSObject

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

Description forthcoming.


Instance Variables

Method summary

adaptorsDispatchRequestsConcurrently 

- (BOOL) adaptorsDispatchRequestsConcurrently;

Description forthcoming.


allowsConcurrentRequestHandling 

- (BOOL) allowsConcurrentRequestHandling;

Description forthcoming.


baseURL 

- (NSString*) baseURL;

Description forthcoming.


dealloc 

- (void) dealloc;

Description forthcoming.


description 

- (NSString*) description;

Description forthcoming.


init 

- (id) init;

Description forthcoming.


isConcurrentRequestHandlingEnabled 

- (BOOL) isConcurrentRequestHandlingEnabled;

Description forthcoming.


isRequestHandlingLocked 

- (BOOL) isRequestHandlingLocked;

Description forthcoming.


isTaskDaemon 

- (BOOL) isTaskDaemon;

Description forthcoming.


lock 

- (void) lock;

Description forthcoming.


lockRequestHandling 

- (void) lockRequestHandling;

Description forthcoming.


name 

- (NSString*) name;

Description forthcoming.


number 

- (NSString*) number;

Description forthcoming.


path 

- (NSString*) path;

Description forthcoming.


registerRequestHandlers 

- (void) registerRequestHandlers;

Description forthcoming.


setPageRefreshOnBacktrackEnabled: 

- (void) setPageRefreshOnBacktrackEnabled: (BOOL)flag;

Description forthcoming.


unlock 

- (void) unlock;

Description forthcoming.


unlockRequestHandling 

- (void) unlockRequestHandling;

Description forthcoming.




Instance Variables for GSWApplication Class

_activeSessionsCount

@public int _activeSessionsCount;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_activeSessionsCountLock

@public NSLock* _activeSessionsCountLock;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_adaptors

@protected NSArray* _adaptors;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_componentDefinitionCache

@protected GSWMultiKeyDictionary* _componentDefinitionCache;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_currentRunLoop

@public NSRunLoop* _currentRunLoop;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_defaultRequestHandler

@protected GSWRequestHandler* _defaultRequestHandler;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_dynamicLoadingEnabled

@public BOOL _dynamicLoadingEnabled;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_globalAutoreleasePool

@public NSAutoreleasePool* _globalAutoreleasePool;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_globalLock

@public NSLock* _globalLock;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_globalLock_thread_id

@public NSThread* _globalLock_thread_id;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_globalLockn

@public int _globalLockn;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_initialTimer

@public NSTimer* _initialTimer;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_instanceNumber

@protected NSString* _instanceNumber;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_isMTProtected

@public BOOL _isMTProtected;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_isMultiThreaded

@public BOOL _isMultiThreaded;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_isTracingAssignmentsEnabled

@public BOOL _isTracingAssignmentsEnabled;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_isTracingEnabled

@public BOOL _isTracingEnabled;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_isTracingObjectiveCMessagesEnabled

@public BOOL _isTracingObjectiveCMessagesEnabled;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_isTracingScriptedMessagesEnabled

@public BOOL _isTracingScriptedMessagesEnabled;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_isTracingStatementsEnabled

@public BOOL _isTracingStatementsEnabled;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_lastAccessDate

@protected NSDate* _lastAccessDate;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_lifebeatThread

@public GSWLifebeatThread* _lifebeatThread;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_minimumActiveSessionsCount

@public int _minimumActiveSessionsCount;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_pageCacheSize

@public unsigned int _pageCacheSize;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_pageRecreationEnabled

@public BOOL _pageRecreationEnabled;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_pageRefreshOnBacktrackEnabled

@public BOOL _pageRefreshOnBacktrackEnabled;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_permanentPageCacheSize

@public unsigned int _permanentPageCacheSize;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_printsHTMLParserDiagnostics

@public BOOL _printsHTMLParserDiagnostics;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_recorder

@public id _recorder;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_refuseThisRequest

@public BOOL _refuseThisRequest;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_refusingNewClients

@public BOOL _refusingNewClients;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_refusingNewSessions

@public BOOL _refusingNewSessions;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_remoteMonitor

@protected NSDistantObject* _remoteMonitor;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_remoteMonitorConnection

@protected NSConnection* _remoteMonitorConnection;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_requestHandlers

@protected NSMutableDictionary* _requestHandlers;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_resourceManager

@protected GSWResourceManager* _resourceManager;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_runLoopDate

@public NSDate* _runLoopDate;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_selfLock

@public NSRecursiveLock* _selfLock;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_selfLock_thread_id

@public NSThread* _selfLock_thread_id;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_selfLockn

@public int _selfLockn;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_sessionStore

@protected GSWSessionStore* _sessionStore;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_shouldDieWhenRefusing

@public BOOL _shouldDieWhenRefusing;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_startDate

@protected NSDate* _startDate;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_statisticsStore

@protected GSWStatisticsStore* _statisticsStore;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_terminating

@public BOOL _terminating;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_timeOut

@protected NSTimeInterval _timeOut;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_timedRunLoop

@public BOOL _timedRunLoop;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_timer

@protected NSTimer* _timer;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.





Software documentation for the GSWApplication(GSWAdaptorManagement) category

GSWApplication(GSWAdaptorManagement)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

adaptorWithName: arguments: 

- (GSWAdaptor*) adaptorWithName: (NSString*)name arguments: (NSDictionary*)arguments;

Description forthcoming.


adaptors 

- (NSArray*) adaptors;

Description forthcoming.


Software documentation for the GSWApplication(GSWApplicationA) category

GSWApplication(GSWApplicationA)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

becomesMultiThreaded 

- (void) becomesMultiThreaded;

Description forthcoming.


Software documentation for the GSWApplication(GSWApplicationB) category

GSWApplication(GSWApplicationB)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

_applicationExtension 

- (NSString*) _applicationExtension;

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.


_directConnectURL 

- (NSString*) _directConnectURL;

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.


_webserverConnectURL 

- (NSString*) _webserverConnectURL;

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 GSWApplication(GSWApplicationC) category

GSWApplication(GSWApplicationC)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

_resetCache 

- (void) _resetCache;

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.


_resetCacheForGeneration 

- (void) _resetCacheForGeneration;

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 GSWApplication(GSWApplicationClassB) category

GSWApplication(GSWApplicationClassB)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

_modelGroupFromBundles: 

+ (id) _modelGroupFromBundles: (id)bundles;

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.


defaultModelGroup 

+ (id) defaultModelGroup;

Description forthcoming.


Software documentation for the GSWApplication(GSWApplicationClassC) category

GSWApplication(GSWApplicationClassC)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

bundleInfo 

+ (NSDictionary*) bundleInfo;

Description forthcoming.


mainBundle 

+ (NSBundle*) mainBundle;

Description forthcoming.


mainBundleInfoDictionary 

+ (NSDictionary*) mainBundleInfoDictionary;

Description forthcoming.


bundleInfo 

- (NSDictionary*) bundleInfo;

Description forthcoming.


mainBundle 

- (NSBundle*) mainBundle;

Description forthcoming.


mainBundleInfoDictionary 

- (NSDictionary*) mainBundleInfoDictionary;

Description forthcoming.


Software documentation for the GSWApplication(GSWApplicationClassD) category

GSWApplication(GSWApplicationClassD)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

_allowsConcurrentRequestHandling 

+ (id) _allowsConcurrentRequestHandling;

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.


_garbageCollectionRepeatCount 

+ (int) _garbageCollectionRepeatCount;

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.


_lockDefaultEditingContext 

+ (BOOL) _lockDefaultEditingContext;

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.


_setAllowsConcurrentRequestHandling: 

+ (void) _setAllowsConcurrentRequestHandling: (id)unknown;

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.


_setLockDefaultEditingContext: 

+ (void) _setLockDefaultEditingContext: (BOOL)flag;

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 GSWApplication(GSWApplicationClassE) category

GSWApplication(GSWApplicationClassE)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

_multipleInstances 

+ (BOOL) _multipleInstances;

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.


_multipleThreads 

+ (BOOL) _multipleThreads;

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.


_readLicenseParameters 

+ (void) _readLicenseParameters;

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.


_requestLimit 

+ (int) _requestLimit;

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.


_requestWindow 

+ (int) _requestWindow;

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 GSWApplication(GSWApplicationD) category

GSWApplication(GSWApplicationD)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

componentDefinitionWithName: languages: 

- (GSWComponentDefinition*) componentDefinitionWithName: (NSString*)aName languages: (NSArray*)languages;

Description forthcoming.


lockedComponentBearingFrameworks 

- (NSArray*) lockedComponentBearingFrameworks;

Description forthcoming.


lockedComponentDefinitionWithName: languages: 

- (GSWComponentDefinition*) lockedComponentDefinitionWithName: (NSString*)aName languages: (NSArray*)languages;

Description forthcoming.


lockedInitComponentBearingFrameworksFromBundleArray: 

- (NSArray*) lockedInitComponentBearingFrameworksFromBundleArray: (NSArray*)bundles;

Description forthcoming.


lockedLoadComponentDefinitionWithName: language: 

- (GSWComponentDefinition*) lockedLoadComponentDefinitionWithName: (NSString*)aName language: (NSString*)language;

Description forthcoming.


Software documentation for the GSWApplication(GSWApplicationDefaults) category

GSWApplication(GSWApplicationDefaults)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

_initRegistrationDomainDefaults 

+ (void) _initRegistrationDomainDefaults;

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.


_initUserDefaultsKeys 

+ (void) _initUserDefaultsKeys;

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.


_argsDictionaryWithUserDefaults: 

- (NSDictionary*) _argsDictionaryWithUserDefaults: (NSUserDefaults*)userDefault;

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.


_initAdaptorsWithUserDefaults: 

- (void) _initAdaptorsWithUserDefaults: (NSUserDefaults*)userDefault;

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.


contextClassName 

- (NSString*) contextClassName;

Description forthcoming.


requestClassName 

- (NSString*) requestClassName;

Description forthcoming.


responseClassName 

- (NSString*) responseClassName;

Description forthcoming.


setContextClassName: 

- (void) setContextClassName: (NSString*)className;

Description forthcoming.


setRequestClassName: 

- (void) setRequestClassName: (NSString*)className;

Description forthcoming.


setResponseClassName: 

- (void) setResponseClassName: (NSString*)className;

Description forthcoming.


Software documentation for the GSWApplication(GSWApplicationE) category

GSWApplication(GSWApplicationE)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

_activeSessionsCount 

- (int) _activeSessionsCount;

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.


_discountTerminatedSession 

- (void) _discountTerminatedSession;

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.


_finishInitializingSession: 

- (void) _finishInitializingSession: (GSWSession*)aSession;

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.


_initializeSessionInContext: 

- (GSWSession*) _initializeSessionInContext: (GSWContext*)aContext;

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.


createContextForRequest: 

- (GSWContext*) createContextForRequest: (GSWRequest*)aRequest;

Description forthcoming.


createRequestWithMethod: uri: httpVersion: headers: content: userInfo: 

- (GSWRequest*) createRequestWithMethod: (NSString*)aMethod uri: (NSString*)anURL httpVersion: (NSString*)aVersion headers: (NSDictionary*)headers content: (NSData*)content userInfo: (NSDictionary*)userInfo;

Description forthcoming.


createResourceManager 

- (GSWResourceManager*) createResourceManager;

Description forthcoming.


createResponseInContext: 

- (GSWResponse*) createResponseInContext: (GSWContext*)aContext;

Description forthcoming.


createSessionStore 

- (GSWSessionStore*) createSessionStore;

Description forthcoming.


createStatisticsStore 

- (GSWStatisticsStore*) createStatisticsStore;

Description forthcoming.


lockedDecrementActiveSessionCount 

- (int) lockedDecrementActiveSessionCount;

Description forthcoming.


lockedIncrementActiveSessionCount 

- (int) lockedIncrementActiveSessionCount;

Description forthcoming.


Software documentation for the GSWApplication(GSWApplicationF) category

GSWApplication(GSWApplicationF)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

_context 

- (GSWContext*) _context;

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.


_setContext: 

- (void) _setContext: (GSWContext*)aContext;

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 GSWApplication(GSWApplicationG) category

GSWApplication(GSWApplicationG)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

_disableDynamicLoading 

- (void) _disableDynamicLoading;

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.


_isDynamicLoadingEnabled 

- (BOOL) _isDynamicLoadingEnabled;

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 GSWApplication(GSWApplicationI) category

GSWApplication(GSWApplicationI)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

_isPageRecreationEnabled 

- (BOOL) _isPageRecreationEnabled;

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.


_touchPrincipalClasses 

- (void) _touchPrincipalClasses;

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 GSWApplication(GSWApplicationInternals) category

GSWApplication(GSWApplicationInternals)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

_applicationClass 

+ (Class) _applicationClass;

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.


_compiledApplicationClass 

+ (Class) _compiledApplicationClass;

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.


_componentRequestHandler 

+ (GSWRequestHandler*) _componentRequestHandler;

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.


_webServerConfigDictionary 

+ (NSDictionary*) _webServerConfigDictionary;

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 GSWApplication(GSWApplicationJ) category

GSWApplication(GSWApplicationJ)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

_connectionDidDie: 

- (void) _connectionDidDie: (id)unknown;

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.


_monitorApplicationName 

- (NSString*) _monitorApplicationName;

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.


_monitorHost 

- (NSString*) _monitorHost;

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.


_newLocationForRequest: 

- (NSString*) _newLocationForRequest: (GSWRequest*)aRequest;

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.
Returns base application URL so visitor will be relocated to another instance


_remoteMonitor 

- (id) _remoteMonitor;

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.


_setShouldKill: 

- (void) _setShouldKill: (BOOL)flag;

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.


_setupForMonitoring 

- (BOOL) _setupForMonitoring;

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.


_shouldKill 

- (BOOL) _shouldKill;

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.


_synchronizeInstanceSettingsWithMonitor: 

- (void) _synchronizeInstanceSettingsWithMonitor: (id)_monitor;

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.


_terminateFromMonitor 

- (void) _terminateFromMonitor;

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 GSWApplication(GSWApplicationK) category

GSWApplication(GSWApplicationK)

Declared in:
Foundation/GSWApplication.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 GSWApplication(GSWCacheManagement) category

GSWApplication(GSWCacheManagement)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

isCachingEnabled 

- (BOOL) isCachingEnabled;

Description forthcoming.


setCachingEnabled: 

- (void) setCachingEnabled: (BOOL)flag;

Description forthcoming.


Software documentation for the GSWApplication(GSWConveniences) category

GSWApplication(GSWConveniences)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

_setApplication: 

+ (void) _setApplication: (GSWApplication*)application;

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.


application 

+ (GSWApplication*) application;

Description forthcoming.


Software documentation for the GSWApplication(GSWDebugging) category

GSWApplication(GSWDebugging)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

debugWithFormat: ,...

+ (void) debugWithFormat: (NSString*)aFormat,...;

Description forthcoming.


logErrorWithFormat: ,...

+ (void) logErrorWithFormat: (NSString*)aFormat,...;

Description forthcoming.


logSetValueForDeclarationNamed: type: bindingNamed: associationDescription: value: 

+ (void) logSetValueForDeclarationNamed: (NSString*)aDeclarationName type: (NSString*)aDeclarationType bindingNamed: (NSString*)aBindingName associationDescription: (NSString*)associationDescription value: (id)aValue;

Description forthcoming.


logSynchronizeComponentToParentForValue: association: inComponent: 

+ (void) logSynchronizeComponentToParentForValue: (id)aValue association: (GSWAssociation*)anAssociation inComponent: (NSObject*)aComponent;

Description forthcoming.


logSynchronizeParentToComponentForValue: association: inComponent: 

+ (void) logSynchronizeParentToComponentForValue: (id)aValue association: (GSWAssociation*)anAssociation inComponent: (NSObject*)aComponent;

Description forthcoming.


logTakeValueForDeclarationNamed: type: bindingNamed: associationDescription: value: 

+ (void) logTakeValueForDeclarationNamed: (NSString*)aDeclarationName type: (NSString*)aDeclarationType bindingNamed: (NSString*)aBindingName associationDescription: (NSString*)associationDescription value: (id)aValue;

Description forthcoming.


logWithFormat: ,...

+ (void) logWithFormat: (NSString*)aFormat,...;

Description forthcoming.


_setTracingAspect: enabled: 

- (void) _setTracingAspect: (id)unknwon enabled: (BOOL)enabled;

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.


debugWithFormat: ,...

- (void) debugWithFormat: (NSString*)aFormat,...;

Description forthcoming.


debugWithFormat: arguments: 

- (void) debugWithFormat: (NSString*)aFormat arguments: (va_list)arguments;

Description forthcoming.


debugWithString: 

- (void) debugWithString: (NSString*)aString;

Description forthcoming.


logErrorWithFormat: ,...

- (void) logErrorWithFormat: (NSString*)aFormat,...;

Description forthcoming.


logErrorWithFormat: arguments: 

- (void) logErrorWithFormat: (NSString*)aFormat arguments: (va_list)arguments;

Description forthcoming.


logSetValueForDeclarationNamed: type: bindingNamed: associationDescription: value: 

- (void) logSetValueForDeclarationNamed: (NSString*)aDeclarationName type: (NSString*)aDeclarationType bindingNamed: (NSString*)aBindingName associationDescription: (NSString*)associationDescription value: (id)aValue;

Description forthcoming.


logTakeValueForDeclarationNamed: type: bindingNamed: associationDescription: value: 

- (void) logTakeValueForDeclarationNamed: (NSString*)aDeclarationName type: (NSString*)aDeclarationType bindingNamed: (NSString*)aBindingName associationDescription: (NSString*)associationDescription value: (id)aValue;

Description forthcoming.


logWithFormat: ,...

- (void) logWithFormat: (NSString*)aFormat,...;

Description forthcoming.


logWithFormat: arguments: 

- (void) logWithFormat: (NSString*)aFormat arguments: (va_list)arguments;

Description forthcoming.


trace: 

- (void) trace: (BOOL)flag;

Description forthcoming.


traceAssignments: 

- (void) traceAssignments: (BOOL)flag;

Description forthcoming.


traceObjectiveCMessages: 

- (void) traceObjectiveCMessages: (BOOL)flag;

Description forthcoming.


traceScriptedMessages: 

- (void) traceScriptedMessages: (BOOL)flag;

Description forthcoming.


traceStatements: 

- (void) traceStatements: (BOOL)flag;

Description forthcoming.


Software documentation for the GSWApplication(GSWDebuggingStatus) category

GSWApplication(GSWDebuggingStatus)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

statusDebugWithFormat: ,...

+ (void) statusDebugWithFormat: (NSString*)aFormat,...;

Description forthcoming.


statusLogErrorWithFormat: ,...

+ (void) statusLogErrorWithFormat: (NSString*)aFormat,...;

Description forthcoming.


statusLogWithFormat: ,...

+ (void) statusLogWithFormat: (NSString*)aFormat,...;

Description forthcoming.


statusDebugWithFormat: ,...

- (void) statusDebugWithFormat: (NSString*)aFormat,...;

Description forthcoming.


statusDebugWithFormat: arguments: 

- (void) statusDebugWithFormat: (NSString*)aFormat arguments: (va_list)arguments;

Description forthcoming.


statusDebugWithString: 

- (void) statusDebugWithString: (NSString*)aString;

Description forthcoming.


statusLogErrorWithFormat: ,...

- (void) statusLogErrorWithFormat: (NSString*)aFormat,...;

Description forthcoming.


statusLogErrorWithFormat: arguments: 

- (void) statusLogErrorWithFormat: (NSString*)aFormat arguments: (va_list)arguments;

Description forthcoming.


statusLogWithFormat: ,...

- (void) statusLogWithFormat: (NSString*)aFormat,...;

Description forthcoming.


statusLogWithFormat: arguments: 

- (void) statusLogWithFormat: (NSString*)aFormat arguments: (va_list)arguments;

Description forthcoming.


Software documentation for the GSWApplication(GSWElementCreation) category

GSWApplication(GSWElementCreation)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

dynamicElementWithName: associations: template: languages: 

- (GSWElement*) dynamicElementWithName: (NSString*)aName associations: (NSDictionary*)someAssociations template: (GSWElement*)templateElement languages: (NSArray*)languages;

Description forthcoming.


lockedDynamicElementWithName: associations: template: languages: 

- (GSWElement*) lockedDynamicElementWithName: (NSString*)aName associations: (NSDictionary*)someAssociations template: (GSWElement*)templateElement languages: (NSArray*)languages;

Description forthcoming.


Software documentation for the GSWApplication(GSWErrorHandling) category

GSWApplication(GSWErrorHandling)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

_handlePageRestorationErrorInContext: 

- (GSWResponse*) _handlePageRestorationErrorInContext: (GSWContext*)aContext;

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.


_handleSessionCreationErrorInContext: 

- (GSWResponse*) _handleSessionCreationErrorInContext: (GSWContext*)aContext;

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.


_handleSessionRestorationErrorInContext: 

- (GSWResponse*) _handleSessionRestorationErrorInContext: (GSWContext*)aContext;

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.


handleActionRequestErrorWithRequest: exception: reason: requestHanlder: actionClassName: actionName: actionClass: actionObject: 

- (GSWResponse*) handleActionRequestErrorWithRequest: (GSWRequest*)aRequest exception: (NSException*)exception reason: (NSString*)reason requestHanlder: (GSWActionRequestHandler*)requestHandler actionClassName: (NSString*)actionClassName actionName: (NSString*)actionName actionClass: (Class)actionClass actionObject: (GSWAction*)actionObject;

Description forthcoming.


handleException: inContext: 

- (GSWResponse*) handleException: (NSException*)anException inContext: (GSWContext*)aContext;

Description forthcoming.


handlePageRestorationErrorInContext: 

- (GSWResponse*) handlePageRestorationErrorInContext: (GSWContext*)aContext;

Description forthcoming.


handleSessionCreationErrorInContext: 

- (GSWResponse*) handleSessionCreationErrorInContext: (GSWContext*)aContext;

Description forthcoming.


handleSessionRestorationErrorInContext: 

- (GSWResponse*) handleSessionRestorationErrorInContext: (GSWContext*)aContext;

Description forthcoming.


Software documentation for the GSWApplication(GSWHTMLTemplateParsingDebugging) category

GSWApplication(GSWHTMLTemplateParsingDebugging)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

printsHTMLParserDiagnostics 

- (BOOL) printsHTMLParserDiagnostics;

Description forthcoming.


setPrintsHTMLParserDiagnostics: 

- (void) setPrintsHTMLParserDiagnostics: (BOOL)flag;

Description forthcoming.


Software documentation for the GSWApplication(GSWLibrarySupport) category

GSWApplication(GSWLibrarySupport)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

libraryClassWithPath: 

- (Class) libraryClassWithPath: (NSString*)path;

Description forthcoming.


Software documentation for the GSWApplication(GSWPageManagement) category

GSWApplication(GSWPageManagement)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

_pageWithName: inContext: 

- (GSWComponent*) _pageWithName: (NSString*)aName inContext: (GSWContext*)aContext;

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.


defaultPageName 

- (NSString*) defaultPageName;

Description forthcoming.


isPageRefreshOnBacktrackEnabled 

- (BOOL) isPageRefreshOnBacktrackEnabled;

Description forthcoming.


pageCacheSize 

- (unsigned int) pageCacheSize;

Description forthcoming.


pageWithName: forRequest: 

- (GSWComponent*) pageWithName: (NSString*)aName forRequest: (GSWRequest*)aRequest;

Description forthcoming.


pageWithName: inContext: 

- (GSWComponent*) pageWithName: (NSString*)aName inContext: (GSWContext*)aContext;

Description forthcoming.


permanentPageCacheSize 

- (unsigned) permanentPageCacheSize;

Description forthcoming.


setPageCacheSize: 

- (void) setPageCacheSize: (unsigned int)size;

Description forthcoming.


setPageRefreshOnBacktrackEnabled: 

- (void) setPageRefreshOnBacktrackEnabled: (BOOL)flag;

Description forthcoming.


setPermanentPageCacheSize: 

- (void) setPermanentPageCacheSize: (unsigned)size;

Description forthcoming.


Software documentation for the GSWApplication(GSWRequestHandling) category

GSWApplication(GSWRequestHandling)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

_setRecordingHeadersToResponse: forRequest: inContext: 

- (void) _setRecordingHeadersToResponse: (GSWResponse*)aResponse forRequest: (GSWRequest*)aRequest inContext: (GSWContext*)aContext;

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.


appendToResponse: inContext: 

- (void) appendToResponse: (GSWResponse*)aResponse inContext: (GSWContext*)aContext;

Description forthcoming.


awake 

- (void) awake;

Description forthcoming.


dispatchRequest: 

- (GSWResponse*) dispatchRequest: (GSWRequest*)aRequest;

Description forthcoming.


invokeActionForRequest: inContext: 

- (GSWElement*) invokeActionForRequest: (GSWRequest*)aRequest inContext: (GSWContext*)aContext;

Description forthcoming.


sleep 

- (void) sleep;

Description forthcoming.


takeValuesFromRequest: inContext: 

- (void) takeValuesFromRequest: (GSWRequest*)aRequest inContext: (GSWContext*)aContext;

Description forthcoming.


Software documentation for the GSWApplication(GSWResourceManagerSupport) category

GSWApplication(GSWResourceManagerSupport)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

resourceManager 

- (GSWResourceManager*) resourceManager;

Description forthcoming.


setResourceManager: 

- (void) setResourceManager: (GSWResourceManager*)resourceManager;

Description forthcoming.


Software documentation for the GSWApplication(GSWRunning) category

GSWApplication(GSWRunning)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

_openInitialURL 

- (void) _openInitialURL;

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.


_openURL: 

- (void) _openURL: (NSString*)url;

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.


_scheduleApplicationTimerForTimeInterval: 

- (void) _scheduleApplicationTimerForTimeInterval: (NSTimeInterval)aTimeInterval;

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.


_sessionDidTimeOutNotification: 

- (void) _sessionDidTimeOutNotification: (NSNotification*)notification;

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.


_setNextCollectionCount: 

- (void) _setNextCollectionCount: (int)_count;

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.


addTimer: 

- (void) addTimer: (NSTimer*)aTimer;

Description forthcoming.


isTerminating 

- (BOOL) isTerminating;

Description forthcoming.


lastAccessDate 

- (NSDate*) lastAccessDate;

Description forthcoming.


lockedAddTimer: 

- (void) lockedAddTimer: (NSTimer*)aTimer;

Description forthcoming.


run 

- (void) run;

Description forthcoming.


runLoop 

- (NSRunLoop*) runLoop;

Description forthcoming.


runOnce 

- (BOOL) runOnce;

Description forthcoming.


setTimeOut: 

- (void) setTimeOut: (NSTimeInterval)aTimeInterval;

Description forthcoming.


startDate 

- (NSDate*) startDate;

Description forthcoming.


terminate 

- (void) terminate;

Description forthcoming.


threadWillExit 

- (void) threadWillExit;

Description forthcoming.


timeOut 

- (NSTimeInterval) timeOut;

Description forthcoming.


Software documentation for the GSWApplication(GSWScriptedObjectSupport) category

GSWApplication(GSWScriptedObjectSupport)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

_classWithScriptedClassName: languages: 

- (Class) _classWithScriptedClassName: (NSString*)aName languages: (NSArray*)languages;

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.


_setClassFromNameResolutionEnabled: 

- (void) _setClassFromNameResolutionEnabled: (BOOL)flag;

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.


scriptedClassWithPath: 

- (Class) scriptedClassWithPath: (NSString*)path;

Description forthcoming.


scriptedClassWithPath: encoding: 

- (Class) scriptedClassWithPath: (NSString*)path encoding: (NSStringEncoding)encoding;

Description forthcoming.


Software documentation for the GSWApplication(GSWSessionManagement) category

GSWApplication(GSWSessionManagement)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

_createSessionForRequest: 

- (GSWSession*) _createSessionForRequest: (GSWRequest*)aRequest;

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.


_restoreSessionWithID: inContext: 

- (GSWSession*) _restoreSessionWithID: (NSString*)sessionID inContext: (GSWContext*)aContext;

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.


_saveSessionForContext: 

- (void) _saveSessionForContext: (GSWContext*)aContext;

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.


_sessionClass 

- (Class) _sessionClass;

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.


createSessionForRequest: 

- (GSWSession*) createSessionForRequest: (GSWRequest*)aRequest;

Description forthcoming.


restoreSessionWithID: inContext: 

- (GSWSession*) restoreSessionWithID: (NSString*)sessionID inContext: (GSWContext*)aContext;

Description forthcoming.


saveSessionForContext: 

- (void) saveSessionForContext: (GSWContext*)aContext;

Description forthcoming.


sessionClass 

- (Class) sessionClass;

Description forthcoming.


sessionStore 

- (GSWSessionStore*) sessionStore;

Description forthcoming.


setSessionStore: 

- (void) setSessionStore: (GSWSessionStore*)sessionStore;

Description forthcoming.


Software documentation for the GSWApplication(GSWStatisticsSupport) category

GSWApplication(GSWStatisticsSupport)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

setStatisticsStore: 

- (void) setStatisticsStore: (GSWStatisticsStore*)statisticsStore;

Description forthcoming.


statistics 

- (NSDictionary*) statistics;

Description forthcoming.


statisticsStore 

- (GSWStatisticsStore*) statisticsStore;

Description forthcoming.


Software documentation for the GSWApplication(MonitorableApplication) category

GSWApplication(MonitorableApplication)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

_refuseNewSessionsTimeInterval 

- (NSTimeInterval) _refuseNewSessionsTimeInterval;

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.


activeSessionsCount 

- (int) activeSessionsCount;

Description forthcoming.


isRefusingNewSessions 

- (BOOL) isRefusingNewSessions;

Description forthcoming.


logToMonitorWithFormat: 

- (void) logToMonitorWithFormat: (NSString*)aFormat;

Description forthcoming.


minimumActiveSessionsCount 

- (int) minimumActiveSessionsCount;

Description forthcoming.


monitoringEnabled 

- (BOOL) monitoringEnabled;

Description forthcoming.


refuseNewSessions: 

- (void) refuseNewSessions: (BOOL)flag;

Description forthcoming.


setMinimumActiveSessionsCount: 

- (void) setMinimumActiveSessionsCount: (int)count;

Description forthcoming.


terminateAfterTimeInterval: 

- (void) terminateAfterTimeInterval: (NSTimeInterval)aTimeInterval;

Description forthcoming.


Software documentation for the GSWApplication(NDFN) category

GSWApplication(NDFN)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

addDynCreateClassName: superClassName: 

+ (void) addDynCreateClassName: (NSString*)className superClassName: (NSString*)superClassName;

Description forthcoming.


createUnknownComponentClasses: superClassName: 

+ (BOOL) createUnknownComponentClasses: (NSArray*)classes superClassName: (NSString*)aSuperClassName;

Description forthcoming.


filterLanguages: 

- (NSArray*) filterLanguages: (NSArray*)languages;

Description forthcoming.


pathForResourceNamed: inFramework: languages: 

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

Description forthcoming.


pathForResourceNamed: ofType: inFramework: languages: 

- (NSString*) pathForResourceNamed: (NSString*)aName ofType: (NSString*)type inFramework: (NSString*)aFrameworkName languages: (NSArray*)languages;

Description forthcoming.


propListWithResourceNamed: ofType: inFramework: languages: 

- (id) propListWithResourceNamed: (NSString*)aName ofType: (NSString*)type inFramework: (NSString*)aFrameworkName languages: (NSArray*)languages;

Description forthcoming.


stringForKey: inTableNamed: withDefaultValue: inFramework: languages: 

- (NSString*) stringForKey: (NSString*)aKey inTableNamed: (NSString*)aTableName withDefaultValue: (NSString*)defaultValue inFramework: (NSString*)aFrameworkName languages: (NSArray*)languages;

Description forthcoming.


stringsTableArrayNamed: inFramework: languages: 

- (NSArray*) stringsTableArrayNamed: (NSString*)aTableName inFramework: (NSString*)aFrameworkName languages: (NSArray*)languages;

Description forthcoming.


stringsTableNamed: inFramework: languages: 

- (NSDictionary*) stringsTableNamed: (NSString*)aTableName inFramework: (NSString*)aFrameworkName languages: (NSArray*)languages;

Description forthcoming.


urlForResourceNamed: inFramework: languages: request: 

- (NSString*) urlForResourceNamed: (NSString*)aName inFramework: (NSString*)aFrameworkName languages: (NSArray*)languages request: (GSWRequest*)aRequest;

Description forthcoming.


Software documentation for the GSWApplication(RequestDispatching) category

GSWApplication(RequestDispatching)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

defaultRequestHandler 

- (GSWRequestHandler*) defaultRequestHandler;

Description forthcoming.


handlerForRequest: 

- (GSWRequestHandler*) handlerForRequest: (GSWRequest*)aRequest;

Description forthcoming.


registerRequestHandler: forKey: 

- (void) registerRequestHandler: (GSWRequestHandler*)handler forKey: (NSString*)aKey;

Description forthcoming.


registeredRequestHandlerKeys 

- (NSArray*) registeredRequestHandlerKeys;

Description forthcoming.


removeRequestHandlerForKey: 

- (void) removeRequestHandlerForKey: (NSString*)requestHandlerKey;

Description forthcoming.


requestHandlerForKey: 

- (GSWRequestHandler*) requestHandlerForKey: (NSString*)aKey;

Description forthcoming.


setDefaultRequestHandler: 

- (void) setDefaultRequestHandler: (GSWRequestHandler*)handler;

Description forthcoming.


Software documentation for the GSWApplication(UserDefaults) category

GSWApplication(UserDefaults)

Declared in:
Foundation/GSWApplication.h
Standards:

Description forthcoming.

Method summary

SMTPHost 

+ (NSString*) SMTPHost;

Description forthcoming.


_allowsCacheControlHeader 

+ (BOOL) _allowsCacheControlHeader;

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.


_lockDefaultEditingContext 

+ (BOOL) _lockDefaultEditingContext;

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.


_setAllowsCacheControlHeader: 

+ (void) _setAllowsCacheControlHeader: (BOOL)flag;

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.


_setLockDefaultEditingContext: 

+ (void) _setLockDefaultEditingContext: (BOOL)flag;

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.


acceptedContentEncoding 

+ (NSString*) acceptedContentEncoding;

Description forthcoming.


acceptedContentEncodingArray 

+ (NSArray*) acceptedContentEncodingArray;

Description forthcoming.


adaptor 

+ (NSString*) adaptor;

Description forthcoming.


additionalAdaptors 

+ (NSArray*) additionalAdaptors;

Description forthcoming.


applicationBaseURL 

+ (NSString*) applicationBaseURL;

Description forthcoming.


autoOpenInBrowser 

+ (BOOL) autoOpenInBrowser;

Description forthcoming.


cgiAdaptorURL 

+ (NSString*) cgiAdaptorURL;

Description forthcoming.


componentRequestHandlerKey 

+ (NSString*) componentRequestHandlerKey;

Description forthcoming.


debugSetConfigFilePath 

+ (NSString*) debugSetConfigFilePath;

Description forthcoming.


defaultDisplayExceptionPages 

+ (BOOL) defaultDisplayExceptionPages;

Description forthcoming.


defaultTemplateParser 

+ (NSString*) defaultTemplateParser;

Description forthcoming.


defaultUndoStackLimit 

+ (int) defaultUndoStackLimit;

Description forthcoming.


directActionRequestHandlerKey 

+ (NSString*) directActionRequestHandlerKey;

Description forthcoming.


frameworksBaseURL 

+ (NSString*) frameworksBaseURL;

Description forthcoming.


host 

+ (NSString*) host;

Description forthcoming.


includeCommentsInResponses 

+ (BOOL) includeCommentsInResponses;

Description forthcoming.


intPort 

+ (int) intPort;

Description forthcoming.


isCachingEnabled 

+ (BOOL) isCachingEnabled;

Description forthcoming.


isDebuggingEnabled 

+ (BOOL) isDebuggingEnabled;

Description forthcoming.


isDirectConnectEnabled 

+ (BOOL) isDirectConnectEnabled;

Description forthcoming.


isLifebeatEnabled 

+ (BOOL) isLifebeatEnabled;

Description forthcoming.


isMonitorEnabled 

+ (BOOL) isMonitorEnabled;

Description forthcoming.


isStatusDebuggingEnabled 

+ (BOOL) isStatusDebuggingEnabled;

Description forthcoming.


lifebeatDestinationHost 

+ (NSString*) lifebeatDestinationHost;

Description forthcoming.


lifebeatDestinationPort 

+ (int) lifebeatDestinationPort;

Description forthcoming.


lifebeatInterval 

+ (NSTimeInterval) lifebeatInterval;

Description forthcoming.


listenQueueSize 

+ (id) listenQueueSize;

Description forthcoming.


loadFrameworks 

+ (NSArray*) loadFrameworks;

Description forthcoming.


monitorHost 

+ (NSString*) monitorHost;

Description forthcoming.


outputPath 

+ (NSString*) outputPath;

Description forthcoming.


pingActionRequestHandlerKey 

+ (NSString*) pingActionRequestHandlerKey;

Description forthcoming.


port 

+ (NSNumber*) port;

Description forthcoming.


projectSearchPath 

+ (NSArray*) projectSearchPath;

Description forthcoming.


recordingClass 

+ (Class) recordingClass;

Description forthcoming.


recordingClassName 

+ (NSString*) recordingClassName;

Description forthcoming.


recordingPath 

+ (NSString*) recordingPath;

Description forthcoming.


resourceManagerClassName 

+ (NSString*) resourceManagerClassName;

Description forthcoming.


resourceRequestHandlerKey 

+ (NSString*) resourceRequestHandlerKey;

Description forthcoming.


sessionStoreClassName 

+ (NSString*) sessionStoreClassName;

Description forthcoming.


sessionTimeOut 

+ (NSNumber*) sessionTimeOut;

Description forthcoming.


sessionTimeOutValue 

+ (NSTimeInterval) sessionTimeOutValue;

Description forthcoming.


setAcceptedContentEncoding: 

+ (void) setAcceptedContentEncoding: (NSString*)acceptedContentEncoding;

Description forthcoming.


setAdaptor: 

+ (void) setAdaptor: (NSString*)adaptorName;

Description forthcoming.


setAdditionalAdaptors: 

+ (void) setAdditionalAdaptors: (NSArray*)adaptorList;

Description forthcoming.


setApplicationBaseURL: 

+ (void) setApplicationBaseURL: (NSString*)baseURL;

Description forthcoming.


setAutoOpenInBrowser: 

+ (void) setAutoOpenInBrowser: (BOOL)flag;

Description forthcoming.


setCGIAdaptorURL: 

+ (void) setCGIAdaptorURL: (NSString*)url;

Description forthcoming.


setCachingEnabled: 

+ (void) setCachingEnabled: (BOOL)flag;

Description forthcoming.


setComponentRequestHandlerKey: 

+ (void) setComponentRequestHandlerKey: (NSString*)aKey;

Description forthcoming.


setDebugSetConfigFilePath: 

+ (void) setDebugSetConfigFilePath: (NSString*)debugSetConfigFilePath;

Description forthcoming.


setDebuggingEnabled: 

+ (void) setDebuggingEnabled: (BOOL)flag;

Description forthcoming.


setDefaultDisplayExceptionPages: 

+ (void) setDefaultDisplayExceptionPages: (BOOL)flag;

Description forthcoming.


setDefaultTemplateParser: 

+ (void) setDefaultTemplateParser: (NSString*)defaultTemplateParser;

Description forthcoming.


setDefaultUndoStackLimit: 

+ (void) setDefaultUndoStackLimit: (int)limit;

Description forthcoming.


setDirectActionRequestHandlerKey: 

+ (void) setDirectActionRequestHandlerKey: (NSString*)aKey;

Description forthcoming.


setDirectConnectEnabled: 

+ (void) setDirectConnectEnabled: (BOOL)flag;

Description forthcoming.


setFrameworksBaseURL: 

+ (void) setFrameworksBaseURL: (NSString*)baseURL;

Description forthcoming.


setHost: 

+ (void) setHost: (NSString*)host;

Description forthcoming.


setIncludeCommentsInResponses: 

+ (void) setIncludeCommentsInResponses: (BOOL)flag;

Description forthcoming.


setIntPort: 

+ (void) setIntPort: (int)port;

Description forthcoming.


setLifebeatDestinationHost: 

+ (void) setLifebeatDestinationHost: (NSString*)host;

Description forthcoming.


setLifebeatDestinationPort: 

+ (void) setLifebeatDestinationPort: (int)port;

Description forthcoming.


setLifebeatEnabled: 

+ (void) setLifebeatEnabled: (BOOL)flag;

Description forthcoming.


setLifebeatInterval: 

+ (void) setLifebeatInterval: (NSTimeInterval)interval;

Description forthcoming.


setListenQueueSize: 

+ (void) setListenQueueSize: (id)aSize;

Description forthcoming.


setLoadFrameworks: 

+ (void) setLoadFrameworks: (NSArray*)frameworks;

Description forthcoming.


setMonitorEnabled: 

+ (void) setMonitorEnabled: (BOOL)flag;

Description forthcoming.


setMonitorHost: 

+ (void) setMonitorHost: (NSString*)hostName;

Description forthcoming.


setOutputPath: 

+ (void) setOutputPath: (NSString*)path;

Description forthcoming.


setPingActionRequestHandlerKey: 

+ (void) setPingActionRequestHandlerKey: (NSString*)aKey;

Description forthcoming.


setPort: 

+ (void) setPort: (NSNumber*)port;

Description forthcoming.


setProjectSearchPath: 

+ (void) setProjectSearchPath: (NSArray*)pathArray;

Description forthcoming.


setRecordingClassName: 

+ (void) setRecordingClassName: (NSString*)name;

Description forthcoming.


setRecordingPath: 

+ (void) setRecordingPath: (NSString*)path;

Description forthcoming.


setResourceManagerClassName: 

+ (void) setResourceManagerClassName: (NSString*)name;

Description forthcoming.


setResourceRequestHandlerKey: 

+ (void) setResourceRequestHandlerKey: (NSString*)aKey;

Description forthcoming.


setSMTPHost: 

+ (void) setSMTPHost: (NSString*)hostName;

Description forthcoming.


setSessionStoreClassName: 

+ (void) setSessionStoreClassName: (NSString*)name;

Description forthcoming.


setSessionTimeOut: 

+ (void) setSessionTimeOut: (NSNumber*)aTimeOut;

Description forthcoming.


setSessionTimeOutValue: 

+ (void) setSessionTimeOutValue: (NSTimeInterval)aTimeOutValue;

Description forthcoming.


setStaticResourceRequestHandlerKey: 

+ (void) setStaticResourceRequestHandlerKey: (NSString*)aKey;

Description forthcoming.


setStatisticsStoreClassName: 

+ (void) setStatisticsStoreClassName: (NSString*)name;

Description forthcoming.


setStatusDebuggingEnabled: 

+ (void) setStatusDebuggingEnabled: (BOOL)flag;

Description forthcoming.


setStreamActionRequestHandlerKey: 

+ (void) setStreamActionRequestHandlerKey: (NSString*)aKey;

Description forthcoming.


setWorkerThreadCount: 

+ (void) setWorkerThreadCount: (id)workerThreadCount;

Description forthcoming.


setWorkerThreadCountMax: 

+ (void) setWorkerThreadCountMax: (id)workerThreadCount;

Description forthcoming.


setWorkerThreadCountMin: 

+ (void) setWorkerThreadCountMin: (id)workerThreadCount;

Description forthcoming.


staticResourceRequestHandlerKey 

+ (NSString*) staticResourceRequestHandlerKey;

Description forthcoming.


statisticsStoreClassName 

+ (NSString*) statisticsStoreClassName;

Description forthcoming.


streamActionRequestHandlerKey 

+ (NSString*) streamActionRequestHandlerKey;

Description forthcoming.


workerThreadCount 

+ (id) workerThreadCount;

Description forthcoming.


workerThreadCountMax 

+ (id) workerThreadCountMax;

Description forthcoming.


workerThreadCountMin 

+ (id) workerThreadCountMin;

Description forthcoming.


defaultRequestHandlerClass 

- (Class) defaultRequestHandlerClass;

Description forthcoming.


defaultRequestHandlerClassName 

- (NSString*) defaultRequestHandlerClassName;

Description forthcoming.



Up