Class WizardBeanShellScriptStrategy

  • All Implemented Interfaces:
    WizardScriptStrategy

    public class WizardBeanShellScriptStrategy
    extends java.lang.Object
    implements WizardScriptStrategy
    An class that represents bean shell script strategy for wizards
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void evaluateScript​(java.lang.String scriptContent, java.util.Map<java.lang.String,​java.lang.Object> context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WizardBeanShellScriptStrategy

        public WizardBeanShellScriptStrategy()
    • Method Detail

      • evaluateScript

        public void evaluateScript​(java.lang.String scriptContent,
                                   java.util.Map<java.lang.String,​java.lang.Object> context)
        Specified by:
        evaluateScript in interface WizardScriptStrategy