Class DummyRequest
- java.lang.Object
-
- com.ibm.wsspi.webcontainer.servlet.DummyRequest
-
- All Implemented Interfaces:
IExtendedRequest,javax.servlet.http.HttpServletRequest,javax.servlet.ServletRequest
public class DummyRequest extends java.lang.Object implements javax.servlet.http.HttpServletRequest, IExtendedRequest
-
-
Constructor Summary
Constructors Constructor Description DummyRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddParameter(java.lang.String name, java.lang.String[] values)voidaggregateQueryStringParams(java.lang.String additionalQueryString, boolean setQS)voidattributeAdded(java.lang.String key, java.lang.Object newVal)voidattributeRemoved(java.lang.String key, java.lang.Object oldVal)voidattributeReplaced(java.lang.String key, java.lang.Object oldVal)booleanauthenticate(javax.servlet.http.HttpServletResponse arg0)voidcloseResponseOutput()java.util.HashMapdeserializeInputStreamData(byte[][] input)voiddestroy()voidfinish()voidfinishAndDestroyConnectionContext()java.util.ListgetAllCookieValues(java.lang.String cookieName)Get the values for the cookie specified.javax.servlet.AsyncContextgetAsyncContext()java.lang.ObjectgetAttribute(java.lang.String arg0)java.util.Enumeration<java.lang.String>getAttributeNames()java.lang.StringgetAuthType()java.lang.StringgetCharacterEncoding()intgetContentLength()java.lang.StringgetContentType()java.lang.StringgetContextPath()javax.servlet.http.Cookie[]getCookies()byte[]getCookieValueAsBytes(java.lang.String cookieName)Returns a cookie value as byteslonggetDateHeader(java.lang.String arg0)javax.servlet.DispatcherTypegetDispatcherType()java.lang.StringgetEncodedRequestURI()returns url with encoded session information of the incoming requestjava.lang.StringgetHeader(java.lang.String arg0)java.util.Enumeration<java.lang.String>getHeaderNames()java.util.Enumeration<java.lang.String>getHeaders(java.lang.String arg0)javax.servlet.ServletInputStreamgetInputStream()java.util.HashMapgetInputStreamData()intgetIntHeader(java.lang.String arg0)IRequestgetIRequest()java.lang.StringgetLocalAddr()java.util.LocalegetLocale()java.util.Enumeration<java.util.Locale>getLocales()java.lang.StringgetLocalName()intgetLocalPort()java.lang.StringgetMethod()java.lang.StringgetParameter(java.lang.String arg0)java.util.Map<java.lang.String,java.lang.String[]>getParameterMap()java.util.Enumeration<java.lang.String>getParameterNames()java.lang.String[]getParameterValues(java.lang.String arg0)javax.servlet.http.PartgetPart(java.lang.String arg0)java.util.Collection<javax.servlet.http.Part>getParts()java.lang.StringgetPathInfo()java.lang.StringgetPathTranslated()java.lang.StringgetProtocol()java.lang.StringgetQueryString()java.io.BufferedReadergetReader()java.lang.StringgetReaderEncoding()java.lang.StringgetRealPath(java.lang.String arg0)java.lang.StringgetRemoteAddr()java.lang.StringgetRemoteHost()intgetRemotePort()java.lang.StringgetRemoteUser()javax.servlet.RequestDispatchergetRequestDispatcher(java.lang.String arg0)java.lang.StringgetRequestedSessionId()java.lang.StringgetRequestURI()java.lang.StringBuffergetRequestURL()IExtendedResponsegetResponse()booleangetRunningCollaborators()Returns boolean that indicates if collaborators are running.java.lang.StringgetScheme()java.lang.StringgetServerName()intgetServerPort()javax.servlet.ServletContextgetServletContext()java.lang.StringgetServletPath()javax.servlet.http.HttpSessiongetSession()javax.servlet.http.HttpSessiongetSession(boolean arg0)java.lang.ObjectgetSessionAffinityContext()Get the SessionAffinityContext for this requestbyte[]getSSLId()Returns incoming SSL session id of the request.java.lang.StringgetUpdatedSessionId()returns sessionId that is being generated for this requestjava.security.PrincipalgetUserPrincipal()IWebAppDispatcherContextgetWebAppDispatcherContext()voidinitForNextRequest(IRequest req)booleanisAsyncStarted()booleanisAsyncSupported()booleanisRequestedSessionIdFromCookie()booleanisRequestedSessionIdFromUrl()booleanisRequestedSessionIdFromURL()booleanisRequestedSessionIdValid()booleanisSecure()booleanisUserInRole(java.lang.String arg0)voidlogin(java.lang.String arg0, java.lang.String arg1)voidlogout()voidpushParameterStack()voidremoveAttribute(java.lang.String arg0)voidremoveHeader(java.lang.String header)voidremoveQSFromList()byte[][]serializeInputStreamData(java.util.Map isd)Serialize the Map object of InputStreamData.voidsetAsyncStarted(boolean b)voidsetAsyncSupported(boolean asyncSupported)voidsetAttribute(java.lang.String arg0, java.lang.Object arg1)voidsetCharacterEncoding(java.lang.String arg0)voidsetDispatcherType(javax.servlet.DispatcherType dispatcherType)voidsetInputStreamData(java.util.HashMap inStreamInfo)voidsetMethod(java.lang.String method)voidsetQueryString(java.lang.String qs)voidsetResponse(IExtendedResponse extResp)voidsetRunningCollaborators(boolean runningCollaborators)Sets boolean used to indicate to session manager if collaborators are running.voidsetSessionAffinityContext(java.lang.Object sac)Sets SessionAffinityContext for this requestvoidsetSessionId(java.lang.String id)Sets sessionId that is being generated for this requestvoidsetValuesIfMultiReadofPostdataEnabled()voidsetWebAppDispatcherContext(IWebAppDispatcherContext ctx)longsizeInputStreamData(java.util.Map isd)returns estimated size of serialized InputStreamData this code does not consider that the length in long overwraps.voidstart()javax.servlet.AsyncContextstartAsync()javax.servlet.AsyncContextstartAsync(javax.servlet.ServletRequest arg0, javax.servlet.ServletResponse arg1)
-
-
-
Method Detail
-
authenticate
public boolean authenticate(javax.servlet.http.HttpServletResponse arg0)
- Specified by:
authenticatein interfacejavax.servlet.http.HttpServletRequest
-
getAuthType
public java.lang.String getAuthType()
- Specified by:
getAuthTypein interfacejavax.servlet.http.HttpServletRequest
-
getContextPath
public java.lang.String getContextPath()
- Specified by:
getContextPathin interfacejavax.servlet.http.HttpServletRequest
-
getCookies
public javax.servlet.http.Cookie[] getCookies()
- Specified by:
getCookiesin interfacejavax.servlet.http.HttpServletRequest
-
getDateHeader
public long getDateHeader(java.lang.String arg0)
- Specified by:
getDateHeaderin interfacejavax.servlet.http.HttpServletRequest
-
getHeader
public java.lang.String getHeader(java.lang.String arg0)
- Specified by:
getHeaderin interfacejavax.servlet.http.HttpServletRequest
-
getHeaderNames
public java.util.Enumeration<java.lang.String> getHeaderNames()
- Specified by:
getHeaderNamesin interfacejavax.servlet.http.HttpServletRequest
-
getHeaders
public java.util.Enumeration<java.lang.String> getHeaders(java.lang.String arg0)
- Specified by:
getHeadersin interfacejavax.servlet.http.HttpServletRequest
-
getIntHeader
public int getIntHeader(java.lang.String arg0)
- Specified by:
getIntHeaderin interfacejavax.servlet.http.HttpServletRequest
-
getMethod
public java.lang.String getMethod()
- Specified by:
getMethodin interfacejavax.servlet.http.HttpServletRequest
-
getPart
public javax.servlet.http.Part getPart(java.lang.String arg0)
- Specified by:
getPartin interfacejavax.servlet.http.HttpServletRequest
-
getParts
public java.util.Collection<javax.servlet.http.Part> getParts()
- Specified by:
getPartsin interfacejavax.servlet.http.HttpServletRequest
-
getPathInfo
public java.lang.String getPathInfo()
- Specified by:
getPathInfoin interfacejavax.servlet.http.HttpServletRequest- Specified by:
getPathInfoin interfaceIExtendedRequest
-
getPathTranslated
public java.lang.String getPathTranslated()
- Specified by:
getPathTranslatedin interfacejavax.servlet.http.HttpServletRequest
-
getQueryString
public java.lang.String getQueryString()
- Specified by:
getQueryStringin interfacejavax.servlet.http.HttpServletRequest- Specified by:
getQueryStringin interfaceIExtendedRequest
-
getRemoteUser
public java.lang.String getRemoteUser()
- Specified by:
getRemoteUserin interfacejavax.servlet.http.HttpServletRequest
-
getRequestURI
public java.lang.String getRequestURI()
- Specified by:
getRequestURIin interfacejavax.servlet.http.HttpServletRequest- Specified by:
getRequestURIin interfaceIExtendedRequest
-
getRequestURL
public java.lang.StringBuffer getRequestURL()
- Specified by:
getRequestURLin interfacejavax.servlet.http.HttpServletRequest
-
getRequestedSessionId
public java.lang.String getRequestedSessionId()
- Specified by:
getRequestedSessionIdin interfacejavax.servlet.http.HttpServletRequest
-
getServletPath
public java.lang.String getServletPath()
- Specified by:
getServletPathin interfacejavax.servlet.http.HttpServletRequest
-
getSession
public javax.servlet.http.HttpSession getSession()
- Specified by:
getSessionin interfacejavax.servlet.http.HttpServletRequest
-
getSession
public javax.servlet.http.HttpSession getSession(boolean arg0)
- Specified by:
getSessionin interfacejavax.servlet.http.HttpServletRequest
-
getUserPrincipal
public java.security.Principal getUserPrincipal()
- Specified by:
getUserPrincipalin interfacejavax.servlet.http.HttpServletRequest
-
isRequestedSessionIdFromCookie
public boolean isRequestedSessionIdFromCookie()
- Specified by:
isRequestedSessionIdFromCookiein interfacejavax.servlet.http.HttpServletRequest
-
isRequestedSessionIdFromURL
public boolean isRequestedSessionIdFromURL()
- Specified by:
isRequestedSessionIdFromURLin interfacejavax.servlet.http.HttpServletRequest
-
isRequestedSessionIdFromUrl
public boolean isRequestedSessionIdFromUrl()
- Specified by:
isRequestedSessionIdFromUrlin interfacejavax.servlet.http.HttpServletRequest
-
isRequestedSessionIdValid
public boolean isRequestedSessionIdValid()
- Specified by:
isRequestedSessionIdValidin interfacejavax.servlet.http.HttpServletRequest
-
isUserInRole
public boolean isUserInRole(java.lang.String arg0)
- Specified by:
isUserInRolein interfacejavax.servlet.http.HttpServletRequest
-
login
public void login(java.lang.String arg0, java.lang.String arg1) throws javax.servlet.ServletException- Specified by:
loginin interfacejavax.servlet.http.HttpServletRequest- Throws:
javax.servlet.ServletException
-
logout
public void logout() throws javax.servlet.ServletException- Specified by:
logoutin interfacejavax.servlet.http.HttpServletRequest- Throws:
javax.servlet.ServletException
-
getAsyncContext
public javax.servlet.AsyncContext getAsyncContext()
- Specified by:
getAsyncContextin interfaceIExtendedRequest- Specified by:
getAsyncContextin interfacejavax.servlet.ServletRequest
-
getAttribute
public java.lang.Object getAttribute(java.lang.String arg0)
- Specified by:
getAttributein interfacejavax.servlet.ServletRequest
-
getAttributeNames
public java.util.Enumeration<java.lang.String> getAttributeNames()
- Specified by:
getAttributeNamesin interfacejavax.servlet.ServletRequest
-
getCharacterEncoding
public java.lang.String getCharacterEncoding()
- Specified by:
getCharacterEncodingin interfacejavax.servlet.ServletRequest
-
getContentLength
public int getContentLength()
- Specified by:
getContentLengthin interfacejavax.servlet.ServletRequest
-
getContentType
public java.lang.String getContentType()
- Specified by:
getContentTypein interfacejavax.servlet.ServletRequest
-
getDispatcherType
public javax.servlet.DispatcherType getDispatcherType()
- Specified by:
getDispatcherTypein interfacejavax.servlet.ServletRequest
-
getInputStream
public javax.servlet.ServletInputStream getInputStream() throws java.io.IOException- Specified by:
getInputStreamin interfacejavax.servlet.ServletRequest- Throws:
java.io.IOException
-
getLocalAddr
public java.lang.String getLocalAddr()
- Specified by:
getLocalAddrin interfacejavax.servlet.ServletRequest
-
getLocalName
public java.lang.String getLocalName()
- Specified by:
getLocalNamein interfacejavax.servlet.ServletRequest
-
getLocalPort
public int getLocalPort()
- Specified by:
getLocalPortin interfacejavax.servlet.ServletRequest
-
getLocale
public java.util.Locale getLocale()
- Specified by:
getLocalein interfacejavax.servlet.ServletRequest
-
getLocales
public java.util.Enumeration<java.util.Locale> getLocales()
- Specified by:
getLocalesin interfacejavax.servlet.ServletRequest
-
getParameter
public java.lang.String getParameter(java.lang.String arg0)
- Specified by:
getParameterin interfacejavax.servlet.ServletRequest
-
getParameterMap
public java.util.Map<java.lang.String,java.lang.String[]> getParameterMap()
- Specified by:
getParameterMapin interfacejavax.servlet.ServletRequest
-
getParameterNames
public java.util.Enumeration<java.lang.String> getParameterNames()
- Specified by:
getParameterNamesin interfacejavax.servlet.ServletRequest
-
getParameterValues
public java.lang.String[] getParameterValues(java.lang.String arg0)
- Specified by:
getParameterValuesin interfacejavax.servlet.ServletRequest
-
getProtocol
public java.lang.String getProtocol()
- Specified by:
getProtocolin interfacejavax.servlet.ServletRequest
-
getReader
public java.io.BufferedReader getReader() throws java.io.IOException- Specified by:
getReaderin interfacejavax.servlet.ServletRequest- Throws:
java.io.IOException
-
getRealPath
public java.lang.String getRealPath(java.lang.String arg0)
- Specified by:
getRealPathin interfacejavax.servlet.ServletRequest
-
getRemoteAddr
public java.lang.String getRemoteAddr()
- Specified by:
getRemoteAddrin interfacejavax.servlet.ServletRequest
-
getRemoteHost
public java.lang.String getRemoteHost()
- Specified by:
getRemoteHostin interfacejavax.servlet.ServletRequest
-
getRemotePort
public int getRemotePort()
- Specified by:
getRemotePortin interfacejavax.servlet.ServletRequest
-
getRequestDispatcher
public javax.servlet.RequestDispatcher getRequestDispatcher(java.lang.String arg0)
- Specified by:
getRequestDispatcherin interfacejavax.servlet.ServletRequest
-
getScheme
public java.lang.String getScheme()
- Specified by:
getSchemein interfacejavax.servlet.ServletRequest
-
getServerName
public java.lang.String getServerName()
- Specified by:
getServerNamein interfacejavax.servlet.ServletRequest
-
getServerPort
public int getServerPort()
- Specified by:
getServerPortin interfacejavax.servlet.ServletRequest
-
getServletContext
public javax.servlet.ServletContext getServletContext()
- Specified by:
getServletContextin interfacejavax.servlet.ServletRequest
-
isAsyncStarted
public boolean isAsyncStarted()
- Specified by:
isAsyncStartedin interfacejavax.servlet.ServletRequest
-
isAsyncSupported
public boolean isAsyncSupported()
- Specified by:
isAsyncSupportedin interfacejavax.servlet.ServletRequest
-
isSecure
public boolean isSecure()
- Specified by:
isSecurein interfacejavax.servlet.ServletRequest
-
removeAttribute
public void removeAttribute(java.lang.String arg0)
- Specified by:
removeAttributein interfacejavax.servlet.ServletRequest
-
setAttribute
public void setAttribute(java.lang.String arg0, java.lang.Object arg1)- Specified by:
setAttributein interfacejavax.servlet.ServletRequest
-
setCharacterEncoding
public void setCharacterEncoding(java.lang.String arg0) throws java.io.UnsupportedEncodingException- Specified by:
setCharacterEncodingin interfacejavax.servlet.ServletRequest- Throws:
java.io.UnsupportedEncodingException
-
startAsync
public javax.servlet.AsyncContext startAsync()
- Specified by:
startAsyncin interfacejavax.servlet.ServletRequest
-
startAsync
public javax.servlet.AsyncContext startAsync(javax.servlet.ServletRequest arg0, javax.servlet.ServletResponse arg1)- Specified by:
startAsyncin interfacejavax.servlet.ServletRequest
-
addParameter
public void addParameter(java.lang.String name, java.lang.String[] values)- Specified by:
addParameterin interfaceIExtendedRequest
-
aggregateQueryStringParams
public void aggregateQueryStringParams(java.lang.String additionalQueryString, boolean setQS)- Specified by:
aggregateQueryStringParamsin interfaceIExtendedRequest
-
attributeAdded
public void attributeAdded(java.lang.String key, java.lang.Object newVal)- Specified by:
attributeAddedin interfaceIExtendedRequest
-
attributeRemoved
public void attributeRemoved(java.lang.String key, java.lang.Object oldVal)- Specified by:
attributeRemovedin interfaceIExtendedRequest
-
attributeReplaced
public void attributeReplaced(java.lang.String key, java.lang.Object oldVal)- Specified by:
attributeReplacedin interfaceIExtendedRequest
-
destroy
public void destroy()
- Specified by:
destroyin interfaceIExtendedRequest
-
finish
public void finish() throws javax.servlet.ServletException- Specified by:
finishin interfaceIExtendedRequest- Throws:
javax.servlet.ServletException
-
getAllCookieValues
public java.util.List getAllCookieValues(java.lang.String cookieName)
Description copied from interface:IExtendedRequestGet the values for the cookie specified.- Specified by:
getAllCookieValuesin interfaceIExtendedRequest- Returns:
- List of values associated with this cookie name.
-
getCookieValueAsBytes
public byte[] getCookieValueAsBytes(java.lang.String cookieName)
Description copied from interface:IExtendedRequestReturns a cookie value as bytes- Specified by:
getCookieValueAsBytesin interfaceIExtendedRequest
-
getEncodedRequestURI
public java.lang.String getEncodedRequestURI()
Description copied from interface:IExtendedRequestreturns url with encoded session information of the incoming request- Specified by:
getEncodedRequestURIin interfaceIExtendedRequest
-
getIRequest
public IRequest getIRequest()
- Specified by:
getIRequestin interfaceIExtendedRequest
-
getReaderEncoding
public java.lang.String getReaderEncoding()
- Specified by:
getReaderEncodingin interfaceIExtendedRequest
-
getResponse
public IExtendedResponse getResponse()
- Specified by:
getResponsein interfaceIExtendedRequest
-
getRunningCollaborators
public boolean getRunningCollaborators()
Description copied from interface:IExtendedRequestReturns boolean that indicates if collaborators are running. Used by session manager when session security integration is enabled.- Specified by:
getRunningCollaboratorsin interfaceIExtendedRequest
-
getSSLId
public byte[] getSSLId()
Description copied from interface:IExtendedRequestReturns incoming SSL session id of the request. Applicable only for requests over ssl- Specified by:
getSSLIdin interfaceIExtendedRequest
-
getSessionAffinityContext
public java.lang.Object getSessionAffinityContext()
Description copied from interface:IExtendedRequestGet the SessionAffinityContext for this request- Specified by:
getSessionAffinityContextin interfaceIExtendedRequest- Returns:
- SessionAffinityContext object
-
getUpdatedSessionId
public java.lang.String getUpdatedSessionId()
Description copied from interface:IExtendedRequestreturns sessionId that is being generated for this request- Specified by:
getUpdatedSessionIdin interfaceIExtendedRequest
-
getWebAppDispatcherContext
public IWebAppDispatcherContext getWebAppDispatcherContext()
- Specified by:
getWebAppDispatcherContextin interfaceIExtendedRequest
-
initForNextRequest
public void initForNextRequest(IRequest req)
- Specified by:
initForNextRequestin interfaceIExtendedRequest
-
pushParameterStack
public void pushParameterStack()
- Specified by:
pushParameterStackin interfaceIExtendedRequest
-
removeHeader
public void removeHeader(java.lang.String header)
- Specified by:
removeHeaderin interfaceIExtendedRequest
-
removeQSFromList
public void removeQSFromList()
- Specified by:
removeQSFromListin interfaceIExtendedRequest
-
setMethod
public void setMethod(java.lang.String method)
- Specified by:
setMethodin interfaceIExtendedRequest
-
setQueryString
public void setQueryString(java.lang.String qs)
- Specified by:
setQueryStringin interfaceIExtendedRequest
-
setResponse
public void setResponse(IExtendedResponse extResp)
- Specified by:
setResponsein interfaceIExtendedRequest
-
setRunningCollaborators
public void setRunningCollaborators(boolean runningCollaborators)
Description copied from interface:IExtendedRequestSets boolean used to indicate to session manager if collaborators are running.- Specified by:
setRunningCollaboratorsin interfaceIExtendedRequest
-
setSessionAffinityContext
public void setSessionAffinityContext(java.lang.Object sac)
Description copied from interface:IExtendedRequestSets SessionAffinityContext for this request- Specified by:
setSessionAffinityContextin interfaceIExtendedRequest
-
setSessionId
public void setSessionId(java.lang.String id)
Description copied from interface:IExtendedRequestSets sessionId that is being generated for this request- Specified by:
setSessionIdin interfaceIExtendedRequest
-
setWebAppDispatcherContext
public void setWebAppDispatcherContext(IWebAppDispatcherContext ctx)
- Specified by:
setWebAppDispatcherContextin interfaceIExtendedRequest
-
start
public void start()
- Specified by:
startin interfaceIExtendedRequest
-
closeResponseOutput
public void closeResponseOutput()
- Specified by:
closeResponseOutputin interfaceIExtendedRequest
-
finishAndDestroyConnectionContext
public void finishAndDestroyConnectionContext()
- Specified by:
finishAndDestroyConnectionContextin interfaceIExtendedRequest
-
setAsyncSupported
public void setAsyncSupported(boolean asyncSupported)
- Specified by:
setAsyncSupportedin interfaceIExtendedRequest
-
setDispatcherType
public void setDispatcherType(javax.servlet.DispatcherType dispatcherType)
- Specified by:
setDispatcherTypein interfaceIExtendedRequest
-
setAsyncStarted
public void setAsyncStarted(boolean b)
- Specified by:
setAsyncStartedin interfaceIExtendedRequest
-
getInputStreamData
public java.util.HashMap getInputStreamData() throws java.io.IOException- Specified by:
getInputStreamDatain interfaceIExtendedRequest- Throws:
java.io.IOException
-
setInputStreamData
public void setInputStreamData(java.util.HashMap inStreamInfo) throws java.io.IOException- Specified by:
setInputStreamDatain interfaceIExtendedRequest- Throws:
java.io.IOException
-
serializeInputStreamData
public byte[][] serializeInputStreamData(java.util.Map isd) throws java.io.IOException, java.io.UnsupportedEncodingException, java.lang.IllegalStateExceptionDescription copied from interface:IExtendedRequestSerialize the Map object of InputStreamData. The format is as follows: byte[0][] : byte array of long value of INPUT_STREAM_CONTENT_DATA_LENGTH byte[1][] : the length of INPUT_STREAM_CONTENT_TYPE byte[2][] : the byte array of the value of INPUT_STREAM_CONTENT_TYPE if the length is zero, it only contains one byte data of which value is zero. byte[3...] : byte array of INPUT_STREAM_CONTENT_DATA (it could be multiple tWAS v9) byte[3] doesn't exist if the length is zero.- Specified by:
serializeInputStreamDatain interfaceIExtendedRequest- Throws:
java.io.IOExceptionjava.io.UnsupportedEncodingExceptionjava.lang.IllegalStateException
-
deserializeInputStreamData
public java.util.HashMap deserializeInputStreamData(byte[][] input) throws java.io.UnsupportedEncodingException, java.lang.IllegalStateException- Specified by:
deserializeInputStreamDatain interfaceIExtendedRequest- Throws:
java.io.UnsupportedEncodingExceptionjava.lang.IllegalStateException
-
sizeInputStreamData
public long sizeInputStreamData(java.util.Map isd) throws java.io.UnsupportedEncodingException, java.lang.IllegalStateExceptionDescription copied from interface:IExtendedRequestreturns estimated size of serialized InputStreamData this code does not consider that the length in long overwraps.- Specified by:
sizeInputStreamDatain interfaceIExtendedRequest- Throws:
java.io.UnsupportedEncodingExceptionjava.lang.IllegalStateException
-
setValuesIfMultiReadofPostdataEnabled
public void setValuesIfMultiReadofPostdataEnabled()
- Specified by:
setValuesIfMultiReadofPostdataEnabledin interfaceIExtendedRequest
-
-