ariba.ui.aribaweb.core
Interface AWRequest

All Known Implementing Classes:
AWBaseRequest, AWServletRequest

public interface AWRequest


Field Summary
static String HeaderContentDispositionForMacintosh
           
 
Method Summary
 String applicationNumber()
           
 AWCharacterEncoding characterEncoding()
           
 byte[] content()
           
 int contentLength()
           
 String contentType()
           
 String cookieValueForKey(String cookieName)
           
 String[] cookieValuesForKey(String cookieName)
           
 AWFileData fileDataForKey(String formValueKey)
           
 String formValueForKey(AWEncodedString formValueKey)
           
 String formValueForKey(String formValueKey)
           
 String formValueForKey(String formValueKey, boolean ignoresCase)
           
 Map formValues()
           
 String[] formValuesForKey(AWEncodedString formValueKey)
           
 String[] formValuesForKey(String formValueKey)
           
 String[] formValuesForKey(String formValueKey, boolean ignoresCase)
           
 AWEncodedString frameName()
           
 javax.servlet.http.HttpSession getSession()
           
 javax.servlet.http.HttpSession getSession(boolean shouldCreate)
           
 boolean hasFormValueForKey(AWEncodedString formValueKey)
           
 boolean hasFormValueForKey(String formValueKey)
           
 boolean hasFormValueForKey(String formValueKey, boolean ignoresCase)
           
 boolean hasHandler()
           
 String headerForKey(String requestHeaderKey)
           
 Map headers()
           
 InputStream inputStream()
           
 boolean isBrowserFirefox()
           
 boolean isBrowserIE55()
           
 boolean isBrowserMicrosoft()
           
 boolean isBrowserSafari()
           
 boolean isMacintosh()
           
 boolean isSecureScheme()
           
 String method()
           
 Locale preferredLocale()
           
 String queryString()
           
 String remoteHost()
           
 String remoteHostAddress()
           
 String requestHandlerKey()
           
 String[] requestHandlerPath()
           
 String requestId()
           
 List requestLocales()
           
 String requestString()
           
 void resetRequestId()
           
 AWEncodedString responseId()
           
 AWEncodedString senderId()
          Deprecated.  
 String serverPort()
           
 String sessionId()
           
 void setCharacterEncoding(AWCharacterEncoding characterEncoding)
           
 String uri()
           
 String userAgent()
           
 

Field Detail

HeaderContentDispositionForMacintosh

static final String HeaderContentDispositionForMacintosh
See Also:
Constant Field Values
Method Detail

method

String method()

headerForKey

String headerForKey(String requestHeaderKey)

content

byte[] content()

formValues

Map formValues()

fileDataForKey

AWFileData fileDataForKey(String formValueKey)

formValueForKey

String formValueForKey(String formValueKey,
                       boolean ignoresCase)

formValueForKey

String formValueForKey(String formValueKey)

formValueForKey

String formValueForKey(AWEncodedString formValueKey)

formValuesForKey

String[] formValuesForKey(String formValueKey,
                          boolean ignoresCase)

formValuesForKey

String[] formValuesForKey(String formValueKey)

formValuesForKey

String[] formValuesForKey(AWEncodedString formValueKey)

hasFormValueForKey

boolean hasFormValueForKey(String formValueKey,
                           boolean ignoresCase)

hasFormValueForKey

boolean hasFormValueForKey(String formValueKey)

hasFormValueForKey

boolean hasFormValueForKey(AWEncodedString formValueKey)

cookieValueForKey

String cookieValueForKey(String cookieName)

cookieValuesForKey

String[] cookieValuesForKey(String cookieName)

headers

Map headers()

requestHandlerKey

String requestHandlerKey()

hasHandler

boolean hasHandler()

requestHandlerPath

String[] requestHandlerPath()

requestLocales

List requestLocales()

preferredLocale

Locale preferredLocale()

setCharacterEncoding

void setCharacterEncoding(AWCharacterEncoding characterEncoding)

characterEncoding

AWCharacterEncoding characterEncoding()

applicationNumber

String applicationNumber()

userAgent

String userAgent()

isBrowserFirefox

boolean isBrowserFirefox()

isBrowserMicrosoft

boolean isBrowserMicrosoft()

isBrowserIE55

boolean isBrowserIE55()

isBrowserSafari

boolean isBrowserSafari()

isMacintosh

boolean isMacintosh()

isSecureScheme

boolean isSecureScheme()

uri

String uri()

queryString

String queryString()

requestId

String requestId()

responseId

AWEncodedString responseId()

senderId

AWEncodedString senderId()
Deprecated. 


sessionId

String sessionId()

frameName

AWEncodedString frameName()

resetRequestId

void resetRequestId()

serverPort

String serverPort()

remoteHost

String remoteHost()

remoteHostAddress

String remoteHostAddress()

contentType

String contentType()

contentLength

int contentLength()

inputStream

InputStream inputStream()

getSession

javax.servlet.http.HttpSession getSession(boolean shouldCreate)

getSession

javax.servlet.http.HttpSession getSession()

requestString

String requestString()


AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.