ariba.ui.aribaweb.core
Interface AWResponse
- All Superinterfaces:
- AWResponseGenerating
- All Known Implementing Classes:
- AWBaseResponse, AWServletResponse, AWStreamingServletResponse, AWWriterResponse
public interface AWResponse
- extends AWResponseGenerating
init
void init(AWCharacterEncoding characterEncoding)
init
void init()
appendContent
void appendContent(AWEncodedString encodedString)
appendContent
void appendContent(java.lang.String contentString)
appendContent
void appendContent(char contentChar)
setContent
void setContent(byte[] bytes)
setContentFromFile
void setContentFromFile(java.lang.String filePath)
contentString
java.lang.String contentString()
content
byte[] content()
setHeaderForKey
void setHeaderForKey(java.lang.String headerValue,
java.lang.String headerKey)
setHeadersForKey
void setHeadersForKey(java.lang.String[] headerValues,
java.lang.String headerKey)
setContentType
void setContentType(AWContentType contentType)
contentType
AWContentType contentType()
setStatus
void setStatus(int statusCode)
setBrowserCachingEnabled
void setBrowserCachingEnabled(boolean flag)
browserCachingEnabled
boolean browserCachingEnabled()
setCharacterEncoding
void setCharacterEncoding(AWCharacterEncoding characterEncoding)
characterEncoding
AWCharacterEncoding characterEncoding()
disableClientCaching
void disableClientCaching()
createCookie
AWCookie createCookie(java.lang.String cookieName,
java.lang.String cookieValue)
addCookie
void addCookie(AWCookie cookie)
elementIdToSemanticKeyTable
java.util.Map elementIdToSemanticKeyTable()
semanticKeyToElementIdTable
java.util.Map semanticKeyToElementIdTable()
_debugSetSemanticKeyMapping
void _debugSetSemanticKeyMapping(byte[] bytes)
_debugGetSemanticKeyMapping
byte[] _debugGetSemanticKeyMapping()
_debugHeaders
java.util.Map _debugHeaders()
_debugSetRecordPlaybackParameters
void _debugSetRecordPlaybackParameters(AWRecordingManager recordingMgr,
boolean appendSemanticKeys)
AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.