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/GSWParam.h
Availability: OpenStep
Description forthcoming.
GSWParam declares 5 Instance Variables
- (
NSString*)
elementName;
Availability: OpenStep
Description forthcoming.
- (id)
initWithName: (
NSString*)name
associations: (
NSDictionary*)associations
contentElements: (
NSMutableArray*)elements;
Availability: OpenStep
Description forthcoming.
Instance Variables for GSWParam Class
@protected GSWAssociation*
_action;
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 id
_target;
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*
_targetKey;
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
_treatNilValueAsGSWNull;
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 GSWAssociation*
_value;
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.
- Declared in:
- WebObjects/GSWParam.h
Availability: OpenStep
Description forthcoming.
- Declared in:
- WebObjects/GSWParam.h
Availability: OpenStep
Description forthcoming.
- (void)
appendGSWebObjectsAssociationsToResponse: (
GSWResponse*)aResponse
inContext: (
GSWContext*)aContext;
Availability: OpenStep
Description forthcoming.
- (id)
valueInComponent: (
GSWComponent*)component;
Availability: OpenStep
Description forthcoming.
- Declared in:
- WebObjects/GSWParam.h
Availability: OpenStep
Description forthcoming.
+ (BOOL)
escapeHTML;
Availability: OpenStep
Description forthcoming.
+ (BOOL)
hasGSWebObjectsAssociations;
Availability: OpenStep
Description forthcoming.
Up