com.atlassian.confluence.api.model.locator
Class ContentLocatorBuilder
java.lang.Object
com.atlassian.confluence.api.model.locator.ContentLocatorBuilder
public class ContentLocatorBuilder
- extends Object
Builder that ensures ContentLocator instances are only constructed in ways that allow the ContentService to find
the content in question.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
forPage
public ContentLocatorBuilder.PageLocatorBuilder forPage()
- Build a content locator for a Page.
forBlog
public ContentLocatorBuilder.BlogLocatorBuilder forBlog()
- Build a content locator for a Blog post.
Copyright © 2003–2015 Atlassian. All rights reserved.