Provide a
java.util.Map object that exposes a set of page inputs to
expression language clients. Access to these page inputs is based on the
name of the page input.
Access is optimized for read in that the "get" method is fast. The entrySet()
method is only used if needed, which is generally to toString the Map.
Create a
java.util.Set of page input entries. This implementation
assumes that the page input set does not change, which is acceptable for
JSP clients as the page inputs have been specified when the JSP starts
to render.
Set