com.atlassian.confluence.api.impl.service.content
Class ContentMacroServiceImpl

java.lang.Object
  extended by com.atlassian.confluence.api.impl.service.content.ContentMacroServiceImpl
All Implemented Interfaces:
ContentMacroService

public class ContentMacroServiceImpl
extends java.lang.Object
implements ContentMacroService


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.confluence.api.service.content.ContentMacroService
ContentMacroService.MacroInstanceFinder
 
Constructor Summary
ContentMacroServiceImpl(ContentEntityManagerInternal contentEntityManager, XhtmlContent xhtmlContent, PermissionManager permissionManager)
           
 
Method Summary
 ContentMacroService.MacroInstanceFinder findInContent(ContentId contentId, Expansion... expansion)
          Create a macro instance finder to locate macro instances in the given Content
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentMacroServiceImpl

public ContentMacroServiceImpl(ContentEntityManagerInternal contentEntityManager,
                               XhtmlContent xhtmlContent,
                               PermissionManager permissionManager)
Method Detail

findInContent

public ContentMacroService.MacroInstanceFinder findInContent(ContentId contentId,
                                                             Expansion... expansion)
Description copied from interface: ContentMacroService
Create a macro instance finder to locate macro instances in the given Content

Specified by:
findInContent in interface ContentMacroService
Parameters:
contentId - The content to scan for the macro
expansion - no expansions on macros are currently supported
Returns:
a MacroInstanceFinder


Copyright © 2003-2014 Atlassian. All Rights Reserved.