Up

GSWeb: Class GSWValidationFailureComponent

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.5

Date: 2003/03/24 07:45:51

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

Software documentation for the GSWValidationFailureComponent class

GSWValidationFailureComponent : GSWComponent

Declared in:
Foundation/GSWValidationFailureComponent.h
Standards:

Description forthcoming.


Instance Variables

Method summary

allValidationFailureMessagesArray 

- (NSArray*) allValidationFailureMessagesArray;

Description forthcoming.


appendToResponse: inContext: 

- (void) appendToResponse: (GSWResponse*)response inContext: (GSWContext*)context;

Description forthcoming.


awake 

- (void) awake;

Description forthcoming.


dealloc 

- (void) dealloc;

Description forthcoming.


init 

- (id) init;

Description forthcoming.


isValidationFailure 

- (BOOL) isValidationFailure;

Description forthcoming.


sleep 

- (void) sleep;

Description forthcoming.




Instance Variables for GSWValidationFailureComponent Class

_tmpAllValidationFailureMessagesArray

@protected NSArray* _tmpAllValidationFailureMessagesArray;

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.


_tmpValidationFailureMessage

@protected NSString* _tmpValidationFailureMessage;

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