Uses of Interface
nl.flotsam.pecia.builder.ArticleBuilder

Packages that use ArticleBuilder
nl.flotsam.pecia.builder The package providing the interfaces to be implemented by classes responsible for generating content. 
nl.flotsam.pecia.builder.base The package providing a default implementation of the builder interfaces. 
 

Uses of ArticleBuilder in nl.flotsam.pecia.builder
 

Methods in nl.flotsam.pecia.builder that return ArticleBuilder
<T> ArticleBuilder<T>
DocumentBuilder.createArticle(T parent, String title, DocumentBuilder builder)
           
 

Uses of ArticleBuilder in nl.flotsam.pecia.builder.base
 

Classes in nl.flotsam.pecia.builder.base that implement ArticleBuilder
 class DefaultArticleBuilder<T>
           
 class DefaultArticleDocument
           
 

Methods in nl.flotsam.pecia.builder.base that return ArticleBuilder
<T> ArticleBuilder<T>
DefaultDocumentBuilder.createArticle(T parent, String title, DocumentBuilder builder)
           
 



Copyright © 2010. All Rights Reserved.