Interface WizardScriptStrategy

  • All Known Implementing Classes:
    WizardBeanShellScriptStrategy

    public interface WizardScriptStrategy
    An interface that represents all script strategy for wizards
    • Method Detail

      • evaluateScript

        void evaluateScript​(java.lang.String scriptContent,
                            java.util.Map<java.lang.String,​java.lang.Object> context)