Up

GSWeb: Class GSWHTMLURLValuedElement

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.6

Date: 2004/03/01 16:45:57

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


Contents -

  1. Software documentation for the GSWHTMLURLValuedElement class
  2. Software documentation for the GSWHTMLURLValuedElement(GSWHTMLURLValuedElementA) category
  3. Software documentation for the GSWHTMLURLValuedElement(GSWHTMLURLValuedElementB) category

Software documentation for the GSWHTMLURLValuedElement class

GSWHTMLURLValuedElement : GSWHTMLDynamicElement

Declared in:
Foundation/GSWHTMLURLValuedElement.h
Standards:

Description forthcoming.


Instance Variables

Method summary

urlAttributeName 

- (NSString*) urlAttributeName;

Description forthcoming.


valueAttributeName 

- (NSString*) valueAttributeName;

Description forthcoming.




Instance Variables for GSWHTMLURLValuedElement Class

_actionClass

@protected GSWAssociation* _actionClass;

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.


_cidKey

@protected GSWAssociation* _cidKey;

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.


_cidStore

@protected GSWAssociation* _cidStore;

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.


_data

@protected GSWAssociation* _data;

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.


_directActionName

@protected GSWAssociation* _directActionName;

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.


_filename

@protected GSWAssociation* _filename;

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.


_framework

@protected GSWAssociation* _framework;

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.


_key

@protected GSWAssociation* _key;

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.


_mimeType

@protected GSWAssociation* _mimeType;

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.


_otherPathQueryAssociations

@protected NSDictionary* _otherPathQueryAssociations;

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.


_otherQueryAssociations

@protected NSDictionary* _otherQueryAssociations;

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.


_pageName

@protected GSWAssociation* _pageName;

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.


_pageSetVarAssociations

@protected NSDictionary* _pageSetVarAssociations;

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.


_pageSetVarAssociationsDynamic

@protected GSWAssociation* _pageSetVarAssociationsDynamic;

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.


_queryDictionary

@protected GSWAssociation* _queryDictionary;

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.


_src

@protected GSWAssociation* _src;

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 GSWHTMLURLValuedElement(GSWHTMLURLValuedElementA) category

GSWHTMLURLValuedElement(GSWHTMLURLValuedElementA)

Declared in:
Foundation/GSWHTMLURLValuedElement.h
Standards:

Description forthcoming.

Method summary

invokeActionForRequest: inContext: 

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

Description forthcoming.


Software documentation for the GSWHTMLURLValuedElement(GSWHTMLURLValuedElementB) category

GSWHTMLURLValuedElement(GSWHTMLURLValuedElementB)

Declared in:
Foundation/GSWHTMLURLValuedElement.h
Standards:

Description forthcoming.

Method summary

_appendCGIActionURLToResponse: inContext: 

- (void) _appendCGIActionURLToResponse: (GSWResponse*)aResponse 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.


appendGSWebObjectsAssociationsToResponse: inContext: 

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

Description forthcoming.


appendURLToResponse: inContext: 

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

Description forthcoming.


computeActionStringInContext: 

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

Description forthcoming.


computeQueryDictionaryInContext: 

- (NSDictionary*) computeQueryDictionaryInContext: (GSWContext*)aContext;

Description forthcoming.


frameworkNameInContext: 

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

Description forthcoming.



Up