org.xwiki.rendering.macro.script
Class DefaultScriptMacroParameters

java.lang.Object
  extended by org.xwiki.rendering.macro.script.ScriptMacroParameters
      extended by org.xwiki.rendering.macro.script.JSR223ScriptMacroParameters
          extended by org.xwiki.rendering.macro.script.DefaultScriptMacroParameters

public class DefaultScriptMacroParameters
extends JSR223ScriptMacroParameters

Parameters for the Script Macro.

Since:
1.9M1
Version:
$Id: c41fb41f4bbd748ed11aab49782852728f3cc680 $

Constructor Summary
DefaultScriptMacroParameters()
           
 
Method Summary
 String getLanguage()
           
 void setLanguage(String language)
           
 
Methods inherited from class org.xwiki.rendering.macro.script.ScriptMacroParameters
getJars, isOutput, isWiki, setJars, setOutput, setWiki
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultScriptMacroParameters

public DefaultScriptMacroParameters()
Method Detail

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.