org.jboss.webbeans.el
Class ForwardingELContext

java.lang.Object
  extended by javax.el.ELContext
      extended by org.jboss.webbeans.el.ForwardingELContext

public abstract class ForwardingELContext
extends javax.el.ELContext

A forwarding class that delegates to an ELContext

Author:
Pete Muir

Constructor Summary
ForwardingELContext()
           
 
Method Summary
protected abstract  javax.el.ELContext delgate()
           
 boolean equals(java.lang.Object obj)
           
 java.lang.Object getContext(java.lang.Class key)
           
 javax.el.ELResolver getELResolver()
           
 javax.el.FunctionMapper getFunctionMapper()
           
 java.util.Locale getLocale()
           
 javax.el.VariableMapper getVariableMapper()
           
 int hashCode()
           
 boolean isPropertyResolved()
           
 void putContext(java.lang.Class key, java.lang.Object contextObject)
           
 void setLocale(java.util.Locale locale)
           
 void setPropertyResolved(boolean resolved)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ForwardingELContext

public ForwardingELContext()
Method Detail

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.