com.gammastream.validity
Class GSVExceptionViewer

com.gammastream.validity.GSVExceptionViewer

public class GSVExceptionViewer


Field Summary
 java.lang.String currentMessage
           
 com.gammastream.validity.NSMutableArray messageArray
           
 
Constructor Summary
GSVExceptionViewer(com.gammastream.validity.WOContext context)
           
 
Method Summary
 java.lang.String attributeKey()
           
 NSValidation.ValidationException exception()
           
 boolean isStateless()
           
 com.gammastream.validity.NSMutableDictionary messageDictionary()
           
 com.gammastream.validity.NSArray messages()
           
 com.gammastream.validity.NSMutableArray messagesForAttribute()
           
 boolean show()
           
 boolean showAllErrors()
           
 boolean synchronizesVariablesWithBindings()
           
 

Field Detail

currentMessage

public java.lang.String currentMessage

messageArray

public com.gammastream.validity.NSMutableArray messageArray
Constructor Detail

GSVExceptionViewer

public GSVExceptionViewer(com.gammastream.validity.WOContext context)
Method Detail

synchronizesVariablesWithBindings

public boolean synchronizesVariablesWithBindings()

isStateless

public boolean isStateless()

exception

public NSValidation.ValidationException exception()

showAllErrors

public boolean showAllErrors()

attributeKey

public java.lang.String attributeKey()

show

public boolean show()

messageDictionary

public com.gammastream.validity.NSMutableDictionary messageDictionary()

messages

public com.gammastream.validity.NSArray messages()

messagesForAttribute

public com.gammastream.validity.NSMutableArray messagesForAttribute()