com.atlassian.confluence.api.impl.service.content
Class ContentMacroServiceImpl
java.lang.Object
com.atlassian.confluence.api.impl.service.content.ContentMacroServiceImpl
- All Implemented Interfaces:
- ContentMacroService
public class ContentMacroServiceImpl
- extends Object
- implements ContentMacroService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentMacroServiceImpl
public ContentMacroServiceImpl(ContentEntityManagerInternal contentEntityManager,
XhtmlContent xhtmlContent,
PermissionManager permissionManager)
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 macroexpansion - no expansions on macros are currently supported
- Returns:
- a MacroInstanceFinder
Copyright © 2003–2015 Atlassian. All rights reserved.