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/GSWComponent.h
- Conforms to:
- GSWActionResults
- NSCopying
Availability: OpenStep
Description forthcoming.
GSWComponent declares 16 Instance Variables
+ (void)
_registerObserver: (id)observer;
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)
logWithFormat: (
NSString*)format
,...;
Availability: OpenStep
Description forthcoming.
+ (
GSWElement*)
templateWithHTMLString: (
NSString*)htmlString
declarationString: (
NSString*)declarationString;
Availability: OpenStep
Description forthcoming.
+ (
GSWElement*)
templateWithHTMLString: (
NSString*)htmlString
declarationString: (
NSString*)declarationString
languages: (
NSArray*)languages;
Availability: OpenStep
Description forthcoming.
- (
GSWAssociation*)
_associationWithName: (
NSString*)parentBindingName;
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)
_awakeInContext: (
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.
- (
GSWElement*)
_childTemplate;
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.
- (
GSWComponentDefinition*)
_componentDefinition;
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.
- (
GSWResponse*)
_generateResponseInContext: (
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.
- (BOOL)
_isPage;
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)
_setIsPage: (BOOL)isPage;
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)
_setParent: (
GSWComponent*)parent
associations: (
NSMutableDictionary*)assocdict
template: (
GSWElement*)template;
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)
_setSubcomponent: (
GSWComponent*)component
forElementID: (
NSString*)elementId;
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*)
_templateName;
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)
appendToResponse: (
GSWResponse*)aResponse
inContext: (
GSWContext*)aContext;
Availability: OpenStep
Description forthcoming.
- (
GSWApplication*)
application;
Availability: OpenStep
Description forthcoming.
- (void)
awake;
Availability: OpenStep
Not implemented (as of 2025-12-01).
Please help us by producing an implementation of
this and donating it to the GNUstep project.
- (
NSString*)
baseURL;
Availability: OpenStep
Description forthcoming.
- (
NSDictionary*)
bindingAssociations;
Availability: OpenStep
Description forthcoming.
- (
GSWContext*)
context;
Availability: OpenStep
Description forthcoming.
- (void)
debugWithFormat: (
NSString*)format
,...;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
declarationName;
Availability: OpenStep
Description forthcoming.
- (
NSDictionary*)
defaultAssociations;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
description;
Availability: OpenStep
Description forthcoming.
- (void)
ensureAwakeInContext: (
GSWContext*)aContext;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
frameworkName;
Availability: OpenStep
Description forthcoming.
- (
GSWResponse*)
generateResponse;
Availability: OpenStep
Description forthcoming.
- (BOOL)
hasBinding: (
NSString*)parentBindingName;
Availability: OpenStep
Description forthcoming.
- (BOOL)
hasSession;
Availability: OpenStep
Description forthcoming.
- (BOOL)
isCachingEnabled;
Availability: OpenStep
Description forthcoming.
- (BOOL)
isStateless;
Availability: OpenStep
Description forthcoming.
- (
NSArray*)
languages;
Availability: OpenStep
Description forthcoming.
- (void)
logString: (
NSString*)aString;
Availability: OpenStep
Description forthcoming.
- (void)
logWithFormat: (
NSString*)format
,...;
Availability: OpenStep
Description forthcoming.
- (void)
logWithFormat: (
NSString*)format
arguments: (va_list)argList;
Availability: OpenStep
Description forthcoming.
- (id)
makeAParentPerformSelectorIfPossible: (SEL)aSelector;
Availability: OpenStep
Description forthcoming.
- (id)
makeAParentPerformSelectorIfPossible: (SEL)aSelector
withObject: (id)object;
Availability: OpenStep
Description forthcoming.
- (id)
makeAParentPerformSelectorIfPossible: (SEL)aSelector
withObject: (id)object1
withObject: (id)object2;
Availability: OpenStep
Description forthcoming.
- (void)
makeParentsPerformSelectorIfPossible: (SEL)aSelector;
Availability: OpenStep
Description forthcoming.
- (void)
makeParentsPerformSelectorIfPossible: (SEL)aSelector
withObject: (id)object;
Availability: OpenStep
Description forthcoming.
- (void)
makeParentsPerformSelectorIfPossible: (SEL)aSelector
withObject: (id)object1
withObject: (id)object2;
Availability: OpenStep
Description forthcoming.
- (void)
makeSubComponentsPerformSelectorIfPossible: (SEL)aSelector;
Availability: OpenStep
Description forthcoming.
- (void)
makeSubComponentsPerformSelectorIfPossible: (SEL)aSelector
withObject: (id)object;
Availability: OpenStep
Description forthcoming.
- (void)
makeSubComponentsPerformSelectorIfPossible: (SEL)aSelector
withObject: (id)object1
withObject: (id)object2;
Availability: OpenStep
Description forthcoming.
- (
WOMarkupType)
markupType;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
name;
Availability: OpenStep
Description forthcoming.
- (
GSWComponent*)
parent;
Availability: OpenStep
Description forthcoming.
- (
NSArray*)
parents;
Availability: OpenStep
Description forthcoming.
- (
NSArray*)
parentsClasses;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
path;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
pathForResourceNamed: (
NSString*)aName
ofType: (
NSString*)extension;
Availability: OpenStep
Description forthcoming.
- (void)
pullValuesFromParent;
Availability: OpenStep
Description forthcoming.
- (void)
pushValuesToParent;
Availability: OpenStep
Description forthcoming.
- (void)
reset;
Availability: OpenStep
Not implemented (as of 2025-12-01).
Please help us by producing an implementation of
this and donating it to the GNUstep project.
- (
GSWSession*)
session;
Availability: OpenStep
Description forthcoming.
- (void)
setCachingEnabled: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
setDefaultAssociations: (
NSDictionary*)defaultAssociations;
Availability: OpenStep
Description forthcoming.
- (void)
setUserAssociations: (
NSDictionary*)userAssociations;
Availability: OpenStep
Description forthcoming.
- (void)
setUserDictionary: (
NSDictionary*)userDictionary;
Availability: OpenStep
Description forthcoming.
- (void)
setValue: (id)value
forBinding: (
NSString*)parentBindingName;
Availability: OpenStep
Description forthcoming.
- (void)
sleep;
Availability: OpenStep
Not implemented (as of 2025-12-01).
Please help us by producing an implementation of
this and donating it to the GNUstep project.
- (void)
sleepInContext: (
GSWContext*)aContext;
Availability: OpenStep
Description forthcoming.
- (
GSWComponent*)
subComponentForElementID: (
NSString*)elementId;
Availability: OpenStep
Description forthcoming.
- (void)
synchronizeComponentToParent;
Availability: OpenStep
Description forthcoming.
- (void)
synchronizeParentToComponent;
Availability: OpenStep
Description forthcoming.
- (BOOL)
synchronizesParentToComponentVariablesWithBindings;
Availability: OpenStep
Do we need to synchronize parent to component
- (BOOL)
synchronizesVariablesWithBindings;
Availability: OpenStep
Description forthcoming.
- (void)
takeValuesFromRequest: (
GSWRequest*)request
inContext: (
GSWContext*)aContext;
Availability: OpenStep
Description forthcoming.
- (
GSWElement*)
template;
Availability: OpenStep
Description forthcoming.
- (
GSWElement*)
templateWithName: (
NSString*)aName;
Availability: OpenStep
Description forthcoming.
- (
GSWComponent*)
topParent;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
urlForResourceNamed: (
NSString*)aName
ofType: (
NSString*)extension;
Availability: OpenStep
Description forthcoming.
- (
NSDictionary*)
userAssociations;
Availability: OpenStep
Description forthcoming.
- (
NSDictionary*)
userDictionary;
Availability: OpenStep
Description forthcoming.
- (id)
validateTakeValue: (id)value
forKeyPath: (
NSString*)path;
Availability: OpenStep
This method is called to validate and potentially
coerce VALUE for the receivers key path.
This method also assigns the value if it is
different from the current value. This
method will raise an EOValidationException if
validateValue:forKeyPath:error:
returns an error. This method returns new
value.
- (
NSException*)
validateValue: (id*)valuePtr
forKey: (
NSString*)key;
Availability: OpenStep
Description forthcoming.
- (void)
validationFailedWithException: (
NSException*)exception
value: (id)value
keyPath: (
NSString*)keyPath;
Availability: OpenStep
Not implemented (as of 2025-12-01).
Please help us by producing an implementation of
this and donating it to the GNUstep project.
- (id)
valueForBinding: (
NSString*)parentBindingName;
Availability: OpenStep
Description forthcoming.
Instance Variables for GSWComponent Class
@protected GSWElement*
_childTemplate;
Availability: OpenStep
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.
@protected GSWComponentDefinition*
_componentDefinition;
Availability: OpenStep
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.
@protected GSWContext*
_context;
Availability: OpenStep
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.
@protected NSDictionary*
_defaultAssociations;
Availability: OpenStep
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.
@protected BOOL
_isCachingEnabled;
Availability: OpenStep
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.
@protected BOOL
_isPage;
Availability: OpenStep
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.
@protected BOOL
_isSynchronized;
Availability: OpenStep
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.
@protected NSMutableDictionary*
_keyAssociations;
Availability: OpenStep
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.
@protected NSString*
_name;
Availability: OpenStep
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.
@protected GSWComponent*
_parent;
Availability: OpenStep
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.
@protected GSWSession*
_session;
Availability: OpenStep
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.
@protected NSMutableDictionary*
_subComponents;
Availability: OpenStep
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.
@protected GSWElement*
_template;
Availability: OpenStep
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.
@protected NSString*
_templateName;
Availability: OpenStep
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.
@protected NSDictionary*
_userAssociations;
Availability: OpenStep
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.
@protected NSDictionary*
_userDictionary;
Availability: OpenStep
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.
Up