
Public Member Functions | |
| void | addErrorIfAbsent (String message) |
| void | addObjectsFromArrayIfAbsentToErrorMessageArray (NSArray< String > anArray) |
| void | appendToResponse (WOResponse aResponse, WOContext aContext) |
| boolean | isLoggedIn () |
| String | message () |
| Session () | |
| void | setIsLoggedIn (boolean aBOOL) |
Public Attributes | |
| boolean | _isLoggedIn |
Protected Member Functions | |
| MSiteConfig | siteConfig () |
Private Attributes | |
| _NSThreadsafeMutableArray | errorMessageArray = new _NSThreadsafeMutableArray(new NSMutableArray<Object>()) |
Static Private Attributes | |
| static final long | serialVersionUID = 8067267944038698356L |
| Session | ( | ) |
| void addErrorIfAbsent | ( | String | message | ) |
| void addObjectsFromArrayIfAbsentToErrorMessageArray | ( | NSArray< String > | anArray | ) |
Implements WOTaskdHandler.ErrorCollector.
| void appendToResponse | ( | WOResponse | aResponse, | |
| WOContext | aContext | |||
| ) |
Provides automatic encoding support for component action with messageEncoding object.
| aResponse | current response object | |
| aContext | current context object |
Reimplemented from ERXSession.
| boolean isLoggedIn | ( | ) |
| String message | ( | ) |
| void setIsLoggedIn | ( | boolean | aBOOL | ) |
| MSiteConfig siteConfig | ( | ) | [protected] |
| boolean _isLoggedIn |
_NSThreadsafeMutableArray errorMessageArray = new _NSThreadsafeMutableArray(new NSMutableArray<Object>()) [private] |
******** Error/Informational Messages *********
final long serialVersionUID = 8067267944038698356L [static, private] |
1.5.8