public class RequestWebScopeMultipart extends RequestWebScope
RequestWebScope.IParamValueCleanser, RequestWebScope.ParamContainerm_aHttpRequest, m_aHttpResponse| Constructor and Description |
|---|
RequestWebScopeMultipart(javax.servlet.http.HttpServletRequest aHttpRequest,
javax.servlet.http.HttpServletResponse aHttpResponse) |
| Modifier and Type | Method and Description |
|---|---|
protected com.helger.commons.state.EChange |
addSpecialRequestParams()
Callback method to add special parameters.
|
boolean |
isMultipartRequest() |
String |
toString() |
encodeRedirectURL, encodeURL, equals, getContextAndServletPath, getContextPath, getFullContextAndServletPath, getParamValueCleanser, getRequest, getRequestParamMap, getResponse, getWithoutForbiddenChars, getWithoutForbiddenCharsAndNormalized, hashCode, headers, initScope, isFileBasedRequest, isForbiddenParamValueChar, params, postDestroy, setParamValueCleanserattrs, destroyScope, getID, isDestroyed, isInDestruction, isInPreDestruction, isValid, preDestroy, runAtomic, runAtomicclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetOutputStreamareCookiesEnabled, encodeRedirectURL, encodeURL, getAuthType, getBrowserInfo, getCharacterEncoding, getCharset, getContentLength, getContentType, getCookies, getFullContextPath, getFullServerPath, getHttpMethod, getHttpVersion, getLocalAddr, getLocalName, getLocalPort, getMethod, getPathInfo, getPathTranslated, getPathWithinServlet, getPathWithinServletContext, getProtocol, getQueryString, getRemoteAddr, getRemoteHost, getRemotePort, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getScheme, getServerName, getServerPort, getServletPath, getSession, getSessionID, getURL, getUserAgent, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isSecure, isUserInRole@OverrideOnDemand protected com.helger.commons.state.EChange addSpecialRequestParams()
RequestWebScopeaddSpecialRequestParams in class RequestWebScopeEChange.CHANGED if some attributes were added,
false if not. If special attributes were added, existing
attributes are kept and will not be overwritten with HTTP servlet
request parameters!public final boolean isMultipartRequest()
true if this request scope was parsed as multipart,
false if not.public String toString()
toString in class RequestWebScopeCopyright © 2014–2019 Philip Helger. All rights reserved.