public class StrutsRequestWrapper
extends javax.servlet.http.HttpServletRequestWrapper
Constructor and Description |
---|
StrutsRequestWrapper(javax.servlet.http.HttpServletRequest req)
The constructor
|
StrutsRequestWrapper(javax.servlet.http.HttpServletRequest req,
boolean disableRequestAttributeValueStackLookup)
The constructor
|
Modifier and Type | Method and Description |
---|---|
Object |
getAttribute(String key)
Gets the object, looking in the value stack if not found
|
getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole
getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding, setRequest
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding
public StrutsRequestWrapper(javax.servlet.http.HttpServletRequest req)
req
- The requestpublic StrutsRequestWrapper(javax.servlet.http.HttpServletRequest req, boolean disableRequestAttributeValueStackLookup)
req
- The requestdisableRequestAttributeValueStackLookup
- flag for disabling request attribute value stack lookup (JSTL accessibility)Copyright © 2000–2020 Apache Software Foundation. All rights reserved.