org.orbeon.oxf.pipeline.api
Interface ExternalContext.Request

Enclosing interface:
ExternalContext

public static interface ExternalContext.Request


Method Summary
 Map<String,Object> getAttributesMap()
           
 String getAuthType()
           
 String getCharacterEncoding()
           
 String getClientContextPath(String urlString)
           
 String getContainerNamespace()
           
 String getContainerType()
           
 int getContentLength()
           
 String getContentType()
           
 String getContextPath()
           
 Map<String,String> getHeaderMap()
           
 Map<String,String[]> getHeaderValuesMap()
           
 InputStream getInputStream()
           
 Locale getLocale()
           
 Enumeration getLocales()
           
 String getMethod()
           
 Object getNativeRequest()
           
 Map<String,Object[]> getParameterMap()
           
 String getPathInfo()
           
 String getPathTranslated()
           
 String getPortletMode()
           
 String getProtocol()
           
 String getQueryString()
           
 Reader getReader()
           
 String getRemoteAddr()
           
 String getRemoteHost()
           
 String getRemoteUser()
           
 String getRequestedSessionId()
           
 String getRequestPath()
           
 String getRequestURI()
           
 String getRequestURL()
           
 String getScheme()
           
 String getServerName()
           
 int getServerPort()
           
 String getServletPath()
           
 Principal getUserPrincipal()
           
 String getWindowState()
           
 boolean isRequestedSessionIdValid()
           
 boolean isSecure()
           
 boolean isUserInRole(String role)
           
 void sessionInvalidate()
           
 

Method Detail

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()