View Javadoc

1   package org.apache.velocity.tools.plugin.taglib.example;
2   
3   import javax.servlet.jsp.tagext.SimpleTagSupport;
4   
5   public class MySimpleTag extends SimpleTagSupport
6   {
7   
8       public void setStringProperty(String stringProperty)
9       {
10  
11      }
12  
13      public void setIntProperty(int intProperty)
14      {
15  
16      }
17  }