Up

GSWeb: Class GSWClientSideScript

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.


Contents -

  1. Software documentation for the GSWClientSideScript class
  2. Software documentation for the GSWClientSideScript(GSWClientSideScriptA) category

Software documentation for the GSWClientSideScript class

GSWClientSideScript : GSWDynamicElement

Declared in:
Foundation/GSWClientSideScript.h
Standards:

Description forthcoming.


Instance Variables

Method summary

dealloc 

- (void) dealloc;

Description forthcoming.




Instance Variables for GSWClientSideScript Class

_hideInComment

@protected GSWAssociation* _hideInComment;

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.


_language

@protected GSWAssociation* _language;

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.


_otherAttributes

@protected NSDictionary* _otherAttributes;

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.


_scriptFile

@protected GSWAssociation* _scriptFile;

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.


_scriptSource

@protected GSWAssociation* _scriptSource;

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.


_scriptString

@protected GSWAssociation* _scriptString;

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 GSWClientSideScript(GSWClientSideScriptA) category

GSWClientSideScript(GSWClientSideScriptA)

Declared in:
Foundation/GSWClientSideScript.h
Standards:

Description forthcoming.

Method summary

appendToResponse: inContext: 

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

Description forthcoming.



Up