org.jboss.weld.environment.tomcat
Class ForwardingJspApplicationContextImpl

java.lang.Object
  extended by org.apache.jasper.runtime.JspApplicationContextImpl
      extended by 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

Constructor Summary
ForwardingJspApplicationContextImpl()
           
 
Method Summary
 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(java.lang.Object obj)
           
 javax.el.ExpressionFactory getExpressionFactory()
           
 int hashCode()
           
 java.lang.String toString()
           
 
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
 

Constructor Detail

ForwardingJspApplicationContextImpl

public ForwardingJspApplicationContextImpl()
Method Detail

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.