import org.openfaces.taglib.internal.chart.PrintChartMenuItemTag;
public class PrintChartMenuItemTagHandler extends AbstractFaceletsComponentHandler {
public PrintChartMenuItemTagHandler(ComponentConfig componentConfig) {
super(componentConfig, new PrintChartMenuItemTag());
}