Up

GSWeb: Class GSWStaticResourceRequestHandler

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.1

Date: 2003/11/24 09:57:33

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


Contents -

  1. Software documentation for the GSWStaticResourceRequestHandler class
  2. Software documentation for the GSWStaticResourceRequestHandler(GSWRequestHandlerClassAA) category

Software documentation for the GSWStaticResourceRequestHandler class

GSWStaticResourceRequestHandler : GSWRequestHandler

Declared in:
Foundation/GSWStaticResourceRequestHandler.h
Standards:

Description forthcoming.


Instance Variables

Method summary

_documentRoot 

- (NSString*) _documentRoot;

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.


_generateResponseForFileHandle: length: contentType: 

- (GSWResponse*) _generateResponseForFileHandle: (NSFileHandle*)fileHandle length: (unsigned long)length contentType: (NSString*)contentType;

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.




Instance Variables for GSWStaticResourceRequestHandler Class

_documentRoot

@protected NSString* _documentRoot;

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 GSWStaticResourceRequestHandler(GSWRequestHandlerClassAA) category

GSWStaticResourceRequestHandler(GSWRequestHandlerClassAA)

Declared in:
Foundation/GSWStaticResourceRequestHandler.h
Standards:

Description forthcoming.

Method summary

handler 

+ (id) handler;

Description forthcoming.



Up