Up

GSWeb: Class GSWApplet

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.3

Date: 2002/07/27 23:48:47

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


Contents -

  1. Software documentation for the GSWApplet class
  2. Software documentation for the GSWApplet(GSWAppletA) category

Software documentation for the GSWApplet class

GSWApplet : GSWHTMLDynamicElement

Declared in:
Foundation/GSWApplet.h
Standards:

Description forthcoming.


Instance Variables

Method summary

appendStringAtRight: withMapping: 

- (BOOL) appendStringAtRight: (id)unkwnon withMapping: (char*)mapping;

Description forthcoming.


contextID 

- (id) contextID;

Description forthcoming.


dealloc 

- (void) dealloc;

Description forthcoming.


elementID 

- (NSString*) elementID;

Description forthcoming.


elementName 

- (NSString*) elementName;

Description forthcoming.


paramWithName: value: target: key: treatNilValueAsGSWNull: 

- (id) paramWithName: (id)name value: (id)value target: (id)target key: (id)key treatNilValueAsGSWNull: (BOOL)treatNilValueAsGSWNull;

Description forthcoming.


setContextID: 

- (void) setContextID: (id)contextID;

Description forthcoming.


setElementID: 

- (void) setElementID: (NSString*)elementID;

Description forthcoming.


setURL: 

- (void) setURL: (id)url;

Description forthcoming.


url 

- (id) url;

Description forthcoming.




Instance Variables for GSWApplet Class

_agcArchive

@protected GSWAssociation* _agcArchive;

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.


_agcArchiveNames

@protected GSWAssociation* _agcArchiveNames;

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.


_archive

@protected GSWAssociation* _archive;

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.


_archiveNames

@protected GSWAssociation* _archiveNames;

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.


_clientSideAttributes

@protected NSMutableDictionary* _clientSideAttributes;

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.


_codeBase

@protected GSWAssociation* _codeBase;

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.


_contextID

@protected NSString* _contextID;

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.


_elementID

@protected NSString* _elementID;

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.


_snapshots

@protected NSMutableDictionary* _snapshots;

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.


_url

@protected NSString* _url;

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 GSWApplet(GSWAppletA) category

GSWApplet(GSWAppletA)

Declared in:
Foundation/GSWApplet.h
Standards:

Description forthcoming.

Method summary

hasGSWebObjectsAssociations 

+ (BOOL) hasGSWebObjectsAssociations;

Description forthcoming.


_agcArchiveNamesListInContext: 

- (id) _agcArchiveNamesListInContext: (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.


_agcArchiveURLsListInContext: 

- (id) _agcArchiveURLsListInContext: (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.


_archiveNamesListInContext: 

- (id) _archiveNamesListInContext: (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.


_archiveURLsListInContext: 

- (id) _archiveURLsListInContext: (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.


_awakeForComponent: 

- (void) _awakeForComponent: (id)component;

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.


_computeAgcArchiveStringInContext: 

- (void) _computeAgcArchiveStringInContext: (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.


_deallocForComponent: 

- (void) _deallocForComponent: (id)component;

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.


appendGSWebObjectsAssociationsToResponse: inContext: 

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

Description forthcoming.


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