info.magnolia.module.blossom.paragraph
Interface BlossomParagraphRegistry

All Known Implementing Classes:
DefaultBlossomParagraphRegistry

public interface BlossomParagraphRegistry

Registry of Blossom managed paragraphs.

Since:
0.5

Method Summary
 BlossomParagraphDescription getParagraph(info.magnolia.cms.core.Content content)
           
 BlossomParagraphDescription getParagraph(info.magnolia.cms.core.Content content, String paragraphName)
           
 BlossomParagraphDescription getParagraph(String name)
           
 ConcurrentMap<String,BlossomParagraphDescription> getParagraphs()
           
 void registerParagraph(BlossomDispatcher dispatcher, Object handler, String handlerPath)
           
 

Method Detail

getParagraph

BlossomParagraphDescription getParagraph(String name)

getParagraph

BlossomParagraphDescription getParagraph(info.magnolia.cms.core.Content content)
                                         throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException

getParagraph

BlossomParagraphDescription getParagraph(info.magnolia.cms.core.Content content,
                                         String paragraphName)
                                         throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException

getParagraphs

ConcurrentMap<String,BlossomParagraphDescription> getParagraphs()

registerParagraph

void registerParagraph(BlossomDispatcher dispatcher,
                       Object handler,
                       String handlerPath)
                       throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException


Copyright © 2009-2011 Magnolia International Ltd.. All Rights Reserved.