org.apache.jasper.runtime.JspFragmentHelper Helper class from which all Jsp Fragment helper classes extend. This class allows for the emulation of numerous fragments within a single class, which in turn reduces the load on the class loader since there are potentially many JspFragments in a single page. <p> The class also provides vari ...
org.apache.beehive.netui.tags.html.FormatNumber A formatter used to format numbers. This formatter uses patterns that conform to <code>java.text.NumberFormat</code> pattern syntax. FormatNumber calls <code>toString()</code> on the object to be formatted to get the value the pattern is applied to. The valid FormatNumbe ...