クラス 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)
     
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
     
     
     
     
     
    jakarta.servlet.http.HttpSession
     
    jakarta.servlet.http.HttpSession
    getSession(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

      public String getParameter(String name)
      定義:
      getParameter インタフェース内 jakarta.servlet.ServletRequest
      オーバーライド:
      getParameter クラス内 jakarta.servlet.ServletRequestWrapper
    • getParameterValues

      public String[] getParameterValues(String name)
      定義:
      getParameterValues インタフェース内 jakarta.servlet.ServletRequest
      オーバーライド:
      getParameterValues クラス内 jakarta.servlet.ServletRequestWrapper
    • getParameterMap

      public Map<String,String[]> getParameterMap()
      定義:
      getParameterMap インタフェース内 jakarta.servlet.ServletRequest
      オーバーライド:
      getParameterMap クラス内 jakarta.servlet.ServletRequestWrapper
    • getParameterNames

      public Enumeration<String> 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

      public Object getAttribute(String name)
      定義:
      getAttribute インタフェース内 jakarta.servlet.ServletRequest
      オーバーライド:
      getAttribute クラス内 jakarta.servlet.ServletRequestWrapper