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
- セッションを生成するかどうかHttpSession
HttpServletRequest.getSession(boolean)