Up
Authors
- Manuel Guesdon (
mguesdon@orange-concept.com)
-
Date: Generated at 2025-12-01
Copyright: (C) 1999-2004 Free Software Foundation, Inc.
- Declared in:
- WebObjects/GSWSession.h
- Conforms to:
- NSCoding
- NSCopying
Availability: OpenStep
Description forthcoming.
- (void)
_allowToViewEvents;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (void)
_allowToViewStatistics;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (BOOL)
_allowedToViewEvents;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (BOOL)
_allowedToViewStatistics;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (
NSDate*)
_birthDate;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (
NSMutableArray*)
_contextArrayForContextID: (
NSString*)aContextID
stackIndex: (
NSUInteger*)pStackIndex
contextArrayIndex: (
NSUInteger*)pContextArrayIndex;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (int)
_contextCounter;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (void)
_contextDidIncrementContextID;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (
NSString*)
_contextIDMatchingIDsInContext: (
GSWContext*)aContext;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (void)
_createAutoreleasePool;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (void)
_debugWithString: (
NSString*)string;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (
NSString*)
_formattedStatistics;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (id)
_initWithSessionID: (
NSString*)aSessionID;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (
NSArray*)
_languages;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (
NSMutableDictionary*)
_permanentPageCache;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (
GSWComponent*)
_permanentPageWithContextID: (
NSString*)aContextID;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (void)
_rearrangeContextArrayStackForContextID: (
NSString*)contextID;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (void)
_releaseAutoreleasePool;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (void)
_replacePage: (
GSWComponent*)page;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (int)
_requestCounter;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (void)
_saveCurrentPage;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (void)
_setAllowedToViewEvents: (BOOL)flag;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (void)
_setAllowedToViewStatistics: (BOOL)flag;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (void)
_setBirthDate: (
NSDate*)birthDate;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (void)
_setContext: (
GSWContext*)aContext;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (void)
_terminateByTimeout;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (void)
addLanguage: (
NSString*)language;
Availability: OpenStep
GSWeb specific Add language
language at the end of session languages
array if language is not present
- (void)
appendCookieToResponse: (
GSWResponse*)aResponse;
Availability: OpenStep
Description forthcoming.
- (void)
appendToResponse: (
GSWResponse*)aResponse
inContext: (
GSWContext*)aContext;
Availability: OpenStep
Description forthcoming.
- (
GSWApplication*)
application;
Availability: OpenStep
Description forthcoming.
- (void)
awake;
Availability: OpenStep
Description forthcoming.
- (void)
awakeInContext: (
GSWContext*)aContext;
Availability: OpenStep
Description forthcoming.
- (void)
clearCookieFromResponse: (
GSWResponse*)aResponse;
Availability: OpenStep
Description forthcoming.
- (
GSWContext*)
context;
Availability: OpenStep
Description forthcoming.
- (void)
debugWithFormat: (
NSString*)format
,...;
Availability: OpenStep
Description forthcoming.
- (
EOEditingContext*)
defaultEditingContext;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
description;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
domainForIDCookies;
Availability: OpenStep
Description forthcoming.
- (
NSDate*)
expirationDateForIDCookies;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
firstLanguage;
Availability: OpenStep
GSWeb specific Returns first element of languages or
nil if languages is empty
- (void)
insertLanguage: (
NSString*)language;
Availability: OpenStep
GSWeb specific Insert language
language at the begining of session
languages array
- (BOOL)
isDistributionEnabled;
Availability: OpenStep
Returns NO if URLs contains
application number so requests are directed to
the specific application instance. Resturns
YES if URLs doesn't contain application
number so requests can be directed to any instance
(load balancing) Default value is NO
- (BOOL)
isTerminating;
Availability: OpenStep
Description forthcoming.
- (
NSArray*)
languages;
Availability: OpenStep
Description forthcoming.
- (id)
objectForKey: (
NSString*)key;
Availability: OpenStep
Description forthcoming.
- (
NSUInteger)
pageCacheSize;
Availability: OpenStep
Description forthcoming.
- (
NSUInteger)
permanentPageCacheSize;
Availability: OpenStep
Description forthcoming.
- (void)
removeObjectForKey: (
NSString*)key;
Availability: OpenStep
Description forthcoming.
- (
GSWComponent*)
restorePageForContextID: (
NSString*)aContextID;
Availability: OpenStep
Description forthcoming.
- (void)
savePage: (
GSWComponent*)page;
Availability: OpenStep
Description forthcoming.
- (void)
savePageInPermanentCache: (
GSWComponent*)page;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
sessionID;
Availability: OpenStep
Description forthcoming.
- (void)
setDefaultEditingContext: (
EOEditingContext*)editingContext;
Availability: OpenStep
Description forthcoming.
- (void)
setDistributionEnabled: (BOOL)flag;
Availability: OpenStep
Enables or disables application instance number in
URLs. If flag is NO, URLs
contains application number so requests are
directed to the specific application instance. If
flag is YES, URLs doesn't
contain application number so requests can be
directed to any instance (load balancing)
- (void)
setLanguages: (
NSArray*)languages;
Availability: OpenStep
Description forthcoming.
- (void)
setObject: (id)object
forKey: (
NSString*)key;
Availability: OpenStep
Description forthcoming.
- (void)
setSessionID: (
NSString*)sessionID;
Availability: OpenStep
Description forthcoming.
- (void)
setStoresIDsInCookies: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
setStoresIDsInURLs: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
setTimeOut: (
NSTimeInterval)timeInterval;
Availability: OpenStep
Description forthcoming.
- (void)
sleep;
Availability: OpenStep
Description forthcoming.
- (void)
sleepInContext: (
GSWContext*)aContext;
Availability: OpenStep
Description forthcoming.
- (
NSArray*)
statistics;
Availability: OpenStep
Description forthcoming.
- (BOOL)
storesIDsInCookies;
Availability: OpenStep
Description forthcoming.
- (BOOL)
storesIDsInURLs;
Availability: OpenStep
Description forthcoming.
- (void)
takeValuesFromRequest: (
GSWRequest*)aRequest
inContext: (
GSWContext*)aContext;
Availability: OpenStep
Description forthcoming.
- (void)
terminate;
Availability: OpenStep
Description forthcoming.
- (
NSTimeInterval)
timeOut;
Availability: OpenStep
Description forthcoming.
- (BOOL)
validateEventsLogin: (
NSString*)login
withPassword: (
NSString*)password;
Availability: OpenStep
Description forthcoming.
- (BOOL)
validateStatisticsLogin: (
NSString*)login
withPassword: (
NSString*)password;
Availability: OpenStep
Description forthcoming.
Up