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(String lhs,
String rhs)
Called when the RHS of a #set() is null, which will result
in a null LHS.
|
boolean shouldLogOnNullSet(String lhs, String rhs)
lhs
- reference literal of left-hand-side of set statementrhs
- reference literal of right-hand-side of set statementCopyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.