Class NullSetEventHandler.ShouldLogOnNullSetExecutor

java.lang.Object
org.apache.velocity.app.event.NullSetEventHandler.ShouldLogOnNullSetExecutor
All Implemented Interfaces:
EventHandlerMethodExecutor
Enclosing interface:
NullSetEventHandler

public static class NullSetEventHandler.ShouldLogOnNullSetExecutor extends Object implements EventHandlerMethodExecutor
Defines the execution strategy for shouldLogOnNullSet
Since:
1.5
  • Field Details

    • context

      private Context context
    • lhs

      private String lhs
    • rhs

      private String rhs
    • result

      private boolean result
      when this is false, quit iterating
    • executed

      private boolean executed
  • Constructor Details

    • ShouldLogOnNullSetExecutor

      ShouldLogOnNullSetExecutor(Context context, String lhs, String rhs)
  • Method Details