Up

GSWeb: Class GSWComponentRequestHandler

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.2

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

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


Contents -

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

Software documentation for the GSWComponentRequestHandler class

GSWComponentRequestHandler : GSWRequestHandler

Declared in:
Foundation/GSWComponentRequestHandler.h
Standards:

Description forthcoming.

Method summary

handleRequest: 

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

Description forthcoming.


lockedDispatchWithPreparedApplication: inContext: elements: 

- (GSWResponse*) lockedDispatchWithPreparedApplication: (GSWApplication*)application inContext: (GSWContext*)aContext elements: (NSDictionary*)elements;

Description forthcoming.


lockedDispatchWithPreparedPage: inSession: inContext: elements: 

- (GSWResponse*) lockedDispatchWithPreparedPage: (GSWComponent*)_component inSession: (GSWSession*)aSession inContext: (GSWContext*)aContext elements: (NSDictionary*)elements;

Description forthcoming.


lockedDispatchWithPreparedSession: inContext: elements: 

- (GSWResponse*) lockedDispatchWithPreparedSession: (GSWSession*)aSession inContext: (GSWContext*)aContext elements: (NSDictionary*)elements;

Description forthcoming.


lockedHandleRequest: 

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

Description forthcoming.


lockedRestorePageForContextID: inSession: 

- (GSWComponent*) lockedRestorePageForContextID: (NSString*)aContextID inSession: (GSWSession*)aSession;

Description forthcoming.


Software documentation for the GSWComponentRequestHandler(GSWRequestHandlerClassA) category

GSWComponentRequestHandler(GSWRequestHandlerClassA)

Declared in:
Foundation/GSWComponentRequestHandler.h
Standards:

Description forthcoming.

Method summary

_requestHandlerValuesForRequest: 

+ (NSDictionary*) _requestHandlerValuesForRequest: (GSWRequest*)aRequest;

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.


handler 

+ (id) handler;

Description forthcoming.



Up