org.tinygroup.jspengine.runtime
类 JspApplicationContextImpl
java.lang.Object
org.tinygroup.jspengine.runtime.JspApplicationContextImpl
- 所有已实现的接口:
- javax.servlet.jsp.JspApplicationContext
public class JspApplicationContextImpl
- extends Object
- implements javax.servlet.jsp.JspApplicationContext
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JspApplicationContextImpl
public JspApplicationContextImpl(javax.servlet.ServletContext context)
addELResolver
public void addELResolver(javax.el.ELResolver resolver)
- 指定者:
- 接口
javax.servlet.jsp.JspApplicationContext 中的 addELResolver
getExpressionFactory
public javax.el.ExpressionFactory getExpressionFactory()
- 指定者:
- 接口
javax.servlet.jsp.JspApplicationContext 中的 getExpressionFactory
addELContextListener
public void addELContextListener(javax.el.ELContextListener listener)
- 指定者:
- 接口
javax.servlet.jsp.JspApplicationContext 中的 addELContextListener
createELContext
protected javax.el.ELContext createELContext(javax.el.ELResolver resolver)
findJspApplicationContext
protected static JspApplicationContextImpl findJspApplicationContext(javax.servlet.ServletContext context)
removeJspApplicationContext
public static void removeJspApplicationContext(javax.servlet.ServletContext context)
getELResolvers
protected Iterator<javax.el.ELResolver> getELResolvers()
Copyright © 2006–2014 开源组织. All rights reserved.