com.jgeppert.struts2.jquery.chart.views.freemarker.tags
Class JqueryChartModels

java.lang.Object
  extended by com.jgeppert.struts2.jquery.chart.views.freemarker.tags.JqueryChartModels

public class JqueryChartModels
extends java.lang.Object

Author:
Johannes Geppert

Field Summary
protected  ChartModel chart
           
protected  ChartDataModel chartData
           
 
Constructor Summary
JqueryChartModels(com.opensymphony.xwork2.util.ValueStack stack, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 
Method Summary
 ChartModel getChart()
           
 ChartDataModel getChartData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

chart

protected ChartModel chart

chartData

protected ChartDataModel chartData
Constructor Detail

JqueryChartModels

public JqueryChartModels(com.opensymphony.xwork2.util.ValueStack stack,
                         javax.servlet.http.HttpServletRequest req,
                         javax.servlet.http.HttpServletResponse res)
Method Detail

getChart

public ChartModel getChart()

getChartData

public ChartDataModel getChartData()


Copyright © 2012. All Rights Reserved.