org.xwiki.rendering.macro.script
Class DefaultScriptMacroParameters
java.lang.Object
org.xwiki.rendering.macro.script.ScriptMacroParameters
org.xwiki.rendering.macro.script.JSR223ScriptMacroParameters
org.xwiki.rendering.macro.script.DefaultScriptMacroParameters
public class DefaultScriptMacroParameters
- extends JSR223ScriptMacroParameters
Parameters for the Script Macro.
- Since:
- 1.9M1
- Version:
- $Id: c41fb41f4bbd748ed11aab49782852728f3cc680 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultScriptMacroParameters
public DefaultScriptMacroParameters()
setLanguage
public void setLanguage(String language)
- Parameters:
language - the identifier of the script language.
getLanguage
public String getLanguage()
- Returns:
- the identifier of the script language.
Copyright © 2004-2013 XWiki. All Rights Reserved.