Up

GSWeb: Class GSWResourceRequestHandler

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.2

Date: 2002/08/04 18:00:11

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


Contents -

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

Software documentation for the GSWResourceRequestHandler class

GSWResourceRequestHandler : GSWRequestHandler

Declared in:
Foundation/GSWResourceRequestHandler.h
Standards:

Description forthcoming.

Method summary

_generateResponseForData: mimeType: 

- (GSWResponse*) _generateResponseForData: (NSData*)aData mimeType: (NSString*)mimeType;

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.


_responseForDataAtPath: 

- (GSWResponse*) _responseForDataAtPath: (NSString*)aPath;

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.


_responseForDataCachedWithKey: 

- (GSWResponse*) _responseForDataCachedWithKey: (NSString*)aKey;

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.


_responseForJavaClassAtPath: 

- (GSWResponse*) _responseForJavaClassAtPath: (NSString*)aPath;

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.


Software documentation for the GSWResourceRequestHandler(GSWRequestHandlerClassAA) category

GSWResourceRequestHandler(GSWRequestHandlerClassAA)

Declared in:
Foundation/GSWResourceRequestHandler.h
Standards:

Description forthcoming.

Method summary

handler 

+ (id) handler;

Description forthcoming.



Up