public class JahiaContextRequest
extends javax.servlet.http.HttpServletRequestWrapper
| Constructor and Description |
|---|
JahiaContextRequest(JahiaUser jahiaUser,
javax.servlet.http.HttpServletRequest httpServletRequest,
String workspaceName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPathInfo() |
String |
getQueryString() |
String |
getRemoteUser() |
String |
getRequestURI() |
String |
getServletPath() |
Principal |
getUserPrincipal() |
boolean |
isUserInRole(String role) |
void |
setEntryPointInstance(EntryPointInstance entryPointInstance) |
void |
setPathInfo(String pathInfo) |
void |
setQueryString(String queryString) |
void |
setServletPath(String servletPath) |
getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathTranslated, getRequestedSessionId, getRequestURL, getSession, getSession, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValidgetAttribute, 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, setRequestclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttribute, 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, setCharacterEncodingpublic JahiaContextRequest(JahiaUser jahiaUser, javax.servlet.http.HttpServletRequest httpServletRequest, String workspaceName) throws JahiaException
JahiaExceptionpublic String getServletPath()
getServletPath in interface javax.servlet.http.HttpServletRequestgetServletPath in class javax.servlet.http.HttpServletRequestWrapperpublic void setServletPath(String servletPath)
public String getPathInfo()
getPathInfo in interface javax.servlet.http.HttpServletRequestgetPathInfo in class javax.servlet.http.HttpServletRequestWrapperpublic void setPathInfo(String pathInfo)
public String getQueryString()
getQueryString in interface javax.servlet.http.HttpServletRequestgetQueryString in class javax.servlet.http.HttpServletRequestWrapperpublic void setQueryString(String queryString)
public String getRequestURI()
getRequestURI in interface javax.servlet.http.HttpServletRequestgetRequestURI in class javax.servlet.http.HttpServletRequestWrapperpublic String getRemoteUser()
getRemoteUser in interface javax.servlet.http.HttpServletRequestgetRemoteUser in class javax.servlet.http.HttpServletRequestWrapperpublic Principal getUserPrincipal()
getUserPrincipal in interface javax.servlet.http.HttpServletRequestgetUserPrincipal in class javax.servlet.http.HttpServletRequestWrapperpublic void setEntryPointInstance(EntryPointInstance entryPointInstance)
public boolean isUserInRole(String role)
isUserInRole in interface javax.servlet.http.HttpServletRequestisUserInRole in class javax.servlet.http.HttpServletRequestWrapperCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.