|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jasper.runtime.VariableResolverImpl
public class VariableResolverImpl
This is the implementation of VariableResolver in JSP 2.0, using ELResolver in JSP2.1. It looks up variable references in the PageContext, and also recognizes references to implicit objects.
| Constructor Summary | |
|---|---|
VariableResolverImpl(PageContext pageContext)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.Object |
resolveVariable(java.lang.String pName)
Resolves the specified variable within the given context. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VariableResolverImpl(PageContext pageContext)
| Method Detail |
|---|
public java.lang.Object resolveVariable(java.lang.String pName)
throws ELException
resolveVariable in interface VariableResolverELException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||