org.jboss.webbeans.el
Class ForwardingELContext
java.lang.Object
javax.el.ELContext
org.jboss.webbeans.el.ForwardingELContext
public abstract class ForwardingELContext
- extends javax.el.ELContext
A forwarding class that delegates to an ELContext
- Author:
- Pete Muir
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ForwardingELContext
public ForwardingELContext()
delgate
protected abstract javax.el.ELContext delgate()
getELResolver
public javax.el.ELResolver getELResolver()
- Specified by:
getELResolver
in class javax.el.ELContext
getFunctionMapper
public javax.el.FunctionMapper getFunctionMapper()
- Specified by:
getFunctionMapper
in class javax.el.ELContext
getVariableMapper
public javax.el.VariableMapper getVariableMapper()
- Specified by:
getVariableMapper
in class javax.el.ELContext
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
getContext
public java.lang.Object getContext(java.lang.Class key)
- Overrides:
getContext
in class javax.el.ELContext
getLocale
public java.util.Locale getLocale()
- Overrides:
getLocale
in class javax.el.ELContext
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
isPropertyResolved
public boolean isPropertyResolved()
- Overrides:
isPropertyResolved
in class javax.el.ELContext
putContext
public void putContext(java.lang.Class key,
java.lang.Object contextObject)
- Overrides:
putContext
in class javax.el.ELContext
setLocale
public void setLocale(java.util.Locale locale)
- Overrides:
setLocale
in class javax.el.ELContext
setPropertyResolved
public void setPropertyResolved(boolean resolved)
- Overrides:
setPropertyResolved
in class javax.el.ELContext
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2011. All Rights Reserved.