org.apache.sling.scripting.jsp.jasper.runtime
Class JspApplicationContextImpl
java.lang.Object
org.apache.sling.scripting.jsp.jasper.runtime.JspApplicationContextImpl
- All Implemented Interfaces:
- javax.servlet.jsp.JspApplicationContext
public class JspApplicationContextImpl
- extends Object
- implements javax.servlet.jsp.JspApplicationContext
Implementation of JspApplicationContext
- Author:
- Jacob Hookom
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JspApplicationContextImpl
public JspApplicationContextImpl()
addELContextListener
public void addELContextListener(javax.el.ELContextListener listener)
- Specified by:
addELContextListener
in interface javax.servlet.jsp.JspApplicationContext
getInstance
public static JspApplicationContextImpl getInstance(javax.servlet.ServletContext context)
createELContext
public ELContextImpl createELContext(javax.servlet.jsp.JspContext context)
addELResolver
public void addELResolver(javax.el.ELResolver resolver)
throws IllegalStateException
- Specified by:
addELResolver
in interface javax.servlet.jsp.JspApplicationContext
- Throws:
IllegalStateException
getExpressionFactory
public javax.el.ExpressionFactory getExpressionFactory()
- Specified by:
getExpressionFactory
in interface javax.servlet.jsp.JspApplicationContext
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.