KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > fr > improve > struts > taglib > layout > ButtonTag


1 package fr.improve.struts.taglib.layout;
2
3 /**
4  * @author jnribette
5  *
6  * To change this generated comment edit the template variable "typecomment":
7  * Window>Preferences>Java>Templates.
8  * To enable and disable the creation of type comments go to
9  * Window>Preferences>Java>Code Generation.
10  */

11 public class ButtonTag extends ActionTag {
12     public ButtonTag() {
13         tag = new org.apache.struts.taglib.html.ButtonTag();
14     }
15 }
16
Popular Tags