Up
Authors
- Manuel Guesdon (
mguesdon@orange-concept.com)
-
Date: Generated at 2025-12-01
Copyright: (C) 1999-2002 Free Software Foundation, Inc.
- Declared in:
- WebObjects/GSWComponentReference.h
Availability: OpenStep
Description forthcoming.
GSWComponentReference declares 3 Instance Variables
- (void)
appendToResponse: (
GSWResponse*)aResponse
inContext: (
GSWContext*)aContext;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
description;
Availability: OpenStep
Description forthcoming.
- (id)
initWithName: (
NSString*)aName
associations: (
NSDictionary*)associations;
Availability: OpenStep
Description forthcoming.
- (id)
initWithName: (
NSString*)aName
associations: (
NSDictionary*)associations
template: (
GSWElement*)template;
Availability: OpenStep
Description forthcoming.
- (void)
popRefComponentInContext: (
GSWContext*)aContext;
Availability: OpenStep
Description forthcoming.
- (void)
pushRefComponentInContext: (
GSWContext*)aContext;
Availability: OpenStep
Description forthcoming.
- (void)
takeValuesFromRequest: (
GSWRequest*)aRequest
inContext: (
GSWContext*)aContext;
Availability: OpenStep
Description forthcoming.
Instance Variables for GSWComponentReference Class
@protected GSWElement*
_contentElement;
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.
Up