org.exoplatform.wiki.rendering.macro.iframe
Class IFrameMacro

java.lang.Object
  extended by org.xwiki.rendering.macro.AbstractMacro<IFrameMacroParameters>
      extended by org.exoplatform.wiki.rendering.macro.iframe.IFrameMacro
All Implemented Interfaces:
Comparable<org.xwiki.rendering.macro.Macro<?>>, org.xwiki.component.phase.Initializable, org.xwiki.rendering.macro.Macro<IFrameMacroParameters>

@Component(value="iframe")
public class IFrameMacro
extends org.xwiki.rendering.macro.AbstractMacro<IFrameMacroParameters>

Created by The eXo Platform SAS Author : Dimitri BAELI dbaeli@exoplatform.com 7 Jan 2012 Manage an iframe node


Field Summary
static String MACRO_CATEGORY_OTHER
           
 
Fields inherited from class org.xwiki.rendering.macro.AbstractMacro
beanManager, DEFAULT_CATEGORY_CONTENT, DEFAULT_CATEGORY_DEVELOPMENT, DEFAULT_CATEGORY_FORMATTING, DEFAULT_CATEGORY_NAVIGATION
 
Constructor Summary
IFrameMacro()
          Create and initialize the descriptor of the macro.
 
Method Summary
 List<org.xwiki.rendering.block.Block> execute(IFrameMacroParameters parameters, String content, org.xwiki.rendering.transformation.MacroTransformationContext context)
           
 boolean supportsInlineMode()
           
 
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
 

Field Detail

MACRO_CATEGORY_OTHER

public static final String MACRO_CATEGORY_OTHER
See Also:
Constant Field Values
Constructor Detail

IFrameMacro

public IFrameMacro()
Create and initialize the descriptor of the macro.

Method Detail

execute

public List<org.xwiki.rendering.block.Block> execute(IFrameMacroParameters 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()


Copyright © 2013 eXo Platform SAS. All Rights Reserved.