org.ow2.jonas.cdi.weld.internal.jsp
Class ForwardingJspApplicationContext
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForwardingJspApplicationContext
public ForwardingJspApplicationContext()
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.