public class JspApplicationContextImpl extends Object implements jakarta.servlet.jsp.JspApplicationContext
| Constructor and Description |
|---|
JspApplicationContextImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addELContextListener(jakarta.el.ELContextListener listener) |
void |
addELResolver(jakarta.el.ELResolver resolver) |
ELContextImpl |
createELContext(jakarta.servlet.jsp.JspContext context) |
jakarta.el.ExpressionFactory |
getExpressionFactory() |
static JspApplicationContextImpl |
getInstance(jakarta.servlet.ServletContext context) |
public void addELContextListener(jakarta.el.ELContextListener listener)
addELContextListener in interface jakarta.servlet.jsp.JspApplicationContextpublic static JspApplicationContextImpl getInstance(jakarta.servlet.ServletContext context)
public ELContextImpl createELContext(jakarta.servlet.jsp.JspContext context)
public void addELResolver(jakarta.el.ELResolver resolver)
throws IllegalStateException
addELResolver in interface jakarta.servlet.jsp.JspApplicationContextIllegalStateExceptionpublic jakarta.el.ExpressionFactory getExpressionFactory()
getExpressionFactory in interface jakarta.servlet.jsp.JspApplicationContextCopyright © 2022 JBoss by Red Hat. All rights reserved.