jp.go.nict.langrid.commons.ws.servlet
クラス AlternateInputHttpServletRequestWrapper

java.lang.Object
  上位を拡張 javax.servlet.ServletRequestWrapper
      上位を拡張 javax.servlet.http.HttpServletRequestWrapper
          上位を拡張 jp.go.nict.langrid.commons.ws.servlet.AlternateInputHttpServletRequestWrapper
すべての実装されたインタフェース:
javax.servlet.http.HttpServletRequest, javax.servlet.ServletRequest

public class AlternateInputHttpServletRequestWrapper
extends javax.servlet.http.HttpServletRequestWrapper


フィールドの概要
 
インタフェース javax.servlet.http.HttpServletRequest から継承されたフィールド
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
 
コンストラクタの概要
AlternateInputHttpServletRequestWrapper(javax.servlet.http.HttpServletRequest request, javax.servlet.ServletInputStream alternateInput)
           
 
メソッドの概要
 javax.servlet.ServletInputStream getInputStream()
           
 BufferedReader getReader()
           
 
クラス javax.servlet.http.HttpServletRequestWrapper から継承されたメソッド
authenticate, getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPart, getParts, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole, login, logout
 
クラス javax.servlet.ServletRequestWrapper から継承されたメソッド
getAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getDispatcherType, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, 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
 
インタフェース javax.servlet.ServletRequest から継承されたメソッド
getAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getDispatcherType, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, removeAttribute, setAttribute, setCharacterEncoding, startAsync, startAsync
 

コンストラクタの詳細

AlternateInputHttpServletRequestWrapper

public AlternateInputHttpServletRequestWrapper(javax.servlet.http.HttpServletRequest request,
                                               javax.servlet.ServletInputStream alternateInput)
メソッドの詳細

getInputStream

public javax.servlet.ServletInputStream getInputStream()
                                                throws IOException
定義:
インタフェース javax.servlet.ServletRequest 内の getInputStream
オーバーライド:
クラス javax.servlet.ServletRequestWrapper 内の getInputStream
例外:
IOException

getReader

public BufferedReader getReader()
                         throws IOException
定義:
インタフェース javax.servlet.ServletRequest 内の getReader
オーバーライド:
クラス javax.servlet.ServletRequestWrapper 内の getReader
例外:
IOException