Uses of Interface
com.opensymphony.workflow.util.VariableResolver

Packages that use VariableResolver
com.opensymphony.workflow.config   
com.opensymphony.workflow.util   
 

Uses of VariableResolver in com.opensymphony.workflow.config
 

Methods in com.opensymphony.workflow.config that return VariableResolver
 VariableResolver SpringConfiguration.getVariableResolver()
           
 VariableResolver DefaultConfiguration.getVariableResolver()
           
 VariableResolver Configuration.getVariableResolver()
          Return the resolver to use for all variables specified in scripts
 

Methods in com.opensymphony.workflow.config with parameters of type VariableResolver
 void SpringConfiguration.setVariableResolver(VariableResolver variableResolver)
           
 

Uses of VariableResolver in com.opensymphony.workflow.util
 

Classes in com.opensymphony.workflow.util that implement VariableResolver
 class DefaultVariableResolver
           
 


OpenSymphony Workflow Project Page