|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.j2ep.requesthandlers.RequestHandlerBase
net.sf.j2ep.requesthandlers.EntityEnclosingRequestHandler
public class EntityEnclosingRequestHandler
Handler for POST and PUT methods.
| Constructor Summary | |
|---|---|
EntityEnclosingRequestHandler()
|
|
| Method Summary | |
|---|---|
org.apache.commons.httpclient.HttpMethod |
process(HttpServletRequest request,
java.lang.String url)
Will set the input stream and the Content-Type header to match this request. |
| Methods inherited from class net.sf.j2ep.requesthandlers.RequestHandlerBase |
|---|
addBannedHeader, addBannedHeaders, setHeaders |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EntityEnclosingRequestHandler()
| Method Detail |
|---|
public org.apache.commons.httpclient.HttpMethod process(HttpServletRequest request,
java.lang.String url)
throws java.io.IOException
process in interface RequestHandlerprocess in class RequestHandlerBaserequest - The request we are processingurl - URL to bind the method to
java.io.IOException - An exception is throws when there is a problem getting the input streamnet.sf.j2ep.model.RequestHandler#process(javax.servlet.http.HttpServletRequest, java.lang.String)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||