StepManagerServlet.java | Class | Servlet that allows the client to add, remove, and view
mobility test "Step" objects.check for
The path of the servlet is "/move/step".
The URL parameters to this servlet are:
- action=STRING
Option action selection, where the default is "Refresh".
"Refresh" displays the current Steps and their status.
"Remove" removes the Step with the UID specified by
the required "removeUID" parameter.
"Add" creates a new Step.
|