Interface IExecutionContext.IResponse
- Enclosing interface:
IExecutionContext
public static interface IExecutionContext.IResponse
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDateHeader
(String key, long value) void
void
addIntHeader
(String key, int value) Deprecated.Use getActionUrl() from contextvoid
void
sendRedirect
(String url) void
setContentLength
(int len) void
setContentType
(String contentType) void
void
setStatus
(int status)
-
Method Details
-
getNativeResponse
Object getNativeResponse() -
getWriter
- Throws:
IOException
-
setStatus
void setStatus(int status) -
setContentLength
void setContentLength(int len) -
setContentType
-
encodeURL
-
sendError
- Throws:
IOException
-
createActionURL
Deprecated.Use getActionUrl() from context- Returns:
-
getOutputStream
- Throws:
IOException
-
setHeader
-
addHeader
-
addIntHeader
-
addDateHeader
-
sendRedirect
- Throws:
IOException
-