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


构造方法摘要
JspApplicationContextImpl(javax.servlet.ServletContext context)
           
 
方法摘要
 void addELContextListener(javax.el.ELContextListener listener)
           
 void addELResolver(javax.el.ELResolver resolver)
           
protected  javax.el.ELContext createELContext(javax.el.ELResolver resolver)
           
protected static JspApplicationContextImpl findJspApplicationContext(javax.servlet.ServletContext context)
           
protected  Iterator<javax.el.ELResolver> getELResolvers()
           
 javax.el.ExpressionFactory getExpressionFactory()
           
static void removeJspApplicationContext(javax.servlet.ServletContext context)
           
 
从类 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.