com.adobe.icc.expression
Class VariableResolver

java.lang.Object
  extended by com.adobe.icc.expression.VariableResolver

public class VariableResolver
extends java.lang.Object

This class serves as Custom Variable Resolver while using Expression Manager building block for evaluation expressions.


Constructor Summary
VariableResolver()
           
 
Method Summary
 java.lang.Object resolveVariable(java.lang.String variableName)
          This method of VariableResolver is invoked by common-el's expression evaluation service to resolve the variables in the expressions.
 void setInputData(java.io.Serializable contextData)
          This method is available for setting the Context Data in Variable Resolver
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableResolver

public VariableResolver()
Parameters:
variables -
Method Detail

resolveVariable

public java.lang.Object resolveVariable(java.lang.String variableName)
                                 throws ELException
This method of VariableResolver is invoked by common-el's expression evaluation service to resolve the variables in the expressions.

Throws:
ELException

setInputData

public void setInputData(java.io.Serializable contextData)
                  throws EXPException
This method is available for setting the Context Data in Variable Resolver

Throws:
EXPException


[an error occurred while processing this directive] [an error occurred while processing this directive]