org.tinygroup.jspengine.runtime
类 VariableResolverImpl
java.lang.Object
org.tinygroup.jspengine.runtime.VariableResolverImpl
- 所有已实现的接口:
- javax.servlet.jsp.el.VariableResolver
public class VariableResolverImpl
- extends Object
- implements javax.servlet.jsp.el.VariableResolver
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.
- 版本:
- $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: jluehe $
- 作者:
- Kin-man Chung
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VariableResolverImpl
public VariableResolverImpl(javax.servlet.jsp.PageContext pageContext)
- Constructor
resolveVariable
public Object resolveVariable(String pName)
throws javax.servlet.jsp.el.ELException
- Resolves the specified variable within the given context.
Returns null if the variable is not found.
- 指定者:
- 接口
javax.servlet.jsp.el.VariableResolver 中的 resolveVariable
- 抛出:
javax.servlet.jsp.el.ELException
Copyright © 2006–2014 开源组织. All rights reserved.