1 11 package com.tonbeller.jpivot.print; 12 13 import com.tonbeller.wcf.component.Component; 14 import com.tonbeller.wcf.component.ComponentTag; 15 import com.tonbeller.wcf.controller.RequestContext; 16 17 18 22 public class PrintComponentTag extends ComponentTag { 23 String query; 24 25 28 public Component createComponent(RequestContext context) throws Exception { 29 return new PrintComponent(id, context); 30 } 31 32 } 33 | Popular Tags |