org.jbpm.jpdl.el.impl
Class JbpmVariableResolver
java.lang.Object
org.jbpm.jpdl.el.impl.JbpmVariableResolver
- All Implemented Interfaces:
- VariableResolver
public class JbpmVariableResolver
- extends Object
- implements VariableResolver
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JbpmVariableResolver
public JbpmVariableResolver()
resolveVariable
public Object resolveVariable(String name)
throws ELException
- Description copied from interface:
VariableResolver
- Resolves the specified variable.
Returns null if the variable is not found.
- Specified by:
resolveVariable in interface VariableResolver
- Parameters:
name - the name of the variable to resolve
- Returns:
- the result of the variable resolution
- Throws:
ELException - if a failure occurred while trying to resolve
the given variable
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.