org.camunda.bpm.engine.cdi.impl.el
Class ElContextDelegate

java.lang.Object
  extended by javax.el.ELContext
      extended by org.camunda.bpm.engine.cdi.impl.el.ElContextDelegate

public class ElContextDelegate
extends javax.el.ELContext

Author:
Daniel Meyer

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

Field Detail

delegateContext

protected final ELContext delegateContext

elResolver

protected final javax.el.ELResolver elResolver
Constructor Detail

ElContextDelegate

public ElContextDelegate(ELContext delegateContext,
                         javax.el.ELResolver elResolver)
Method Detail

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

getContext

public Object getContext(Class key)
Overrides:
getContext in class javax.el.ELContext

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getLocale

public Locale getLocale()
Overrides:
getLocale in class javax.el.ELContext

isPropertyResolved

public boolean isPropertyResolved()
Overrides:
isPropertyResolved in class javax.el.ELContext

putContext

public void putContext(Class key,
                       Object contextObject)
Overrides:
putContext in class javax.el.ELContext

setLocale

public void setLocale(Locale locale)
Overrides:
setLocale in class javax.el.ELContext

setPropertyResolved

public void setPropertyResolved(boolean resolved)
Overrides:
setPropertyResolved in class javax.el.ELContext


Copyright © 2015 camunda services GmbH. All rights reserved.