org.jbpm.pvm.internal.el
Class JbpmElContext

java.lang.Object
  extended by javax.el.ELContext
      extended by org.jbpm.pvm.internal.el.JbpmElContext

public class JbpmElContext
extends javax.el.ELContext

Author:
Tom Baeyens

Constructor Summary
JbpmElContext(javax.el.ELResolver elResolver, javax.el.FunctionMapper functionMapper)
           
 
Method Summary
 javax.el.ELResolver getELResolver()
           
 javax.el.FunctionMapper getFunctionMapper()
           
 javax.el.VariableMapper getVariableMapper()
           
 
Methods inherited from class javax.el.ELContext
getContext, getLocale, isPropertyResolved, putContext, setLocale, setPropertyResolved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JbpmElContext

public JbpmElContext(javax.el.ELResolver elResolver,
                     javax.el.FunctionMapper functionMapper)
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


Copyright © 2010 JBoss Community. All Rights Reserved.