This servlets dispatches the same request to mutiple servlets overriding the original HTTP method and capturing the output of each servlet into the request scope. The output of the last operation is sent directly the client.
This servlet inherits the init-params of {@link org.gomba.TransactorAbstractServlet}
Init-params:
http-method
The value can be GET, POST, PUT or DELETE. (Required)
operations
A list of operations to execute, one per line. Syntax: HTTPMethod ResourceNameOrPath [RequestAttributeName]. Example: GET myServlet. (Required)
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.