Custom JSP taglib. Lets you measure a time your JSP page was generated in
and use calculated data in your algorithms. You have to use this taglib as an
interface for Exec time filter. For example:
<%@ taglib uri="taglib.tld" prefix="calc" %> Page generated in <calc:ExecTime /> ms Tags are: ExecTime Returns the time (in milliseconds) this page was generated in. Parameters are: 1) id Optional parameter. Describes a name for page scope variable (type is java.lang.Long) for data. Without this parameter tag just prints data. for downloading: Library: exectimeflt.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|