com.ikokoon.serenity.hudson.modeller
Interface IModeller

All Known Implementing Classes:
HighchartsModeller, JetChartModeller

public interface IModeller

This is the interface for classes that can generate the model that gets sent to the front end.

Since:
09.12.09
Version:
01.00
Author:
Michael Couck

Method Summary
 java.lang.String getModel()
          Accesses the model in a base64 string representation.
 void visit(java.lang.Class<?> klass, Composite<?,?>... composites)
          Visits a composite and builds a model from the composite.
 

Method Detail

getModel

java.lang.String getModel()
Accesses the model in a base64 string representation.

Returns:
the IModel serialised to a base 64 string

visit

void visit(java.lang.Class<?> klass,
           Composite<?,?>... composites)
Visits a composite and builds a model from the composite.

Parameters:
klass - the class of the composite
composites - the list of composites to generate the model from


Copyright © 2010. All Rights Reserved.