|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjavax.servlet.ServletRequestWrapper
javax.servlet.http.HttpServletRequestWrapper
jp.go.nict.langrid.commons.ws.servlet.AlternateInputHttpServletRequestWrapper
public class AlternateInputHttpServletRequestWrapper
| フィールドの概要 |
|---|
| インタフェース 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 |
| コンストラクタの詳細 |
|---|
public AlternateInputHttpServletRequestWrapper(javax.servlet.http.HttpServletRequest request,
javax.servlet.ServletInputStream alternateInput)
| メソッドの詳細 |
|---|
public javax.servlet.ServletInputStream getInputStream()
throws IOException
javax.servlet.ServletRequest 内の getInputStreamjavax.servlet.ServletRequestWrapper 内の getInputStreamIOException
public BufferedReader getReader()
throws IOException
javax.servlet.ServletRequest 内の getReaderjavax.servlet.ServletRequestWrapper 内の getReaderIOException
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||