public abstract class ForwardingJspApplicationContextImpl
extends org.apache.jasper.runtime.JspApplicationContextImpl
Constructor and Description |
---|
ForwardingJspApplicationContextImpl() |
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) |
protected abstract org.apache.jasper.runtime.JspApplicationContextImpl |
delegate() |
boolean |
equals(Object obj) |
javax.el.ExpressionFactory |
getExpressionFactory() |
int |
hashCode() |
String |
toString() |
protected abstract org.apache.jasper.runtime.JspApplicationContextImpl delegate()
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 © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.