ariba.ui.aribaweb.core
Interface AWRequest
- All Known Implementing Classes:
- AWBaseRequest, AWServletRequest
public interface AWRequest
HeaderContentDispositionForMacintosh
static final String HeaderContentDispositionForMacintosh
- See Also:
- Constant Field Values
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.