Up

GSWeb: Class GSWParam

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.3

Date: 2002/08/04 18:00:10

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


Contents -

  1. Software documentation for the GSWParam class
  2. Software documentation for the GSWParam(GSWParamA) category
  3. Software documentation for the GSWParam(GSWParamB) category
  4. Software documentation for the GSWParam(GSWParamC) category

Software documentation for the GSWParam class

GSWParam : GSWHTMLDynamicElement

Declared in:
Foundation/GSWParam.h
Standards:

Description forthcoming.


Instance Variables

Method summary

dealloc 

- (void) dealloc;

Description forthcoming.


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.




Instance Variables for GSWParam Class

_action

@protected GSWAssociation* _action;

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.


_target

@protected id _target;

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.


_targetKey

@protected NSString* _targetKey;

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.


_treatNilValueAsGSWNull

@protected BOOL _treatNilValueAsGSWNull;

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.


_value

@protected GSWAssociation* _value;

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 GSWParam(GSWParamA) category

GSWParam(GSWParamA)

Declared in:
Foundation/GSWParam.h
Standards:

Description forthcoming.

Method summary

invokeActionForRequest: inContext: 

- (GSWElement*) invokeActionForRequest: (GSWRequest*)aRequest inContext: (GSWContext*)aContext;

Description forthcoming.


Software documentation for the GSWParam(GSWParamB) category

GSWParam(GSWParamB)

Declared in:
Foundation/GSWParam.h
Standards:

Description forthcoming.

Method summary

appendGSWebObjectsAssociationsToResponse: inContext: 

- (void) appendGSWebObjectsAssociationsToResponse: (GSWResponse*)aResponse inContext: (GSWContext*)aContext;

Description forthcoming.


valueInComponent: 

- (id) valueInComponent: (id)component;

Description forthcoming.


Software documentation for the GSWParam(GSWParamC) category

GSWParam(GSWParamC)

Declared in:
Foundation/GSWParam.h
Standards:

Description forthcoming.

Method summary

escapeHTML 

+ (BOOL) escapeHTML;

Description forthcoming.


hasGSWebObjectsAssociations 

+ (BOOL) hasGSWebObjectsAssociations;

Description forthcoming.



Up