Up
Authors
- Manuel Guesdon (
mguesdon@orange-concept.com)
-
Date: Generated at 2025-12-01
Copyright: (C) 2003 Free Software Foundation, Inc.
- Declared in:
- WebObjects/GSWStaticResourceRequestHandler.h
Availability: OpenStep
Description forthcoming.
GSWStaticResourceRequestHandler declares 1 Instance Variables
- (
NSString*)
_documentRoot;
Availability: OpenStep
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.
- (
GSWResponse*)
_generateResponseForFileHandle: (
NSFileHandle*)fileHandle
length: (unsigned long)length
contentType: (
NSString*)contentType;
Availability: OpenStep
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
@protected NSString*
_documentRoot;
Availability: OpenStep
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.
- Declared in:
- WebObjects/GSWStaticResourceRequestHandler.h
Availability: OpenStep
Description forthcoming.
+ (id)
handler;
Availability: OpenStep
Description forthcoming.
Up