| org.gomba.TransactorAbstractServlet org.gomba.MultiServlet
MultiServlet | public class MultiServlet extends TransactorAbstractServlet (Code) | | 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
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)
author: Flavio Tordini version: $Id: MultiServlet.java,v 1.1 2004/11/26 17:52:58 flaviotordini Exp $ |
|
|