org.apache.velocity.app.event
public interface NullSetEventHandler extends EventHandler
Modifier and Type | Interface and Description |
---|---|
static class |
NullSetEventHandler.ShouldLogOnNullSetExecutor
Defines the execution strategy for shouldLogOnNullSet
|
Modifier and Type | Method and Description |
---|---|
boolean |
shouldLogOnNullSet(java.lang.String lhs,
java.lang.String rhs)
Called when the RHS of a #set() is null, which will result
in a null LHS.
|
boolean shouldLogOnNullSet(java.lang.String lhs, java.lang.String rhs)
lhs
- reference literal of left-hand-side of set statementrhs
- reference literal of right-hand-side of set statementCopyright © 2000-2014. All Rights Reserved.