Up

GSWeb: Class GSWDirectActionRequestHandler

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.6

Date: 2004/04/06 11:18:33

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


Contents -

  1. Software documentation for the GSWDirectActionRequestHandler class
  2. Software documentation for the GSWDirectActionRequestHandler(GSWRequestHandlerClassA) category

Software documentation for the GSWDirectActionRequestHandler class

GSWDirectActionRequestHandler : GSWActionRequestHandler

Declared in:
Foundation/GSWDirectActionRequestHandler.h
Standards:

Description forthcoming.


Instance Variables

Method summary

additionalRequestPathArrayFromRequest: 

+ (NSArray*) additionalRequestPathArrayFromRequest: (GSWRequest*)aRequest;

Description forthcoming.


allowsContentInputStream 

- (BOOL) allowsContentInputStream;

Description forthcoming.


displayExceptionPages 

- (BOOL) displayExceptionPages;

Description forthcoming.


generateErrorResponseWithException: inContext: 

- (GSWResponse*) generateErrorResponseWithException: (NSException*)exception inContext: (GSWContext*)aContext;

Description forthcoming.


generateNullResponse 

- (GSWResponse*) generateNullResponse;

Description forthcoming.


generateRequestRefusalResponseForRequest: 

- (GSWResponse*) generateRequestRefusalResponseForRequest: (GSWRequest*)aRequest;

Description forthcoming.


setAllowsContentInputStream: 

- (void) setAllowsContentInputStream: (BOOL)yn;

Description forthcoming.


setDisplayExceptionPages: 

- (void) setDisplayExceptionPages: (BOOL)yn;

Description forthcoming.


submitButtonsActionPathFromRequest: 

- (id) submitButtonsActionPathFromRequest: (GSWRequest*)aRequest;

Description forthcoming.




Instance Variables for GSWDirectActionRequestHandler Class

_allowsContentInputStream

@protected BOOL _allowsContentInputStream;

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.


_displayExceptionPages

@protected BOOL _displayExceptionPages;

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 GSWDirectActionRequestHandler(GSWRequestHandlerClassA) category

GSWDirectActionRequestHandler(GSWRequestHandlerClassA)

Declared in:
Foundation/GSWDirectActionRequestHandler.h
Standards:

Description forthcoming.

Method summary

handler 

+ (id) handler;

Description forthcoming.


handlerWithDefaultActionClassName: defaultActionName: displayExceptionPages: 

+ (GSWDirectActionRequestHandler*) handlerWithDefaultActionClassName: (NSString*)defaultActionClassName defaultActionName: (NSString*)defaultActionName displayExceptionPages: (BOOL)displayExceptionPages;

Description forthcoming.



Up