public class EvaluationContextImpl extends Object implements EvaluationContext
| Constructor and Description |
|---|
EvaluationContextImpl(FEELEventListenersManager eventsManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
enterFrame() |
void |
exitFrame() |
Map<String,Object> |
getAllValues() |
FEELEventListenersManager |
getEventsManager() |
Stack<ExecutionFrame> |
getStack() |
Object |
getValue(String name) |
Object |
getValue(String[] name) |
boolean |
isDefined(String name) |
boolean |
isDefined(String[] name) |
ExecutionFrame |
peek() |
ExecutionFrame |
pop() |
void |
push(ExecutionFrame obj) |
void |
setValue(String name,
Object value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnotifyEvtpublic EvaluationContextImpl(FEELEventListenersManager eventsManager)
public void push(ExecutionFrame obj)
public ExecutionFrame pop()
public ExecutionFrame peek()
public Stack<ExecutionFrame> getStack()
public void enterFrame()
enterFrame in interface EvaluationContextpublic void exitFrame()
exitFrame in interface EvaluationContextpublic void setValue(String name, Object value)
setValue in interface EvaluationContextpublic Object getValue(String name)
getValue in interface EvaluationContextpublic Object getValue(String[] name)
getValue in interface EvaluationContextpublic boolean isDefined(String name)
isDefined in interface EvaluationContextpublic boolean isDefined(String[] name)
isDefined in interface EvaluationContextpublic Map<String,Object> getAllValues()
getAllValues in interface EvaluationContextpublic FEELEventListenersManager getEventsManager()
getEventsManager in interface EvaluationContextCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.