Example usage for org.springframework.scripting ScriptFactory interface-usage

List of usage examples for org.springframework.scripting ScriptFactory interface-usage

Introduction

In this page you can find the example usage for org.springframework.scripting ScriptFactory interface-usage.

Usage

From source file org.red5.server.script.rhino.RhinoScriptFactory.java

import org.springframework.util.Assert;

/**
 * {@link org.springframework.scripting.ScriptFactory} implementation for a
 * Rhino / Javascript script.
 *

From source file org.romaz.spring.scripting.ext.rhino.RhinoScriptFactory.java

/**
 * {@link org.springframework.scripting.ScriptFactory} implementation
 * for JavaScript.
 *
 * @author James Tikalsky
 * @author Davide Romanini

From source file org.red5.server.script.jython.JythonScriptFactory.java

/**
 * {@link org.springframework.scripting.ScriptFactory} implementation for a
 * Python script.
 * 
 * @author Yan Weng
 * @see <a href="http://yanweng.blogspot.com/2006/02/prototype-of-jython-scriptfactory-for.html">A prototype of Jython ScriptFactory for Spring Framework</a>

From source file org.red5.server.script.groovy.GroovyScriptFactory.java

/**
 * {@link org.springframework.scripting.ScriptFactory} implementation
 * for a Groovy script.
 * 
 * <p>Typically used in combination with a
 * {@link org.springframework.scripting.support.ScriptFactoryPostProcessor};