|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.taglibs.rdc.scxml.env.ELContext
org.apache.taglibs.rdc.scxml.env.RootContext
public final class RootContext
EL Context for root SCXML element. Wrapper around the host JSP context. Must treat variables in the host JSP environments as read-only.
Field Summary |
---|
Fields inherited from class org.apache.taglibs.rdc.scxml.env.ELContext |
---|
log, parent, vars |
Constructor Summary | |
---|---|
RootContext(javax.servlet.jsp.JspContext ctx)
Constructor |
Method Summary | |
---|---|
java.lang.Object |
get(java.lang.String name)
Get the value of the given variable in this Context |
java.util.Iterator |
iterator()
Get the Iterator |
Methods inherited from class org.apache.taglibs.rdc.scxml.env.ELContext |
---|
getParent, has, reset, resolveVariable, set, setLocal |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RootContext(javax.servlet.jsp.JspContext ctx)
ctx
- the host JspContextMethod Detail |
---|
public java.lang.Object get(java.lang.String name)
get
in interface Context
get
in class ELContext
name
- The name of the variable
Context.get(java.lang.String)
public java.util.Iterator iterator()
iterator
in interface Context
iterator
in class ELContext
Context.iterator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |