Up

GSWeb: Class GSWContext

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.10

Date: 2004/05/14 12:02:35

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


Contents -

  1. Software documentation for the GSWContext class
  2. Software documentation for the GSWContext(GSWContextA) category
  3. Software documentation for the GSWContext(GSWContextB) category
  4. Software documentation for the GSWContext(GSWContextC) category
  5. Software documentation for the GSWContext(GSWContextD) category
  6. Software documentation for the GSWContext(GSWContextGSWeb) category
  7. Software documentation for the GSWContext(GSWURLGeneration) category

Software documentation for the GSWContext class

GSWContext : NSObject

Declared in:
Foundation/GSWContext.h
Conforms to:
NSCopying
Standards:

Description forthcoming.

Method summary

_isRefusingThisRequest 

- (BOOL) _isRefusingThisRequest;

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.


_session 

- (GSWSession*) _session;

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.


_setIsRefusingThisRequest: 

- (void) _setIsRefusingThisRequest: (BOOL)yn;

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.


addDocStructureStep: 

- (void) addDocStructureStep: (NSString*)stepLabel;

Description forthcoming.


addToDocStructureElement: 

- (void) addToDocStructureElement: (id)element;

Description forthcoming.


component 

- (GSWComponent*) component;

Description forthcoming.


contextAndElementID 

- (NSString*) contextAndElementID;

Description forthcoming.


contextID 

- (NSString*) contextID;

Description forthcoming.


decrementLoopLevel 

- (void) decrementLoopLevel;

Description forthcoming.


docStructure 

- (NSString*) docStructure;

Description forthcoming.


elementID 

- (GSWElementIDString*) elementID;

Description forthcoming.


hasSession 

- (BOOL) hasSession;

Description forthcoming.


incrementLoopLevel 

- (void) incrementLoopLevel;

Description forthcoming.


initWithRequest: 

- (id) initWithRequest: (GSWRequest*)aRequest;

Description forthcoming.


isInForm 

- (BOOL) isInForm;

Description forthcoming.


isInLoop 

- (BOOL) isInLoop;

Description forthcoming.


page 

- (GSWComponent*) page;

Description forthcoming.


request 

- (GSWRequest*) request;

Description forthcoming.


response 

- (GSWResponse*) response;

Description forthcoming.


senderID 

- (NSString*) senderID;

Description forthcoming.


session 

- (GSWSession*) session;

Description forthcoming.


setInForm: 

- (void) setInForm: (BOOL)flag;

Description forthcoming.


Software documentation for the GSWContext(GSWContextA) category

GSWContext(GSWContextA)

Declared in:
Foundation/GSWContext.h
Standards:

Description forthcoming.

Method summary

_initWithContextID: 

- (id) _initWithContextID: (unsigned int)contextID;

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 GSWContext(GSWContextB) category

GSWContext(GSWContextB)

Declared in:
Foundation/GSWContext.h
Standards:

Description forthcoming.

Method summary

_directActionURLForActionNamed: queryDictionary: isSecure: url: 

- (GSWDynamicURLString*) _directActionURLForActionNamed: (NSString*)actionName queryDictionary: (NSDictionary*)dict isSecure: (BOOL)isSecure url: (id)anURL;

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.


_directActionURLForActionNamed: queryDictionary: pathQueryDictionary: isSecure: url: 

- (GSWDynamicURLString*) _directActionURLForActionNamed: (NSString*)actionName queryDictionary: (NSDictionary*)dict pathQueryDictionary: (NSDictionary*)pathQueryDictionary isSecure: (BOOL)isSecure url: (id)anURL;

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.


_directActionURLForActionNamed: queryDictionary: pathQueryDictionary: url: 

- (GSWDynamicURLString*) _directActionURLForActionNamed: (NSString*)actionName queryDictionary: (NSDictionary*)dict pathQueryDictionary: (NSDictionary*)pathQueryDictionary url: (id)anURL;

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.


_directActionURLForActionNamed: queryDictionary: url: 

- (GSWDynamicURLString*) _directActionURLForActionNamed: (NSString*)actionName queryDictionary: (NSDictionary*)dict url: (id)anURL;

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.


_directActionURLForActionNamed: urlPrefix: queryDictionary: isSecure: url: 

- (GSWDynamicURLString*) _directActionURLForActionNamed: (NSString*)actionName urlPrefix: (NSString*)urlPrefix queryDictionary: (NSDictionary*)dict isSecure: (BOOL)isSecure url: (id)anURL;

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.


_directActionURLForActionNamed: urlPrefix: queryDictionary: pathQueryDictionary: isSecure: url: 

- (GSWDynamicURLString*) _directActionURLForActionNamed: (NSString*)actionName urlPrefix: (NSString*)urlPrefix queryDictionary: (NSDictionary*)dict pathQueryDictionary: (NSDictionary*)pathQueryDictionary isSecure: (BOOL)isSecure url: (id)anURL;

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.


_directActionURLForActionNamed: urlPrefix: queryDictionary: pathQueryDictionary: url: 

- (GSWDynamicURLString*) _directActionURLForActionNamed: (NSString*)actionName urlPrefix: (NSString*)urlPrefix queryDictionary: (NSDictionary*)dict pathQueryDictionary: (NSDictionary*)pathQueryDictionary url: (id)anURL;

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.


_directActionURLForActionNamed: urlPrefix: queryDictionary: url: 

- (GSWDynamicURLString*) _directActionURLForActionNamed: (NSString*)actionName urlPrefix: (NSString*)urlPrefix queryDictionary: (NSDictionary*)dict url: (id)anURL;

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.


_generateCompleteURLs 

- (BOOL) _generateCompleteURLs;

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.


_generateRelativeURLs 

- (BOOL) _generateRelativeURLs;

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.


_incrementContextID 

- (void) _incrementContextID;

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.


_isMultipleSubmitForm 

- (BOOL) _isMultipleSubmitForm;

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.


_pageChanged 

- (BOOL) _pageChanged;

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.


_pageComponent 

- (GSWComponent*) _pageComponent;

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.


_pageElement 

- (GSWElement*) _pageElement;

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.


_pageReplaced 

- (BOOL) _pageReplaced;

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.


_putAwakeComponentsToSleep 

- (void) _putAwakeComponentsToSleep;

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.


_requestContextID 

- (NSString*) _requestContextID;

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.


_requestSessionID 

- (NSString*) _requestSessionID;

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.


_setActionInvoked: 

- (void) _setActionInvoked: (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.


_setCurrentComponent: 

- (void) _setCurrentComponent: (GSWComponent*)component;

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.


_setFormSubmitted: 

- (void) _setFormSubmitted: (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.


_setIsMultipleSubmitForm: 

- (void) _setIsMultipleSubmitForm: (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.


_setLanguages: 

- (void) _setLanguages: (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.


_setPageChanged: 

- (void) _setPageChanged: (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.


_setPageComponent: 

- (void) _setPageComponent: (GSWComponent*)component;

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.


_setPageElement: 

- (void) _setPageElement: (GSWElement*)element;

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.


_setPageReplaced: 

- (void) _setPageReplaced: (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.


_setRequest: 

- (void) _setRequest: (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.


_setRequestContextID: 

- (void) _setRequestContextID: (NSString*)contextID;

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.


_setRequestSessionID: 

- (void) _setRequestSessionID: (NSString*)aSessionID;

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.


_setResponse: 

- (void) _setResponse: (GSWResponse*)aResponse;

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.


_setSenderID: 

- (void) _setSenderID: (NSString*)aSenderID;

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.


_setSession: 

- (void) _setSession: (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.


_setUserInfo: 

- (void) _setUserInfo: (NSMutableDictionary*)userInfo;

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.


_synchronizeForDistribution 

- (void) _synchronizeForDistribution;

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.


_takeAwakeComponent: 

- (void) _takeAwakeComponent: (GSWComponent*)component;

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.


_takeAwakeComponentsFromArray: 

- (void) _takeAwakeComponentsFromArray: (NSArray*)components;

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.


_userInfo 

- (NSMutableDictionary*) _userInfo;

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.


_wasActionInvoked 

- (BOOL) _wasActionInvoked;

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.


_wasFormSubmitted 

- (BOOL) _wasFormSubmitted;

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.


existingSession 

- (GSWSession*) existingSession;

Description forthcoming.


languages 

- (NSArray*) languages;

Returns array of languages First try session languages, if none, try self language If none, try request languages


userInfo 

- (NSMutableDictionary*) userInfo;

Description forthcoming.


Software documentation for the GSWContext(GSWContextC) category

GSWContext(GSWContextC)

Declared in:
Foundation/GSWContext.h
Standards:

Description forthcoming.

Method summary

appendElementIDComponent: 

- (void) appendElementIDComponent: (NSString*)string;

Description forthcoming.


appendZeroElementIDComponent 

- (void) appendZeroElementIDComponent;

Description forthcoming.


deleteAllElementIDComponents 

- (void) deleteAllElementIDComponents;

Description forthcoming.


deleteLastElementIDComponent 

- (void) deleteLastElementIDComponent;

Description forthcoming.


incrementLastElementIDComponent 

- (void) incrementLastElementIDComponent;

Description forthcoming.


Software documentation for the GSWContext(GSWContextD) category

GSWContext(GSWContextD)

Declared in:
Foundation/GSWContext.h
Standards:

Description forthcoming.

Method summary

application 

- (GSWApplication*) application;

Description forthcoming.


isDistributionEnabled 

- (BOOL) isDistributionEnabled;

Description forthcoming.


setDistributionEnabled: 

- (void) setDistributionEnabled: (BOOL)isDistributionEnabled;

Description forthcoming.


url 

- (NSString*) url;

Description forthcoming.


urlApplicationNumber 

- (int) urlApplicationNumber;

Description forthcoming.


urlSessionPrefix 

- (NSString*) urlSessionPrefix;

Description forthcoming.


Software documentation for the GSWContext(GSWContextGSWeb) category

GSWContext(GSWContextGSWeb)

Declared in:
Foundation/GSWContext.h
Standards:

Description forthcoming.

Method summary

isValidate 

- (BOOL) isValidate;

Description forthcoming.


setValidate: 

- (void) setValidate: (BOOL)isValidate;

Description forthcoming.


Software documentation for the GSWContext(GSWURLGeneration) category

GSWContext(GSWURLGeneration)

Declared in:
Foundation/GSWContext.h
Standards:

Description forthcoming.

Method summary

completeURLWithRequestHandlerKey: path: queryString: 

- (GSWDynamicURLString*) completeURLWithRequestHandlerKey: (NSString*)requestHandlerKey path: (NSString*)requestHandlerPath queryString: (NSString*)queryString;

Description forthcoming.


completeURLWithRequestHandlerKey: path: queryString: isSecure: port: 

- (GSWDynamicURLString*) completeURLWithRequestHandlerKey: (NSString*)requestHandlerKey path: (NSString*)requestHandlerPath queryString: (NSString*)queryString isSecure: (BOOL)isSecure port: (int)port;

Description forthcoming.


completeURLWithURLPrefix: requestHandlerKey: path: queryString: 

- (GSWDynamicURLString*) completeURLWithURLPrefix: (NSString*)urlPrefix requestHandlerKey: (NSString*)requestHandlerKey path: (NSString*)requestHandlerPath queryString: (NSString*)queryString;

Description forthcoming.


completeURLWithURLPrefix: requestHandlerKey: path: queryString: isSecure: port: 

- (GSWDynamicURLString*) completeURLWithURLPrefix: (NSString*)urlPrefix requestHandlerKey: (NSString*)requestHandlerKey path: (NSString*)requestHandlerPath queryString: (NSString*)queryString isSecure: (BOOL)isSecure port: (int)port;

Description forthcoming.


componentActionURL 

- (GSWDynamicURLString*) componentActionURL;

Description forthcoming.


componentActionURLIsSecure: 

- (GSWDynamicURLString*) componentActionURLIsSecure: (BOOL)isSecure;

Description forthcoming.


directActionURLForActionNamed: queryDictionary: 

- (GSWDynamicURLString*) directActionURLForActionNamed: (NSString*)actionName queryDictionary: (NSDictionary*)queryDictionary;

Description forthcoming.


directActionURLForActionNamed: queryDictionary: isSecure: 

- (GSWDynamicURLString*) directActionURLForActionNamed: (NSString*)actionName queryDictionary: (NSDictionary*)queryDictionary isSecure: (BOOL)isSecure;

Description forthcoming.


directActionURLForActionNamed: queryDictionary: pathQueryDictionary: 

- (GSWDynamicURLString*) directActionURLForActionNamed: (NSString*)actionName queryDictionary: (NSDictionary*)queryDictionary pathQueryDictionary: (NSDictionary*)pathQueryDictionary;

Description forthcoming.


directActionURLForActionNamed: queryDictionary: pathQueryDictionary: isSecure: 

- (GSWDynamicURLString*) directActionURLForActionNamed: (NSString*)actionName queryDictionary: (NSDictionary*)queryDictionary pathQueryDictionary: (NSDictionary*)pathQueryDictionary isSecure: (BOOL)isSecure;

Description forthcoming.


directActionURLForActionNamed: urlPrefix: queryDictionary: 

- (GSWDynamicURLString*) directActionURLForActionNamed: (NSString*)actionName urlPrefix: (NSString*)urlPrefix queryDictionary: (NSDictionary*)queryDictionary;

Description forthcoming.


directActionURLForActionNamed: urlPrefix: queryDictionary: isSecure: 

- (GSWDynamicURLString*) directActionURLForActionNamed: (NSString*)actionName urlPrefix: (NSString*)urlPrefix queryDictionary: (NSDictionary*)queryDictionary isSecure: (BOOL)isSecure;

Description forthcoming.


directActionURLForActionNamed: urlPrefix: queryDictionary: pathQueryDictionary: 

- (GSWDynamicURLString*) directActionURLForActionNamed: (NSString*)actionName urlPrefix: (NSString*)urlPrefix queryDictionary: (NSDictionary*)queryDictionary pathQueryDictionary: (NSDictionary*)pathQueryDictionary;

Description forthcoming.


directActionURLForActionNamed: urlPrefix: queryDictionary: pathQueryDictionary: isSecure: 

- (GSWDynamicURLString*) directActionURLForActionNamed: (NSString*)actionName urlPrefix: (NSString*)urlPrefix queryDictionary: (NSDictionary*)queryDictionary pathQueryDictionary: (NSDictionary*)pathQueryDictionary isSecure: (BOOL)isSecure;

Description forthcoming.


urlWithRequestHandlerKey: path: queryString: 

- (GSWDynamicURLString*) urlWithRequestHandlerKey: (NSString*)requestHandlerKey path: (NSString*)requestHandlerPath queryString: (NSString*)queryString;

Description forthcoming.


urlWithRequestHandlerKey: path: queryString: isSecure: port: 

- (GSWDynamicURLString*) urlWithRequestHandlerKey: (NSString*)requestHandlerKey path: (NSString*)requestHandlerPath queryString: (NSString*)queryString isSecure: (BOOL)isSecure port: (int)port;

Description forthcoming.


urlWithURLPrefix: RequestHandlerKey: path: queryString: 

- (GSWDynamicURLString*) urlWithURLPrefix: (NSString*)urlPrefix RequestHandlerKey: (NSString*)requestHandlerKey path: (NSString*)requestHandlerPath queryString: (NSString*)queryString;

Description forthcoming.


urlWithURLPrefix: requestHandlerKey: path: queryString: isSecure: port: 

- (GSWDynamicURLString*) urlWithURLPrefix: (NSString*)urlPrefix requestHandlerKey: (NSString*)requestHandlerKey path: (NSString*)requestHandlerPath queryString: (NSString*)queryString isSecure: (BOOL)isSecure port: (int)port;

Description forthcoming.



Up