public class JspApplicationContextWrapper
extends org.apache.jasper.runtime.JspApplicationContextImpl
Modifier | Constructor and Description |
---|---|
protected |
JspApplicationContextWrapper(org.apache.jasper.runtime.JspApplicationContextImpl delegate,
List<ExpressionFactoryWrapper> wrapperList,
javax.servlet.ServletContext servletContext) |
Modifier and Type | Method and Description |
---|---|
void |
addELContextListener(javax.el.ELContextListener listener) |
void |
addELResolver(javax.el.ELResolver resolver) |
org.apache.jasper.el.ELContextImpl |
createELContext(javax.servlet.jsp.JspContext arg0) |
boolean |
equals(Object obj) |
javax.el.ExpressionFactory |
getExpressionFactory() |
int |
hashCode() |
String |
toString() |
protected JspApplicationContextWrapper(org.apache.jasper.runtime.JspApplicationContextImpl delegate, List<ExpressionFactoryWrapper> wrapperList, javax.servlet.ServletContext servletContext)
public void addELContextListener(javax.el.ELContextListener listener)
addELContextListener
in interface javax.servlet.jsp.JspApplicationContext
addELContextListener
in class org.apache.jasper.runtime.JspApplicationContextImpl
public void addELResolver(javax.el.ELResolver resolver) throws IllegalStateException
addELResolver
in interface javax.servlet.jsp.JspApplicationContext
addELResolver
in class org.apache.jasper.runtime.JspApplicationContextImpl
IllegalStateException
public org.apache.jasper.el.ELContextImpl createELContext(javax.servlet.jsp.JspContext arg0)
createELContext
in class org.apache.jasper.runtime.JspApplicationContextImpl
public javax.el.ExpressionFactory getExpressionFactory()
getExpressionFactory
in interface javax.servlet.jsp.JspApplicationContext
getExpressionFactory
in class org.apache.jasper.runtime.JspApplicationContextImpl
Copyright © 2015 JBoss by Red Hat. All rights reserved.