org.orbeon.oxf.pipeline.api
Interface ExternalContext.Request
- Enclosing interface:
- ExternalContext
public static interface ExternalContext.Request
getContainerType
String getContainerType()
getContainerNamespace
String getContainerNamespace()
getPathInfo
String getPathInfo()
getRequestPath
String getRequestPath()
getContextPath
String getContextPath()
getServletPath
String getServletPath()
getClientContextPath
String getClientContextPath(String urlString)
getAttributesMap
Map<String,Object> getAttributesMap()
getHeaderMap
Map<String,String> getHeaderMap()
getHeaderValuesMap
Map<String,String[]> getHeaderValuesMap()
getParameterMap
Map<String,Object[]> getParameterMap()
getCharacterEncoding
String getCharacterEncoding()
getContentLength
int getContentLength()
getContentType
String getContentType()
getInputStream
InputStream getInputStream()
throws IOException
- Throws:
IOException
getReader
Reader getReader()
throws IOException
- Throws:
IOException
getProtocol
String getProtocol()
getRemoteHost
String getRemoteHost()
getRemoteAddr
String getRemoteAddr()
getScheme
String getScheme()
getMethod
String getMethod()
getServerName
String getServerName()
getServerPort
int getServerPort()
sessionInvalidate
void sessionInvalidate()
isRequestedSessionIdValid
boolean isRequestedSessionIdValid()
getRequestedSessionId
String getRequestedSessionId()
getAuthType
String getAuthType()
isSecure
boolean isSecure()
getRemoteUser
String getRemoteUser()
isUserInRole
boolean isUserInRole(String role)
getUserPrincipal
Principal getUserPrincipal()
getLocale
Locale getLocale()
getLocales
Enumeration getLocales()
getPathTranslated
String getPathTranslated()
getQueryString
String getQueryString()
getRequestURI
String getRequestURI()
getRequestURL
String getRequestURL()
getPortletMode
String getPortletMode()
getWindowState
String getWindowState()
getNativeRequest
Object getNativeRequest()