com.liferay.portal.scripting.beanshell
Class BeanShellExecutor
java.lang.Object
com.liferay.portal.scripting.beanshell.BeanShellExecutor
- All Implemented Interfaces:
- ScriptingExecutor
public class BeanShellExecutor
- extends Object
- implements ScriptingExecutor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LANGUAGE
public static final String LANGUAGE
- See Also:
- Constant Field Values
BeanShellExecutor
public BeanShellExecutor()
clearCache
public void clearCache()
- Specified by:
clearCache
in interface ScriptingExecutor
getLanguage
public String getLanguage()
- Specified by:
getLanguage
in interface ScriptingExecutor
eval
public Map<String,Object> eval(Set<String> allowedClasses,
Map<String,Object> inputObjects,
Set<String> outputNames,
String script)
throws ScriptingException
- Specified by:
eval
in interface ScriptingExecutor
- Throws:
ScriptingException