This example dumps the /samples ServletContext parameters and
attributes. The Servlet also displays a form that can be used to enter new
and modify existing ServletContext attributes.
Clicking on Set Value sets/updates the ServletContext attributes using
the key/value specified, clicking on Remove Value removes the entered
key from the ServletContext attributes, clicking on
Dump Servlet Context invokes a separate servlet that dump the
/samples ServletContext parameters and attributes.
[ view source ]
[ run ]
|