public class ServletExecutionContext extends ExecutionContext
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.http.HttpSession |
getNativeHttpSession(boolean create)
サーブレットコンテナが提供する
HttpSessionを取得する。
明示的にHttpSessionを使用したい場合は、本メソッドから取得する。 |
NablarchHttpServletRequestWrapper |
getServletRequest()
サーブレットリクエストを返す。
|
javax.servlet.http.HttpServletResponse |
getServletResponse()
サーブレットレスポンスを返す。
|
getLastRecordNumber, getRequestScopedVar, getRequestScopeMap, getSessionScopedVar, getSessionScopeMap, handleNext, invalidateSession, isNewSession, setRequestScopedVar, setSessionScopedVar@Published(tag="architect") public NablarchHttpServletRequestWrapper getServletRequest()
@Published(tag="architect") public javax.servlet.http.HttpServletResponse getServletResponse()
@Published(tag="architect") public javax.servlet.http.HttpSession getNativeHttpSession(boolean create)
HttpSessionを取得する。
明示的にHttpSessionを使用したい場合は、本メソッドから取得する。create - セッションを生成するかどうかHttpSessionHttpServletRequest.getSession(boolean)