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/GSWSwitchComponent.h
Availability: OpenStep
Description forthcoming.
GSWSwitchComponent declares 4 Instance Variables
- (
NSString*)
description;
Availability: OpenStep
Description forthcoming.
- (id)
initWithName: (
NSString*)name
associations: (
NSDictionary*)associations
template: (
GSWElement*)templateElement;
Availability: OpenStep
Description forthcoming.
Instance Variables for GSWSwitchComponent Class
@protected NSDictionary*
_componentAttributes;
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*
_componentCache;
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*
_componentName;
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.
- Declared in:
- WebObjects/GSWSwitchComponent.h
Availability: OpenStep
Description forthcoming.
- (
NSString*)
_elementNameInContext: (
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*)
_realComponentWithName: (
NSString*)name
inContext: (
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)
appendToResponse: (
GSWResponse*)aResponse
inContext: (
GSWContext*)aContext;
Availability: OpenStep
Description forthcoming.
- (void)
takeValuesFromRequest: (
GSWRequest*)aRequest
inContext: (
GSWContext*)aContext;
Availability: OpenStep
Description forthcoming.
Up