org.xwiki.rendering.macro.code
Class CodeMacroParameters

java.lang.Object
  extended by org.xwiki.rendering.macro.box.BoxMacroParameters
      extended by org.xwiki.rendering.macro.code.CodeMacroParameters

public class CodeMacroParameters
extends org.xwiki.rendering.macro.box.BoxMacroParameters

Parameters for the org.xwiki.rendering.internal.macro.code.CodeMacro Macro.

Since:
1.7RC1
Version:
$Id: 181d318214922aa9dc2b6dfdf6ff69e4c5245c3b $

Constructor Summary
CodeMacroParameters()
           
 
Method Summary
 String getLanguage()
           
 void setLanguage(String language)
           
 
Methods inherited from class org.xwiki.rendering.macro.box.BoxMacroParameters
getBlockTitle, getCssClass, getImage, getTitle, getWidth, setBlockTitle, setCssClass, setImage, setTitle, setWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeMacroParameters

public CodeMacroParameters()
Method Detail

setLanguage

public void setLanguage(String language)
Parameters:
language - the language identifier.

getLanguage

public String getLanguage()
Returns:
the language identifier.


Copyright © 2004-2013 XWiki. All Rights Reserved.