org.exoplatform.wiki.rendering.filter
Interface MacroFilter

All Known Implementing Classes:
ConfluenceMacroFilter

@Role
public interface MacroFilter


Method Summary
 boolean isSupport(String macroId)
          The availability of an given macro
 

Method Detail

isSupport

boolean isSupport(String macroId)
                  throws org.xwiki.rendering.converter.ConversionException
The availability of an given macro

Parameters:
macroId - the id of a macro
Returns:
true if the current syntax supported this macro
Throws:
org.xwiki.rendering.converter.ConversionException


Copyright © 2003–2014 eXo Platform SAS. All rights reserved.