This class encapsulates a Map in a Java Bean so that it can accessed
as a bean from JSP/JSTL EL expressions, and in a Collection so that it
can be iterated by the JSTL tag.
MapBean() -
Constructor for class com.bristle.javalib.bean.MapBean
This class makes the form parameters from an HTML form with
enctype='multipart/form-data'
available as a simple map, like the map returned by
ServletRequest.getParameterMap()
for other HTML forms.