org.ow2.jonas.cdi.weld.internal.jsp
Class ForwardingJspApplicationContext

java.lang.Object
  extended by org.ow2.jonas.cdi.weld.internal.jsp.ForwardingJspApplicationContext
All Implemented Interfaces:
JspApplicationContext
Direct Known Subclasses:
WeldJspApplicationContext

public abstract class ForwardingJspApplicationContext
extends Object
implements JspApplicationContext

A ForwardingJspApplicationContext is ...

Author:
Guillaume Sauthier

Constructor Summary
ForwardingJspApplicationContext()
           
 
Method Summary
 void addELContextListener(ELContextListener elContextListener)
           
 void addELResolver(ELResolver elResolver)
           
protected abstract  JspApplicationContext delegate()
           
 ExpressionFactory getExpressionFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForwardingJspApplicationContext

public ForwardingJspApplicationContext()
Method Detail

delegate

protected abstract JspApplicationContext delegate()

addELContextListener

public void addELContextListener(ELContextListener elContextListener)
Specified by:
addELContextListener in interface JspApplicationContext

addELResolver

public void addELResolver(ELResolver elResolver)
                   throws IllegalStateException
Specified by:
addELResolver in interface JspApplicationContext
Throws:
IllegalStateException

getExpressionFactory

public ExpressionFactory getExpressionFactory()
Specified by:
getExpressionFactory in interface JspApplicationContext


Copyright © 2012 OW2 Consortium. All Rights Reserved.