Up

GSWeb: Class GSWText

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.3

Date: 2003/11/24 11:59:14

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


Contents -

  1. Software documentation for the GSWText class
  2. Software documentation for the GSWText(GSWTextA) category
  3. Software documentation for the GSWText(GSWTextB) category

Software documentation for the GSWText class

GSWText : GSWInput

Declared in:
Foundation/GSWText.h
Standards:

Description forthcoming.

Method summary

description 

- (NSString*) description;

Description forthcoming.


elementName 

- (NSString*) elementName;

Description forthcoming.


initWithName: associations: contentElements: 

- (id) initWithName: (NSString*)name associations: (NSDictionary*)associations contentElements: (NSArray*)elements;

Description forthcoming.


Software documentation for the GSWText(GSWTextA) category

GSWText(GSWTextA)

Declared in:
Foundation/GSWText.h
Standards:

Description forthcoming.

Method summary

_filterSoftReturnsFromString: 

- (NSString*) _filterSoftReturnsFromString: (NSString*)string;

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.


appendToResponse: inContext: 

- (void) appendToResponse: (GSWResponse*)response inContext: (GSWContext*)context;

Description forthcoming.


takeValuesFromRequest: inContext: 

- (void) takeValuesFromRequest: (GSWRequest*)request inContext: (GSWContext*)context;

Description forthcoming.


Software documentation for the GSWText(GSWTextB) category

GSWText(GSWTextB)

Declared in:
Foundation/GSWText.h
Standards:

Description forthcoming.

Method summary

appendStringAtRight: withMapping: 

- (BOOL) appendStringAtRight: (id)unkwnon withMapping: (char*)mapping;

Description forthcoming.



Up