Up
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.
- Declared in:
- Foundation/GSWComponentRequestHandler.h
Standards:
Description forthcoming.
Method summary
- (GSWResponse*) handleRequest: (GSWRequest*)aRequest;
Description forthcoming.
- (GSWResponse*) lockedDispatchWithPreparedApplication: (GSWApplication*)application inContext: (GSWContext*)aContext elements: (NSDictionary*)elements;
Description forthcoming.
- (GSWResponse*) lockedDispatchWithPreparedPage: (GSWComponent*)_component inSession: (GSWSession*)aSession inContext: (GSWContext*)aContext elements: (NSDictionary*)elements;
Description forthcoming.
- (GSWResponse*) lockedDispatchWithPreparedSession: (GSWSession*)aSession inContext: (GSWContext*)aContext elements: (NSDictionary*)elements;
Description forthcoming.
- (GSWResponse*) lockedHandleRequest: (GSWRequest*)aRequest;
Description forthcoming.
- (GSWComponent*) lockedRestorePageForContextID: (NSString*)aContextID inSession: (GSWSession*)aSession;
Description forthcoming.
- Declared in:
- Foundation/GSWComponentRequestHandler.h
Standards:
Description forthcoming.
Method summary
+ (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.
+ (id) handler;
Description forthcoming.
Up