|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.scxml.env.SimpleContext
org.apache.commons.scxml.env.jsp.ELContext
public class ELContext
EL Context for SCXML interpreter.
Constructor Summary | |
---|---|
ELContext()
Constructor. |
|
ELContext(Context parent)
Constructor. |
Method Summary | |
---|---|
java.lang.Object |
resolveVariable(java.lang.String pName)
Resolves the specified variable. |
Methods inherited from class org.apache.commons.scxml.env.SimpleContext |
---|
get, getLog, getParent, getVars, has, reset, set, setLocal, setLog, setVars |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ELContext()
public ELContext(Context parent)
parent
- A parent Context, can be nullMethod Detail |
---|
public java.lang.Object resolveVariable(java.lang.String pName) throws javax.servlet.jsp.el.ELException
resolveVariable
in interface javax.servlet.jsp.el.VariableResolver
pName
- The variable to resolve
javax.servlet.jsp.el.ELException
- While resolving the variableVariableResolver.resolveVariable(String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |