Up

GSWeb: Class GSWForm

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.6

Date: 2004/03/01 16:47:04

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


Contents -

  1. Software documentation for the GSWForm class
  2. Software documentation for the GSWForm(GSWFormA) category
  3. Software documentation for the GSWForm(GSWFormB) category
  4. Software documentation for the GSWForm(GSWFormC) category

Software documentation for the GSWForm class

GSWForm : GSWHTMLDynamicElement

Declared in:
Foundation/GSWForm.h
Standards:

Description forthcoming.


Instance Variables

Method summary

initWithName: associations: contentElements: 

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

Description forthcoming.




Instance Variables for GSWForm 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.


_actionClass

@protected GSWAssociation* _actionClass;

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.


_directActionName

@protected GSWAssociation* _directActionName;

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.


_disabled

@protected GSWAssociation* _disabled;

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.


_enabled

@protected GSWAssociation* _enabled;

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.


_fragmentIdentifier

@protected GSWAssociation* _fragmentIdentifier;

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.


_href

@protected GSWAssociation* _href;

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.


_multipleSubmit

@protected GSWAssociation* _multipleSubmit;

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.


_otherPathQueryAssociations

@protected NSDictionary* _otherPathQueryAssociations;

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.


_otherQueryAssociations

@protected NSDictionary* _otherQueryAssociations;

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.


_queryDictionary

@protected GSWAssociation* _queryDictionary;

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 GSWForm(GSWFormA) category

GSWForm(GSWFormA)

Declared in:
Foundation/GSWForm.h
Standards:

Description forthcoming.

Method summary

_appendHiddenFieldsToResponse: inContext: 

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

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.


compactHTMLTags 

- (BOOL) compactHTMLTags;

Description forthcoming.


computeActionStringInContext: 

- (NSString*) computeActionStringInContext: (GSWContext*)context;

Description forthcoming.


computeQueryDictionaryInContext: 

- (NSDictionary*) computeQueryDictionaryInContext: (GSWContext*)context;

Description forthcoming.


disabledInContext: 

- (BOOL) disabledInContext: (GSWContext*)context;

Description forthcoming.


invokeActionForRequest: inContext: 

- (GSWElement*) invokeActionForRequest: (GSWRequest*)request inContext: (GSWContext*)context;

Description forthcoming.


takeValuesFromRequest: inContext: 

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

Description forthcoming.


Software documentation for the GSWForm(GSWFormB) category

GSWForm(GSWFormB)

Declared in:
Foundation/GSWForm.h
Standards:

Description forthcoming.

Method summary

_appendCGIActionToResponse: inContext: 

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

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.


appendGSWebObjectsAssociationsToResponse: inContext: 

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

Description forthcoming.


Software documentation for the GSWForm(GSWFormC) category

GSWForm(GSWFormC)

Declared in:
Foundation/GSWForm.h
Standards:

Description forthcoming.

Method summary

hasGSWebObjectsAssociations 

+ (BOOL) hasGSWebObjectsAssociations;

Description forthcoming.



Up