info.magnolia.module.blossom.paragraph
Class ParagraphDescriptionBuilder

java.lang.Object
  extended by info.magnolia.module.blossom.paragraph.ParagraphDescriptionBuilder

public class ParagraphDescriptionBuilder
extends Object

Builds paragraph descriptions from annotations.

Since:
1.0

Constructor Summary
ParagraphDescriptionBuilder()
           
 
Method Summary
 BlossomParagraphDescription buildDescription(BlossomDispatcher dispatcher, Object handler, String handlerPath)
           
protected  String resolveDescription(String handlerPath, Object handler, Paragraph annotation)
           
protected  String resolveName(String handlerPath, Object handler, Paragraph annotation)
           
protected  String resolveTitle(String handlerPath, Object handler, Paragraph annotation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParagraphDescriptionBuilder

public ParagraphDescriptionBuilder()
Method Detail

buildDescription

public BlossomParagraphDescription buildDescription(BlossomDispatcher dispatcher,
                                                    Object handler,
                                                    String handlerPath)

resolveName

protected String resolveName(String handlerPath,
                             Object handler,
                             Paragraph annotation)

resolveTitle

protected String resolveTitle(String handlerPath,
                              Object handler,
                              Paragraph annotation)

resolveDescription

protected String resolveDescription(String handlerPath,
                                    Object handler,
                                    Paragraph annotation)


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