org.apache.velocity.app.event
public static class InvalidReferenceEventHandler.InvalidSetMethodExecutor extends java.lang.Object implements EventHandlerMethodExecutor
Modifier and Type | Method and Description |
---|---|
void |
execute(EventHandler handler)
Call the method invalidSetMethod()
|
java.lang.Object |
getReturnValue()
Get return value at end of all the iterations
|
boolean |
isDone()
Called after execute() to see if iterating should stop.
|
public void execute(EventHandler handler)
execute
in interface EventHandlerMethodExecutor
handler
- call the appropriate method on this handlerpublic java.lang.Object getReturnValue()
EventHandlerMethodExecutor
getReturnValue
in interface EventHandlerMethodExecutor
public boolean isDone()
EventHandlerMethodExecutor
isDone
in interface EventHandlerMethodExecutor
Copyright © 2000-2014. All Rights Reserved.