Up

GSWeb: Class GSWConditional

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.3

Date: 2002/11/27 20:25:22

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


Contents -

  1. Software documentation for the GSWConditional class
  2. Software documentation for the GSWConditional(GSWConditionalA) category

Software documentation for the GSWConditional class

GSWConditional : GSWDynamicElement

Declared in:
Foundation/GSWConditional.h
Standards:

Description forthcoming.


Instance Variables

Method summary

dealloc 

- (void) dealloc;

Description forthcoming.


description 

- (NSString*) description;

Description forthcoming.


initWithName: associations: template: 

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

Description forthcoming.




Instance Variables for GSWConditional Class

_childrenGroup

@protected GSWHTMLStaticGroup* _childrenGroup;

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.


_condition

@protected GSWAssociation* _condition;

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.


_conditionValue

@protected GSWAssociation* _conditionValue;

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.


_negate

@protected GSWAssociation* _negate;

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.


_value

@protected GSWAssociation* _value;

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 GSWConditional(GSWConditionalA) category

GSWConditional(GSWConditionalA)

Declared in:
Foundation/GSWConditional.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