Up

GSWeb: Class GSWGenericElement

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.3

Date: 2004/01/18 13:06:12

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

Software documentation for the GSWGenericElement class

GSWGenericElement : GSWDynamicElement

Declared in:
Foundation/GSWGenericElement.h
Standards:

Description forthcoming.


Instance Variables

Method summary

_appendOtherAttributesToResponse: inContext: 

- (void) _appendOtherAttributesToResponse: (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.


_appendTagWithName: toResponse: inContext: 

- (void) _appendTagWithName: (NSString*)name toResponse: (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.


_elementNameAppendToResponse: inContext: 

- (id) _elementNameAppendToResponse: (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.


_elementNameInContext: 

- (NSString*) _elementNameInContext: (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.


dealloc 

- (void) dealloc;

Description forthcoming.


description 

- (NSString*) description;

Description forthcoming.


invokeActionForRequest: inContext: 

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

Description forthcoming.


takeValuesFromRequest: inContext: 

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

Description forthcoming.




Instance Variables for GSWGenericElement Class

_elementID

@protected GSWAssociation* _elementID;

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.


_elementName

@protected GSWAssociation* _elementName;

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.


_formValue

@protected GSWAssociation* _formValue;

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.


_formValues

@protected GSWAssociation* _formValues;

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.


_hasFormValues

@protected BOOL _hasFormValues;

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.


_invokeAction

@protected GSWAssociation* _invokeAction;

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.


_name

@protected GSWAssociation* _name;

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.


_omitTags

@protected GSWAssociation* _omitTags;

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.


_otherAssociations

@protected NSDictionary* _otherAssociations;

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.


_otherTagString

@protected GSWAssociation* _otherTagString;

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