public class JspTemplateHttpServletRequest
extends javax.servlet.http.HttpServletRequestWrapper
| コンストラクタと説明 |
|---|
JspTemplateHttpServletRequest(javax.servlet.http.HttpServletRequest request,
RequestContext requestContext) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.lang.Object |
getAttribute(java.lang.String name) |
java.lang.String |
getParameter(java.lang.String name) |
java.util.Map<java.lang.String,java.lang.String[]> |
getParameterMap() |
java.util.Enumeration<java.lang.String> |
getParameterNames() |
java.lang.String[] |
getParameterValues(java.lang.String name) |
javax.servlet.http.HttpSession |
getSession() |
javax.servlet.http.HttpSession |
getSession(boolean create) |
authenticate, changeSessionId, getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPart, getParts, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole, login, logout, upgradegetAsyncContext, getAttributeNames, getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getDispatcherType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, isWrapperFor, isWrapperFor, removeAttribute, setAttribute, setCharacterEncoding, setRequest, startAsync, startAsyncclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAsyncContext, getAttributeNames, getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getDispatcherType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, removeAttribute, setAttribute, setCharacterEncoding, startAsync, startAsyncpublic JspTemplateHttpServletRequest(javax.servlet.http.HttpServletRequest request,
RequestContext requestContext)
public java.lang.String getParameter(java.lang.String name)
getParameter インタフェース内 javax.servlet.ServletRequestgetParameter クラス内 javax.servlet.ServletRequestWrapperpublic java.lang.String[] getParameterValues(java.lang.String name)
getParameterValues インタフェース内 javax.servlet.ServletRequestgetParameterValues クラス内 javax.servlet.ServletRequestWrapperpublic java.util.Map<java.lang.String,java.lang.String[]> getParameterMap()
getParameterMap インタフェース内 javax.servlet.ServletRequestgetParameterMap クラス内 javax.servlet.ServletRequestWrapperpublic java.util.Enumeration<java.lang.String> getParameterNames()
getParameterNames インタフェース内 javax.servlet.ServletRequestgetParameterNames クラス内 javax.servlet.ServletRequestWrapperpublic javax.servlet.http.HttpSession getSession(boolean create)
getSession インタフェース内 javax.servlet.http.HttpServletRequestgetSession クラス内 javax.servlet.http.HttpServletRequestWrapperpublic javax.servlet.http.HttpSession getSession()
getSession インタフェース内 javax.servlet.http.HttpServletRequestgetSession クラス内 javax.servlet.http.HttpServletRequestWrapperpublic java.lang.Object getAttribute(java.lang.String name)
getAttribute インタフェース内 javax.servlet.ServletRequestgetAttribute クラス内 javax.servlet.ServletRequestWrapper