Up

GSWeb: Class GSWComponentReference

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.2

Date: 2002/05/16 18:01:40

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


Contents -

  1. Software documentation for the GSWComponentReference class
  2. Software documentation for the GSWComponentReference(GSWComponentReferenceA) category
  3. Software documentation for the GSWComponentReference(GSWRequestHandling) category

Software documentation for the GSWComponentReference class

GSWComponentReference : GSWDynamicElement

Declared in:
Foundation/GSWComponentReference.h
Standards:

Description forthcoming.


Instance Variables

Method summary

description 

- (NSString*) description;

Description forthcoming.


initWithName: associations: 

- (id) initWithName: (NSString*)aName associations: (NSDictionary*)associations;

Description forthcoming.


initWithName: associations: template: 

- (id) initWithName: (NSString*)aName associations: (NSDictionary*)associations template: (GSWElement*)template;

Description forthcoming.




Instance Variables for GSWComponentReference Class

_associations

@protected NSArray* _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.


_associationsKeys

@protected NSArray* _associationsKeys;

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.


_contentElement

@protected GSWElement* _contentElement;

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 NSString* _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.





Software documentation for the GSWComponentReference(GSWComponentReferenceA) category

GSWComponentReference(GSWComponentReferenceA)

Declared in:
Foundation/GSWComponentReference.h
Standards:

Description forthcoming.

Method summary

popRefComponentInContext: 

- (void) popRefComponentInContext: (GSWContext*)aContext;

Description forthcoming.


pushRefComponentInContext: 

- (void) pushRefComponentInContext: (GSWContext*)aContext;

Description forthcoming.


Software documentation for the GSWComponentReference(GSWRequestHandling) category

GSWComponentReference(GSWRequestHandling)

Declared in:
Foundation/GSWComponentReference.h
Standards:

Description forthcoming.

Method summary

appendToResponse: inContext: 

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

Description forthcoming.


invokeActionForRequest: inContext: 

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

Description forthcoming.


takeValuesFromRequest: inContext: 

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

Description forthcoming.



Up