Up

GSWeb: Class GSWAction

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.2

Date: 2004/03/26 10:28:46

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


Contents -

  1. Software documentation for the GSWAction class
  2. Software documentation for the GSWAction(GSWActionA) category
  3. Software documentation for the GSWAction(GSWDebugging) category

Software documentation for the GSWAction class

GSWAction : NSObject

Declared in:
Foundation/GSWAction.h
Standards:

Description forthcoming.

Method summary

_isActionNamed: actionOfClass: 

+ (BOOL) _isActionNamed: (NSString*)actionName actionOfClass: (Class)actionClass;

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.


_selectorForActionNamed: inClass: 

+ (SEL) _selectorForActionNamed: (NSString*)actionName inClass: (Class)class;

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.


_initializeRequestSessionIDInContext: 

- (void) _initializeRequestSessionIDInContext: (GSWContext*)aContext;

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.


_selectorForActionNamed: 

- (SEL) _selectorForActionNamed: (NSString*)actionName;

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.


application 

- (GSWApplication*) application;

Description forthcoming.


existingSession 

- (id) existingSession;

Description forthcoming.


existingSessionWithSessionID: 

- (GSWSession*) existingSessionWithSessionID: (NSString*)aSessionID;

Description forthcoming.


isActionNamed: 

- (BOOL) isActionNamed: (NSString*)actionName;

Returns YES if self reponds to actionName


pageWithName: 

- (GSWComponent*) pageWithName: (NSString*)pageName;

Description forthcoming.


performActionNamed: 

- (id<GSWActionResults>) performActionNamed: (NSString*)actionName;

Description forthcoming.


request 

- (GSWRequest*) request;

Description forthcoming.


session 

- (GSWSession*) session;

Description forthcoming.


sessionIDForRequest: 

- (NSString*) sessionIDForRequest: (GSWRequest*)aRequest;

Description forthcoming.


Software documentation for the GSWAction(GSWActionA) category

GSWAction(GSWActionA)

Declared in:
Foundation/GSWAction.h
Standards:

Description forthcoming.

Method summary

_context 

- (GSWContext*) _context;

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.


_session 

- (GSWSession*) _session;

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.


Software documentation for the GSWAction(GSWDebugging) category

GSWAction(GSWDebugging)

Declared in:
Foundation/GSWAction.h
Standards:

Description forthcoming.

Method summary

logWithFormat: ,...

+ (void) logWithFormat: (NSString*)format,...;

Description forthcoming.


_debugWithString: 

- (void) _debugWithString: (NSString*)string;

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.


debugWithFormat: ,...

- (void) debugWithFormat: (NSString*)format,...;

Description forthcoming.


logWithFormat: ,...

- (void) logWithFormat: (NSString*)format,...;

Description forthcoming.


logWithString: 

- (void) logWithString: (NSString*)string;

Description forthcoming.



Up