org.exoplatform.wiki.rendering.filter
Class ConfluenceMacroFilter

java.lang.Object
  extended by org.exoplatform.wiki.rendering.filter.ConfluenceMacroFilter
All Implemented Interfaces:
MacroFilter

@Component(value="confluence/1.0")
public class ConfluenceMacroFilter
extends Object
implements MacroFilter

Created by The eXo Platform SAS Author : Lai Trung Hieu hieult@exoplatform.com Oct 26, 2011


Constructor Summary
ConfluenceMacroFilter()
           
 
Method Summary
 boolean isSupport(String macroId)
          The availability of an given macro
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluenceMacroFilter

public ConfluenceMacroFilter()
Method Detail

isSupport

public boolean isSupport(String macroId)
                  throws org.xwiki.rendering.converter.ConversionException
Description copied from interface: MacroFilter
The availability of an given macro

Specified by:
isSupport in interface MacroFilter
Parameters:
macroId - the id of a macro
Returns:
true if the current syntax supported this macro
Throws:
org.xwiki.rendering.converter.ConversionException


Copyright © 2013 eXo Platform SAS. All Rights Reserved.