org.exoplatform.wiki.rendering.macro.table
Class TableRowMacro
java.lang.Object
org.xwiki.rendering.macro.AbstractMacro<Object>
org.exoplatform.wiki.rendering.macro.table.TableRowMacro
- All Implemented Interfaces:
- Comparable<org.xwiki.rendering.macro.Macro<?>>, org.xwiki.component.phase.Initializable, org.xwiki.rendering.macro.Macro<Object>
- Direct Known Subclasses:
- TableHeaderRowMacro
@Component(value="table-row")
public class TableRowMacro
- extends org.xwiki.rendering.macro.AbstractMacro<Object>
Created by The eXo Platform SAS
Author : viet nguyen
viet.nguyen@exoplatform.com
Sep 22, 2010
| Fields inherited from class org.xwiki.rendering.macro.AbstractMacro |
beanManager, DEFAULT_CATEGORY_CONTENT, DEFAULT_CATEGORY_DEVELOPMENT, DEFAULT_CATEGORY_FORMATTING, DEFAULT_CATEGORY_NAVIGATION |
|
Constructor Summary |
TableRowMacro()
Create and initialize the descriptor of the macro. |
| Methods inherited from class org.xwiki.rendering.macro.AbstractMacro |
compareTo, getDescriptor, getPriority, initialize, setDefaultCategory, setDescriptor, setPriority |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableRowMacro
public TableRowMacro()
- Create and initialize the descriptor of the macro.
execute
public List<org.xwiki.rendering.block.Block> execute(Object parameters,
String content,
org.xwiki.rendering.transformation.MacroTransformationContext context)
throws org.xwiki.rendering.macro.MacroExecutionException
- Throws:
org.xwiki.rendering.macro.MacroExecutionException
supportsInlineMode
public boolean supportsInlineMode()
getSyntaxParser
protected org.xwiki.rendering.parser.Parser getSyntaxParser(String syntaxId)
throws org.xwiki.rendering.macro.MacroExecutionException
- Throws:
org.xwiki.rendering.macro.MacroExecutionException
Copyright © 2013 eXo Platform SAS. All Rights Reserved.