org.mule.el.mvel
Class GlobalVariableResolverFactory

java.lang.Object
  extended by org.mule.mvel2.integration.impl.BaseVariableResolverFactory
      extended by org.mule.el.mvel.MVELExpressionLanguageContext
          extended by org.mule.el.mvel.GlobalVariableResolverFactory
All Implemented Interfaces:
Serializable, ExpressionLanguageContext, org.mule.mvel2.integration.VariableResolverFactory

public class GlobalVariableResolverFactory
extends MVELExpressionLanguageContext

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.mule.el.mvel.MVELExpressionLanguageContext
children, MULE_CONTEXT_INTERNAL_VARIABLE, MULE_EVENT_INTERNAL_VARIABLE, MULE_MESSAGE_INTERNAL_VARIABLE, muleContext, parserConfiguration
 
Fields inherited from class org.mule.mvel2.integration.impl.BaseVariableResolverFactory
indexedVariableNames, indexedVariableResolvers, indexOffset, nextFactory, variableResolvers
 
Constructor Summary
GlobalVariableResolverFactory(MVELExpressionLanguage el, org.mule.mvel2.ParserConfiguration parserConfiguration, MuleContext muleContext, org.mule.mvel2.integration.VariableResolverFactory... context)
           
 
Method Summary
 
Methods inherited from class org.mule.el.mvel.MVELExpressionLanguageContext
addAlias, addChildContext, addFinalVariable, addPrivateVariable, addResolver, addVariable, addVariable, appendFactory, contains, createVariable, createVariable, declareFunction, getVariable, getVariable, getVariableResolver, importClass, importClass, importStaticMethod, insertFactory, isResolveable, isTarget
 
Methods inherited from class org.mule.mvel2.integration.impl.BaseVariableResolverFactory
createIndexedVariable, createIndexedVariable, getIndexedVariableNames, getIndexedVariableResolver, getKnownVariables, getNextFactory, getVariableResolvers, isIndexedFactory, isNextResolveable, setIndexedVariableNames, setIndexedVariableResolver, setNextFactory, setTiltFlag, setVariableResolvers, tiltFlag, variableIndexOf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalVariableResolverFactory

public GlobalVariableResolverFactory(MVELExpressionLanguage el,
                                     org.mule.mvel2.ParserConfiguration parserConfiguration,
                                     MuleContext muleContext,
                                     org.mule.mvel2.integration.VariableResolverFactory... context)


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.