public static interface ERXKeyFilter.Delegate
| Modifier and Type | Method and Description |
|---|---|
void |
didSkipValueForKey(java.lang.Object target,
java.lang.Object value,
java.lang.String key)
Called after skipping a key.
|
void |
didTakeValueForKey(java.lang.Object target,
java.lang.Object value,
java.lang.String key)
Called after pushing the given value into obj.key.
|
void |
willTakeValueForKey(java.lang.Object target,
java.lang.Object value,
java.lang.String key)
Called prior to pushing the given value into obj.key.
|
void willTakeValueForKey(java.lang.Object target,
java.lang.Object value,
java.lang.String key)
throws java.lang.SecurityException
target - the target objectvalue - the value it will be set onkey - the key that will be setjava.lang.SecurityException - if you shouldn't be doing thisvoid didTakeValueForKey(java.lang.Object target,
java.lang.Object value,
java.lang.String key)
throws java.lang.SecurityException
target - the target objectvalue - the value that was setkey - the key that was setjava.lang.SecurityException - if someone was naughtyvoid didSkipValueForKey(java.lang.Object target,
java.lang.Object value,
java.lang.String key)
throws java.lang.SecurityException
target - the target objectvalue - the value that was skippedkey - the key that was skippedjava.lang.SecurityException - if someone was naughtyCopyright © 2002 – 2022 Project Wonder.