| org.apache.cocoon.util.RequestForwardingHttpMethod
RequestForwardingHttpMethod | public class RequestForwardingHttpMethod extends EntityEnclosingMethod (Code) | | This is a generic and externally configurable method, to forward any Request
to a server.
author: Gianugo Rabellino version: $Id: RequestForwardingHttpMethod.java 433543 2006-08-22 06:22:54Z crossley $ |
Method Summary | |
public String | getName() Dinamically get the method. |
destination | HttpURL destination(Code) | | The HTTPUrl to forward this request to
|
getName | public String getName()(Code) | | Dinamically get the method.
See Also: org.apache.commons.httpclient.HttpMethod.getName |
|
|