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/GSWDynamicURLString.h
- Conforms to:
- NSCoding
- NSCopying
Availability: OpenStep
Description forthcoming.
GSWDynamicURLString declares 14 Instance Variables
- (void)
_compose;
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)
_parse;
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.
- (
NSString*)
applicationNumber;
Availability: OpenStep
Description forthcoming.
- (id)
copyWithZone: (
NSZone*)zone;
Availability: OpenStep
Description forthcoming.
- (void)
dealloc;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
description;
Availability: OpenStep
Description forthcoming.
- (void)
encodeWithCoder: (
NSCoder*)coder;
Availability: OpenStep
Description forthcoming.
- (void)
forwardInvocation: (
NSInvocation*)invocation;
Availability: OpenStep
Description forthcoming.
- (id)
initWithCString: (const char*)byteString;
Availability: OpenStep
Description forthcoming.
- (id)
initWithCharacters: (const
unichar*)chars
length: (
NSUInteger)length;
Availability: OpenStep
Description forthcoming.
- (id)
initWithCharactersNoCopy: (
unichar*)chars
length: (
NSUInteger)length
freeWhenDone: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (id)
initWithCoder: (
NSCoder*)coder;
Availability: OpenStep
Description forthcoming.
- (id)
initWithContentsOfFile: (
NSString*)path;
Availability: OpenStep
Description forthcoming.
- (id)
initWithData: (
NSData*)data
encoding: (
NSStringEncoding)encoding;
Availability: OpenStep
Description forthcoming.
- (id)
initWithFormat: (
NSString*)format
,...;
Availability: OpenStep
Description forthcoming.
- (id)
initWithFormat: (
NSString*)format
arguments: (va_list)argList;
Availability: OpenStep
Description forthcoming.
- (id)
initWithString: (
NSString*)string;
Availability: OpenStep
Description forthcoming.
- (
NSMethodSignature*)
methodSignatureForSelector: (SEL)selector;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
queryString;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
requestHandlerPath;
Availability: OpenStep
Description forthcoming.
- (void)
setApplicationNumber: (
NSString*)newNr;
Availability: OpenStep
Description forthcoming.
- (void)
setQueryString: (
NSString*)aString;
Availability: OpenStep
Description forthcoming.
- (void)
setRequestHandlerKey: (
NSString*)aString;
Availability: OpenStep
Description forthcoming.
- (void)
setRequestHandlerPath: (
NSString*)aString;
Availability: OpenStep
Description forthcoming.
- (void)
setURLApplicationName: (
NSString*)aString;
Availability: OpenStep
Description forthcoming.
- (void)
setURLApplicationNumber: (int)applicationNumber;
Availability: OpenStep
Description forthcoming.
- (void)
setURLHost: (
NSString*)aString;
Availability: OpenStep
Description forthcoming.
- (void)
setURLPort: (int)port_;
Availability: OpenStep
Description forthcoming.
- (void)
setURLPortString: (
NSString*)aString;
Availability: OpenStep
Description forthcoming.
- (void)
setURLPrefix: (
NSString*)aString;
Availability: OpenStep
Description forthcoming.
- (void)
setURLProtocol: (
NSString*)aString;
Availability: OpenStep
Description forthcoming.
- (void)
setURLQueryString: (
NSString*)aString;
Availability: OpenStep
Description forthcoming.
- (void)
setURLRequestHandlerKey: (
NSString*)aString;
Availability: OpenStep
Description forthcoming.
- (void)
setURLRequestHandlerPath: (
NSString*)aString;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
urlApplicationName;
Availability: OpenStep
Description forthcoming.
- (int)
urlApplicationNumber;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
urlHost;
Availability: OpenStep
Description forthcoming.
- (int)
urlPort;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
urlPortString;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
urlPrefix;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
urlProtocol;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
urlProtocolHostPort;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
urlQueryString;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
urlRequestHandlerKey;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
urlRequestHandlerPath;
Availability: OpenStep
Description forthcoming.
Instance Variables for GSWDynamicURLString Class
@protected NSString*
_applicationName;
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 int
_applicationNumber;
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*
_applicationNumberString;
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*
_host;
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 int
_port;
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*
_prefix;
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*
_protocol;
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*
_queryString;
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*
_requestHandlerKey;
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*
_requestHandlerPath;
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 NSMutableString*
_url;
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 IMP
_urlASImp;
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 NSMutableString*
_urlBeginning;
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 IMP
_urlBeginningASImp;
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