Up

GSWeb: Class GSWSwitchComponent

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.3

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

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


Contents -

  1. Software documentation for the GSWSwitchComponent class
  2. Software documentation for the GSWSwitchComponent(GSWSwitchComponentA) category

Software documentation for the GSWSwitchComponent class

GSWSwitchComponent : GSWDynamicElement

Declared in:
Foundation/GSWSwitchComponent.h
Standards:

Description forthcoming.


Instance Variables

Method summary

description 

- (NSString*) description;

Description forthcoming.


initWithName: associations: template: 

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

Description forthcoming.




Instance Variables for GSWSwitchComponent Class

_componentAttributes

@protected NSDictionary* _componentAttributes;

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.


_componentCache

@protected NSMutableDictionary* _componentCache;

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.


_componentName

@protected GSWAssociation* _componentName;

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.


_template

@protected GSWElement* _template;

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 GSWSwitchComponent(GSWSwitchComponentA) category

GSWSwitchComponent(GSWSwitchComponentA)

Declared in:
Foundation/GSWSwitchComponent.h
Standards:

Description forthcoming.

Method summary

_elementNameInContext: 

- (NSString*) _elementNameInContext: (GSWContext*)aContext;

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.


_realComponentWithName: inContext: 

- (GSWElement*) _realComponentWithName: (NSString*)name inContext: (GSWContext*)aContext;

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*)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