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/GSWURLValuedElementData.h
Availability: OpenStep
Description forthcoming.
GSWURLValuedElementData declares 4 Instance Variables
- (void)
appendDataURLToResponse: (
GSWResponse*)response
inContext: (
GSWContext*)context;
Availability: OpenStep
Description forthcoming.
- (void)
appendToResponse: (
GSWResponse*)response
inContext: (
GSWContext*)context;
Availability: OpenStep
Description forthcoming.
- (
NSData*)
data;
Availability: OpenStep
Description forthcoming.
- (void)
dealloc;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
description;
Availability: OpenStep
Description forthcoming.
- (id)
initWithData: (
NSData*)data
mimeType: (
NSString*)type
key: (
NSString*)key;
Availability: OpenStep
Description forthcoming.
- (BOOL)
isTemporary;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
key;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
type;
Availability: OpenStep
Description forthcoming.
Instance Variables for GSWURLValuedElementData Class
@protected NSData*
_data;
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*
_key;
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*
_mimeType;
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
_temporaryKey;
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