Up
Authors
- Manuel Guesdon (
mguesdon@orange-concept.com)
-
Date: Generated at 2025-12-01
Copyright: (C) 1999-2004 Free Software Foundation, Inc.
- Declared in:
- WebObjects/GSWDirectActionRequestHandler.h
Availability: OpenStep
Description forthcoming.
GSWDirectActionRequestHandler declares 2 Instance Variables
+ (
NSArray*)
additionalRequestPathArrayFromRequest: (
GSWRequest*)aRequest;
Availability: OpenStep
Description forthcoming.
+ (id)
handler;
Availability: OpenStep
Description forthcoming.
+ (
GSWDirectActionRequestHandler*)
handlerWithDefaultActionClassName: (
NSString*)defaultActionClassName
defaultActionName: (
NSString*)defaultActionName
displayExceptionPages: (BOOL)displayExceptionPages;
Availability: OpenStep
Description forthcoming.
- (BOOL)
allowsContentInputStream;
Availability: OpenStep
Description forthcoming.
- (BOOL)
displayExceptionPages;
Availability: OpenStep
Description forthcoming.
- (
GSWResponse*)
generateNullResponse;
Availability: OpenStep
Description forthcoming.
- (
GSWResponse*)
generateRequestRefusalResponseForRequest: (
GSWRequest*)aRequest;
Availability: OpenStep
Description forthcoming.
- (void)
setAllowsContentInputStream: (BOOL)yn;
Availability: OpenStep
Description forthcoming.
- (void)
setDisplayExceptionPages: (BOOL)yn;
Availability: OpenStep
Description forthcoming.
Instance Variables for GSWDirectActionRequestHandler Class
@protected BOOL
_allowsContentInputStream;
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.
@protected BOOL
_displayExceptionPages;
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.
Up