|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.j2ep.responsehandlers.ResponseHandlerBase
net.sf.j2ep.responsehandlers.HeadResponseHandler
public class HeadResponseHandler
Handler for the HEAD method.
| Field Summary |
|---|
| Fields inherited from class net.sf.j2ep.responsehandlers.ResponseHandlerBase |
|---|
method |
| Constructor Summary | |
|---|---|
HeadResponseHandler(org.apache.commons.httpclient.methods.HeadMethod method)
Default constructor, will only call the super-constructor for BasicResponseHandler. |
|
| Method Summary | |
|---|---|
void |
process(HttpServletResponse response)
Will only set the headers and status code, no response is sent. |
| Methods inherited from class net.sf.j2ep.responsehandlers.ResponseHandlerBase |
|---|
close, getStatusCode, sendStreamToClient, setHeaders |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HeadResponseHandler(org.apache.commons.httpclient.methods.HeadMethod method)
method - The method used for this response| Method Detail |
|---|
public void process(HttpServletResponse response)
process in interface ResponseHandlerprocess in class ResponseHandlerBaseresponse - The response to processnet.sf.j2ep.model.ResponseHandler#process(javax.servlet.http.HttpServletResponse)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||