org.seasar.framework.container.hotdeploy
クラス HotdeployHttpServletRequest
java.lang.Object
javax.servlet.ServletRequestWrapper
javax.servlet.http.HttpServletRequestWrapper
org.seasar.framework.container.hotdeploy.HotdeployHttpServletRequest
- すべての実装インタフェース:
- HttpServletRequest, ServletRequest
- public class HotdeployHttpServletRequest
- extends HttpServletRequestWrapper
HOT deploy用のHttpServletRequest
です。
- 作成者:
- koichik
クラス javax.servlet.http.HttpServletRequestWrapper から継承したメソッド |
getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole |
クラス javax.servlet.ServletRequestWrapper から継承したメソッド |
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding, setRequest |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース javax.servlet.ServletRequest から継承したメソッド |
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding |
originalRequest
protected HttpServletRequest originalRequest
- オリジナルの
HttpServletRequest
です。
session
protected HttpSession session
- HOT deploy用の
HttpSession
です。
HotdeployHttpServletRequest
public HotdeployHttpServletRequest(HttpServletRequest originalRequest)
- インスタンスを構築します。
- パラメータ:
originalRequest
-
getSession
public HttpSession getSession()
getSession
public HttpSession getSession(boolean create)
invalidateSession
protected void invalidateSession()
HttpSession
を破棄します。
Copyright © 2004-2009 The Seasar Foundation. All Rights Reserved.