| java.lang.Object com.opensymphony.workflow.util.DefaultVariableResolver
DefaultVariableResolver | public class DefaultVariableResolver implements VariableResolver,Serializable(Code) | | author: Hani Suleiman (hani@formicary.net) author: Date: Oct 14, 2003 author: Time: 11:58:12 PM |
getBeanProvider | public BeanProvider getBeanProvider()(Code) | | |
getVariableFromMaps | public Object getVariableFromMaps(String var, Map transientVars, PropertySet ps)(Code) | | |
setBeanProvider | public void setBeanProvider(BeanProvider beanProvider)(Code) | | |
translateVariables | public Object translateVariables(String s, Map transientVars, PropertySet ps)(Code) | | Parses a string for instances of "${foo}" and returns a string with all instances replaced
with the string value of the foo object (foo.toString()). If the string being passed
in only refers to a single variable and contains no other characters (for example: ${foo}),
then the actual object is returned instead of converting it to a string.
|
|
|