Up

GSWeb: Class GSWGenericContainer

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.

Software documentation for the GSWGenericContainer class

GSWGenericContainer : GSWDynamicElement

Declared in:
Foundation/GSWGenericContainer.h
Standards:

Description forthcoming.


Instance Variables

Method summary

appendToResponse: inContext: 

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

Description forthcoming.


dealloc 

- (void) dealloc;

Description forthcoming.


description 

- (NSString*) description;

Description forthcoming.


invokeActionForRequest: inContext: 

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

Description forthcoming.


takeValuesFromRequest: inContext: 

- (void) takeValuesFromRequest: (GSWRequest*)aRequest inContext: (GSWContext*)aContext;

Description forthcoming.




Instance Variables for GSWGenericContainer Class

_associations

@protected NSDictionary* _associations;

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.


_children

@protected GSWAssociation* _children;

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.


_element

@protected GSWElement* _element;

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