org.apache.jasper.runtime

Class JspApplicationContextImpl

public class JspApplicationContextImpl extends Object implements JspApplicationContext

Implementation of JspApplicationContext

Author: Jacob Hookom

Constructor Summary
JspApplicationContextImpl()
Method Summary
voidaddELContextListener(ELContextListener listener)
voidaddELResolver(ELResolver resolver)
ELContextImplcreateELContext(JspContext context)
ExpressionFactorygetExpressionFactory()
static JspApplicationContextImplgetInstance(ServletContext context)

Constructor Detail

JspApplicationContextImpl

public JspApplicationContextImpl()

Method Detail

addELContextListener

public void addELContextListener(ELContextListener listener)

addELResolver

public void addELResolver(ELResolver resolver)

createELContext

public ELContextImpl createELContext(JspContext context)

getExpressionFactory

public ExpressionFactory getExpressionFactory()

getInstance

public static JspApplicationContextImpl getInstance(ServletContext context)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.