18192021222324
/** * @author Dmitry Pikhulya */ public class PopupLayerTagHandler extends AbstractFaceletsComponentHandler { public PopupLayerTagHandler(ComponentConfig componentConfig) { super(componentConfig, new PopupLayerTag()); }
22232425262728
* @author Andrew Palval */ public class PopupLayerJspTag extends AbstractComponentJspTag { public PopupLayerJspTag() { super(new PopupLayerTag()); }