com.atlassian.confluence.renderer.v2.macros
Class ExcerptIncludeMacro

java.lang.Object
  extended bycom.atlassian.renderer.v2.macro.BaseMacro
      extended bycom.atlassian.renderer.v2.macro.basic.AbstractPanelMacro
          extended bycom.atlassian.renderer.v2.macro.basic.PanelMacro
              extended bycom.atlassian.confluence.renderer.v2.macros.ExcerptIncludeMacro
All Implemented Interfaces:
Macro

public class ExcerptIncludeMacro
extends PanelMacro


Field Summary
 
Fields inherited from interface com.atlassian.renderer.v2.macro.Macro
RAW_PARAMS_KEY
 
Constructor Summary
ExcerptIncludeMacro()
           
 
Method Summary
 String execute(Map parameters, String body, RenderContext renderContext)
           
protected  String getBodyContent(Map parameters, String body, RenderContext renderContext)
           
protected  String getTitle(Map parameters, String body, RenderContext renderContext)
           
 boolean hasBody()
           
 void setContentPropertyManager(ContentPropertyManager contentPropertyManager)
           
 void setPageManager(PageManager pageManager)
           
 void setPermissionManager(PermissionManager permissionManager)
           
 boolean suppressMacroRenderingDuringWysiwyg()
           
 
Methods inherited from class com.atlassian.renderer.v2.macro.basic.PanelMacro
getPanelContentCSSClass, getPanelCSSClass, getPanelHeaderCSSClass
 
Methods inherited from class com.atlassian.renderer.v2.macro.basic.AbstractPanelMacro
getBodyRenderMode, getSubRenderer, isInline, setSubRenderer, writeContent, writeHeader
 
Methods inherited from class com.atlassian.renderer.v2.macro.BaseMacro
suppressSurroundingTagDuringWysiwygRendering
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcerptIncludeMacro

public ExcerptIncludeMacro()
Method Detail

hasBody

public boolean hasBody()

setPageManager

public void setPageManager(PageManager pageManager)

setPermissionManager

public void setPermissionManager(PermissionManager permissionManager)

setContentPropertyManager

public void setContentPropertyManager(ContentPropertyManager contentPropertyManager)

execute

public String execute(Map parameters,
                      String body,
                      RenderContext renderContext)
               throws MacroException
Throws:
MacroException

suppressMacroRenderingDuringWysiwyg

public boolean suppressMacroRenderingDuringWysiwyg()

getTitle

protected String getTitle(Map parameters,
                          String body,
                          RenderContext renderContext)

getBodyContent

protected String getBodyContent(Map parameters,
                                String body,
                                RenderContext renderContext)
                         throws MacroException
Throws:
MacroException


Confluence is developed by Atlassian.