org.jplate.foundation.parser
Interface JPlateListBuilderIfc<V>

Type Parameters:
V - The value type built that will be stored in List's.
All Superinterfaces:
BuilderIfc<java.util.List<V>>, JPlateBuilderIfc<java.util.List<V>>
All Known Subinterfaces:
KvpListBuilderIfc<V>
All Known Implementing Classes:
AbstractJPlateListBuilder, DefaultKvpListBuilder, DefaultTabularListBuilder

public interface JPlateListBuilderIfc<V>
extends JPlateBuilderIfc<java.util.List<V>>

This interface defines a JPlate builder of List's.

Modifications:
    $Date: 2008-12-02 12:32:45 -0500 (Tue, 02 Dec 2008) $
    $Revision: 479 $
    $Author: sfloess $
    $HeadURL: https://jplate.svn.sourceforge.net/svnroot/jplate/trunk/src/dev/java/org/jplate/foundation/parser/JPlateListBuilderIfc.java $
    


Method Summary
 
Methods inherited from interface org.jplate.foundation.parser.JPlateBuilderIfc
buildEnd, buildStart
 
Methods inherited from interface org.jplate.foundation.gof.builder.BuilderIfc
getResult, reset