Up

GSWeb: Class GSWDynamicURLString

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.5

Date: 2004/09/01 13:58:47

Copyright: (C) 1999-2004 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the GSWDynamicURLString class
  2. Software documentation for the GSWDynamicURLString(GSWDynamicURLStringGet) category
  3. Software documentation for the GSWDynamicURLString(GSWDynamicURLStringParsing) category
  4. Software documentation for the GSWDynamicURLString(GSWDynamicURLStringSet) category

Software documentation for the GSWDynamicURLString class

GSWDynamicURLString : NSMutableString

Declared in:
Foundation/GSWDynamicURLString.h
Conforms to:
NSCoding
NSCopying
Standards:

Description forthcoming.


Instance Variables

Method summary

copyWithZone: 

- (id) copyWithZone: (NSZone*)zone;

Description forthcoming.


dealloc 

- (void) dealloc;

Description forthcoming.


description 

- (NSString*) description;

Description forthcoming.


encodeWithCoder: 

- (void) encodeWithCoder: (NSCoder*)coder;

Description forthcoming.


forwardInvocation: 

- (void) forwardInvocation: (NSInvocation*)invocation;

Description forthcoming.


initWithCString: 

- (id) initWithCString: (const char*)byteString;

Description forthcoming.


initWithCString: length: 

- (id) initWithCString: (const char*)byteString length: (unsigned int)length;

Description forthcoming.


initWithCStringNoCopy: length: freeWhenDone: 

- (id) initWithCStringNoCopy: (char*)byteString length: (unsigned int)length freeWhenDone: (BOOL)flag;

Description forthcoming.


initWithCharacters: length: 

- (id) initWithCharacters: (const unichar*)chars length: (unsigned int)length;

Description forthcoming.


initWithCharactersNoCopy: length: freeWhenDone: 

- (id) initWithCharactersNoCopy: (unichar*)chars length: (unsigned int)length freeWhenDone: (BOOL)flag;

Description forthcoming.


initWithCoder: 

- (id) initWithCoder: (NSCoder*)coder;

Description forthcoming.


initWithContentsOfFile: 

- (id) initWithContentsOfFile: (NSString*)path;

Description forthcoming.


initWithData: encoding: 

- (id) initWithData: (NSData*)data encoding: (NSStringEncoding)encoding;

Description forthcoming.


initWithFormat: ,...

- (id) initWithFormat: (NSString*)format,...;

Description forthcoming.


initWithFormat: arguments: 

- (id) initWithFormat: (NSString*)format arguments: (va_list)argList;

Description forthcoming.


initWithString: 

- (id) initWithString: (NSString*)string;

Description forthcoming.


methodSignatureForSelector: 

- (NSMethodSignature*) methodSignatureForSelector: (SEL)selector;

Description forthcoming.




Instance Variables for GSWDynamicURLString Class

_applicationName

@protected NSString* _applicationName;

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.


_applicationNumber

@protected int _applicationNumber;

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.


_applicationNumberString

@protected NSString* _applicationNumberString;

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.


_flags

@protected struct ... _flags;

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.


_host

@protected NSString* _host;

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.


_port

@protected int _port;

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.


_prefix

@protected NSString* _prefix;

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.


_protocol

@protected NSString* _protocol;

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.


_queryString

@protected NSString* _queryString;

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.


_requestHandlerKey

@protected NSString* _requestHandlerKey;

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.


_requestHandlerPath

@protected NSString* _requestHandlerPath;

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.


_url

@protected NSMutableString* _url;

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.


_urlASImp

@protected IMP _urlASImp;

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.


_urlBeginning

@protected NSMutableString* _urlBeginning;

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.


_urlBeginningASImp

@protected IMP _urlBeginningASImp;

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.





Software documentation for the GSWDynamicURLString(GSWDynamicURLStringGet) category

GSWDynamicURLString(GSWDynamicURLStringGet)

Declared in:
Foundation/GSWDynamicURLString.h
Standards:

Description forthcoming.

Method summary

checkURL 

- (void) checkURL;

Description forthcoming.


urlApplicationName 

- (NSString*) urlApplicationName;

Description forthcoming.


urlApplicationNumber 

- (int) urlApplicationNumber;

Description forthcoming.


urlHost 

- (NSString*) urlHost;

Description forthcoming.


urlPort 

- (int) urlPort;

Description forthcoming.


urlPortString 

- (NSString*) urlPortString;

Description forthcoming.


urlPrefix 

- (NSString*) urlPrefix;

Description forthcoming.


urlProtocol 

- (NSString*) urlProtocol;

Description forthcoming.


urlProtocolHostPort 

- (NSString*) urlProtocolHostPort;

Description forthcoming.


urlQueryString 

- (NSString*) urlQueryString;

Description forthcoming.


urlRequestHandlerKey 

- (NSString*) urlRequestHandlerKey;

Description forthcoming.


urlRequestHandlerPath 

- (NSString*) urlRequestHandlerPath;

Description forthcoming.


Software documentation for the GSWDynamicURLString(GSWDynamicURLStringParsing) category

GSWDynamicURLString(GSWDynamicURLStringParsing)

Declared in:
Foundation/GSWDynamicURLString.h
Standards:

Description forthcoming.

Method summary

_compose 

- (void) _compose;

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.


_parse 

- (void) _parse;

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.


Software documentation for the GSWDynamicURLString(GSWDynamicURLStringSet) category

GSWDynamicURLString(GSWDynamicURLStringSet)

Declared in:
Foundation/GSWDynamicURLString.h
Standards:

Description forthcoming.

Method summary

setURLApplicationName: 

- (void) setURLApplicationName: (NSString*)aString;

Description forthcoming.


setURLApplicationNumber: 

- (void) setURLApplicationNumber: (int)applicationNumber;

Description forthcoming.


setURLHost: 

- (void) setURLHost: (NSString*)aString;

Description forthcoming.


setURLPort: 

- (void) setURLPort: (int)port;

Description forthcoming.


setURLPortString: 

- (void) setURLPortString: (NSString*)aString;

Description forthcoming.


setURLPrefix: 

- (void) setURLPrefix: (NSString*)aString;

Description forthcoming.


setURLProtocol: 

- (void) setURLProtocol: (NSString*)aString;

Description forthcoming.


setURLQueryString: 

- (void) setURLQueryString: (NSString*)aString;

Description forthcoming.


setURLRequestHandlerKey: 

- (void) setURLRequestHandlerKey: (NSString*)aString;

Description forthcoming.


setURLRequestHandlerPath: 

- (void) setURLRequestHandlerPath: (NSString*)aString;

Description forthcoming.



Up