Traffic taglib ver. 1.2

    Custom JSP taglib. You have to use this taglib with Traffic Filter from JSOS. Body tag forEachIP lets you print a list of banned hosts. Tag executes own body for the each banned IP address and you can use nested vaiables ipAddress (type is java.lang.String) and banTime (type is java.util.Date) for getting details. For example:
 


<%@ taglib uri="taglib.tld" prefix="t" %>

<t:forEachIP>
  <br>IP:<%=ipAddress%> banned at <%=banTime%>
</t:forEachIP>

Tags are:

forEachIP

Body tag, executes own body for the each banned IP. Parameters are: none

for downloading:

Library: trafficflt.jar    Description: taglib.tld

© Coldbeans      Comments?

See also Coldtags suite - the largest collection of custom JSP tags.