org.jboss.weld.environment.tomcat
Class ForwardingJspApplicationContextImpl
java.lang.Object
org.apache.jasper.runtime.JspApplicationContextImpl
org.jboss.weld.environment.tomcat.ForwardingJspApplicationContextImpl
- All Implemented Interfaces:
- javax.servlet.jsp.JspApplicationContext
public abstract class ForwardingJspApplicationContextImpl
- extends org.apache.jasper.runtime.JspApplicationContextImpl
- Author:
- pmuir
| Methods inherited from class org.apache.jasper.runtime.JspApplicationContextImpl |
getInstance |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ForwardingJspApplicationContextImpl
public ForwardingJspApplicationContextImpl()
delegate
protected abstract org.apache.jasper.runtime.JspApplicationContextImpl delegate()
addELContextListener
public void addELContextListener(javax.el.ELContextListener listener)
- Specified by:
addELContextListener in interface javax.servlet.jsp.JspApplicationContext- Overrides:
addELContextListener in class org.apache.jasper.runtime.JspApplicationContextImpl
addELResolver
public void addELResolver(javax.el.ELResolver resolver)
throws java.lang.IllegalStateException
- Specified by:
addELResolver in interface javax.servlet.jsp.JspApplicationContext- Overrides:
addELResolver in class org.apache.jasper.runtime.JspApplicationContextImpl
- Throws:
java.lang.IllegalStateException
createELContext
public org.apache.jasper.el.ELContextImpl createELContext(javax.servlet.jsp.JspContext arg0)
- Overrides:
createELContext in class org.apache.jasper.runtime.JspApplicationContextImpl
getExpressionFactory
public javax.el.ExpressionFactory getExpressionFactory()
- Specified by:
getExpressionFactory in interface javax.servlet.jsp.JspApplicationContext- Overrides:
getExpressionFactory in class org.apache.jasper.runtime.JspApplicationContextImpl
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2008-2009 Seam Framework. All Rights Reserved.