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.JspApplicationContextaddELContextListener in class org.apache.jasper.runtime.JspApplicationContextImplpublic void addELResolver(javax.el.ELResolver resolver)
throws IllegalStateException
addELResolver in interface javax.servlet.jsp.JspApplicationContextaddELResolver in class org.apache.jasper.runtime.JspApplicationContextImplIllegalStateExceptionpublic org.apache.jasper.el.ELContextImpl createELContext(javax.servlet.jsp.JspContext arg0)
createELContext in class org.apache.jasper.runtime.JspApplicationContextImplpublic javax.el.ExpressionFactory getExpressionFactory()
getExpressionFactory in interface javax.servlet.jsp.JspApplicationContextgetExpressionFactory in class org.apache.jasper.runtime.JspApplicationContextImplCopyright © 2021 JBoss by Red Hat. All rights reserved.