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/GSWHTMLDynamicElement.h
Availability: OpenStep
Description forthcoming.
GSWHTMLDynamicElement declares 7 Instance Variables
+ (
NSString*)
_frameworkNameForAssociation: (
GSWAssociation*)association
inComponent: (
GSWComponent*)component;
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)
_appendCloseTagToResponse: (
GSWResponse*)response
inContext: (
GSWContext*)context;
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)
_appendOpenTagToResponse: (
GSWResponse*)response
inContext: (
GSWContext*)context;
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)
appendAttributesToResponse: (
GSWResponse*)response
inContext: (
GSWContext*)context;
Availability: OpenStep
Description forthcoming.
- (void)
appendConstantAttributesToResponse: (
GSWResponse*)response
inContext: (
GSWContext*)aContext;
Availability: OpenStep
Description forthcoming.
- (void)
appendNonURLAttributesToResponse: (
GSWResponse*)response
inContext: (
GSWContext*)context;
Availability: OpenStep
Description forthcoming.
- (void)
appendURLAttributesToResponse: (
GSWResponse*)response
inContext: (
GSWContext*)context;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
computeActionStringWithActionClassAssociation: (
GSWAssociation*)actionClass
directActionNameAssociation: (
GSWAssociation*)directActionName
inContext: (
GSWContext*)context;
Availability: OpenStep
Description forthcoming.
- (
NSDictionary*)
computeQueryDictionaryWithRequestHandlerPath: (
NSString*)aRequestHandlerPath
queryDictionaryAssociation: (
GSWAssociation*)queryDictionary
otherQueryAssociations: (
NSDictionary*)otherQueryAssociations
inContext: (
GSWContext*)context;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
constantAttributesRepresentation;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
elementName;
Availability: OpenStep
Description forthcoming.
- (BOOL)
hasConstantAttributes;
Availability: OpenStep
Description forthcoming.
- (BOOL)
hasNonURLAttributes;
Availability: OpenStep
Description forthcoming.
- (BOOL)
hasURLAttributes;
Availability: OpenStep
Description forthcoming.
- (BOOL)
secureInContext: (
GSWContext*)context;
Availability: OpenStep
Description forthcoming.
Instance Variables for GSWHTMLDynamicElement Class
@protected NSMutableDictionary*
_associations;
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*
_constantAttributesRepresentation;
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*
_dynElementName;
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
_finishedInitialization;
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*
_nonURLAttributeAssociations;
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*
_secure;
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*
_urlAttributeAssociations;
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