クラス JspTemplateHttpServletRequest
java.lang.Object
jakarta.servlet.ServletRequestWrapper
jakarta.servlet.http.HttpServletRequestWrapper
org.iplass.mtp.impl.web.template.JspTemplateHttpServletRequest
- すべての実装されたインタフェース:
jakarta.servlet.http.HttpServletRequest,jakarta.servlet.ServletRequest
public class JspTemplateHttpServletRequest
extends jakarta.servlet.http.HttpServletRequestWrapper
-
フィールドの概要
インタフェースから継承されたフィールド jakarta.servlet.http.HttpServletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH -
コンストラクタの概要
コンストラクタコンストラクタ説明JspTemplateHttpServletRequest(jakarta.servlet.http.HttpServletRequest request, org.iplass.mtp.command.RequestContext requestContext) -
メソッドの概要
修飾子とタイプメソッド説明getAttribute(String name) getParameter(String name) String[]getParameterValues(String name) jakarta.servlet.http.HttpSessionjakarta.servlet.http.HttpSessiongetSession(boolean create) クラスから継承されたメソッド jakarta.servlet.http.HttpServletRequestWrapper
authenticate, changeSessionId, getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getHttpServletMapping, getIntHeader, getMethod, getPart, getParts, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getTrailerFields, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isTrailerFieldsReady, isUserInRole, login, logout, newPushBuilder, upgradeクラスから継承されたメソッド jakarta.servlet.ServletRequestWrapper
getAsyncContext, getAttributeNames, getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getDispatcherType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getProtocol, getProtocolRequestId, getReader, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getRequestId, getScheme, getServerName, getServerPort, getServletConnection, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, isWrapperFor, isWrapperFor, removeAttribute, setAttribute, setCharacterEncoding, setRequest, startAsync, startAsyncクラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド jakarta.servlet.ServletRequest
getAsyncContext, getAttributeNames, getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getDispatcherType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getProtocol, getProtocolRequestId, getReader, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getRequestId, getScheme, getServerName, getServerPort, getServletConnection, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, removeAttribute, setAttribute, setCharacterEncoding, startAsync, startAsync
-
コンストラクタの詳細
-
JspTemplateHttpServletRequest
public JspTemplateHttpServletRequest(jakarta.servlet.http.HttpServletRequest request, org.iplass.mtp.command.RequestContext requestContext)
-
-
メソッドの詳細
-
getParameter
- 定義:
getParameterインタフェース内jakarta.servlet.ServletRequest- オーバーライド:
getParameterクラス内jakarta.servlet.ServletRequestWrapper
-
getParameterValues
- 定義:
getParameterValuesインタフェース内jakarta.servlet.ServletRequest- オーバーライド:
getParameterValuesクラス内jakarta.servlet.ServletRequestWrapper
-
getParameterMap
- 定義:
getParameterMapインタフェース内jakarta.servlet.ServletRequest- オーバーライド:
getParameterMapクラス内jakarta.servlet.ServletRequestWrapper
-
getParameterNames
- 定義:
getParameterNamesインタフェース内jakarta.servlet.ServletRequest- オーバーライド:
getParameterNamesクラス内jakarta.servlet.ServletRequestWrapper
-
getSession
public jakarta.servlet.http.HttpSession getSession(boolean create) - 定義:
getSessionインタフェース内jakarta.servlet.http.HttpServletRequest- オーバーライド:
getSessionクラス内jakarta.servlet.http.HttpServletRequestWrapper
-
getSession
public jakarta.servlet.http.HttpSession getSession()- 定義:
getSessionインタフェース内jakarta.servlet.http.HttpServletRequest- オーバーライド:
getSessionクラス内jakarta.servlet.http.HttpServletRequestWrapper
-
getAttribute
- 定義:
getAttributeインタフェース内jakarta.servlet.ServletRequest- オーバーライド:
getAttributeクラス内jakarta.servlet.ServletRequestWrapper
-