
Public Member Functions | |
| void | clearValidationFailed () |
| boolean | d2wComponentNameDebuggingEnabled () |
| boolean | d2wDebuggingEnabled () |
| boolean | d2wPropertyKeyDebuggingEnabled () |
| ERD2WCustomComponentWithArgs (WOContext context) | |
| Object | extraBindings () |
| D2WContext | nonCachingContext () |
| Object | originalValueForBinding (String binding) |
| void | validationFailedWithException (Throwable e, Object value, String keyPath) |
| Object | valueForBinding (String binding) |
Static Public Attributes | |
| static final Logger | log = Logger.getLogger(ERD2WCustomComponentWithArgs.class) |
Private Attributes | |
| Object | _extraBindings |
| ERD2WCustomComponentWithArgs | ( | WOContext | context | ) |
| void clearValidationFailed | ( | ) |
Clears all of the collected validation exceptions.
Implements ERXExceptionHolder.
| boolean d2wComponentNameDebuggingEnabled | ( | ) |
| boolean d2wDebuggingEnabled | ( | ) |
| boolean d2wPropertyKeyDebuggingEnabled | ( | ) |
| Object extraBindings | ( | ) |
| D2WContext nonCachingContext | ( | ) |
| Object originalValueForBinding | ( | String | binding | ) |
| void validationFailedWithException | ( | Throwable | e, | |
| Object | value, | |||
| String | keyPath | |||
| ) |
| Object valueForBinding | ( | String | binding | ) |
Object _extraBindings [private] |
final Logger log = Logger.getLogger(ERD2WCustomComponentWithArgs.class) [static] |
logging support
1.5.8