Interface HttpServletResponseAdapter
-
public interface HttpServletResponseAdapter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetStatus()PrintWritergetWriter()voidsetContentType(String contentType)voidsetStatus(int httpStatusCode)
-
-
-
Method Detail
-
getStatus
int getStatus()
-
setStatus
void setStatus(int httpStatusCode)
-
setContentType
void setContentType(String contentType)
-
getWriter
PrintWriter getWriter() throws IOException
- Throws:
IOException
-
-