Up

GSWeb: Class GSWFileUpload

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.2

Date: 2002/04/15 14:33:16

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


Contents -

  1. Software documentation for the GSWFileUpload class
  2. Software documentation for the GSWFileUpload(GSWFileUploadA) category

Software documentation for the GSWFileUpload class

GSWFileUpload : GSWInput

Declared in:
Foundation/GSWFileUpload.h
Standards:

Description forthcoming.


Instance Variables

Method summary

dealloc 

- (void) dealloc;

Description forthcoming.




Instance Variables for GSWFileUpload Class

_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.


_filepath

@protected GSWAssociation* _filepath;

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 GSWFileUpload(GSWFileUploadA) category

GSWFileUpload(GSWFileUploadA)

Declared in:
Foundation/GSWFileUpload.h
Standards:

Description forthcoming.

Method summary

appendToResponse: inContext: 

- (void) appendToResponse: (GSWResponse*)response inContext: (GSWContext*)context;

Description forthcoming.


invokeActionForRequest: inContext: 

- (GSWElement*) invokeActionForRequest: (GSWRequest*)request inContext: (GSWContext*)context;

Description forthcoming.


takeValuesFromRequest: inContext: 

- (void) takeValuesFromRequest: (GSWRequest*)request inContext: (GSWContext*)context;

Description forthcoming.



Up